Question

I am working on Motion sensor - Accelerometer , Gyroscope and Magnetometer.I am developing c-application which could read the data from these hardware .I am able to do this for their hardware board. But I want to diplay these data in some meaning full form to the user.I have a graphics library which can plot graph (broken Line Graph) , draw line , circle , Square and Dot for me.I wanted to know is there any particular charts(meaning ful - circle, square, etc) which I can draw with these data. I can show simply the X,Y and Z axis data changing rapidly while turning the Motion Sensor Board but are there any charts which I can draw and contain the data for these sensors for all the axis but can produce a meaningful graphs/charts. like Charts for Magnetometer : For Magnetometer

I wanted to know what meaning full Charts can be draw with the Motion Sensors Values. Rgds, softy

No correct solution

OTHER TIPS

You can find a nice chart in Android SDK documentation:

http://developer.android.com/guide/topics/sensors/sensors_overview.html#sensors-coords

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top