Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

You can find a nice chart in Android SDK documentation:

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.