Toggle navigation
Categories
Discussions
Activity
Sign In
Home
›
Android
Summing XYZ value
rajmishra
October 2016
edited October 2016
in
Android
Hi,
How can i get sum of X,Y,Z value of accelerometer?
like there is rss and rms, i want to get only sum.
Comments
Eric
October 2016
There is no built in processor to only sum the components. For now, you can either post processes the data on the mobile device or use feedback loops to manipulate the data similar to the code from this
post
.
This discussion has been closed.
Comments