Guys I am getting some really weird data from my sensors on my Dev
Phone. I'm converting x,y and heading from the digital compass into
short and every 1-2-3 pieces of data from the sensor a completely
weird/false one comes up. I have my onSensorChanged() function UDP
them across the network and I recorded them.

The data is presented in the following order "x;heading;y"

2;106;-2
2;106;-2
-18;39;12  <--- false reading
2;106;-1
2;106;-1
-18;39;12  <--- false reading
2;106;-1
-19;40;13  <--- false reading
2;106;-1
2;106;-1

Any ideas why the erratic output?

Jubei

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to