I'd like to develop an iPhone 4 app that uses the compass API, but I need readings at least as precise as a half a degree (eg. 100.5).
What kind of precision does the compass API provide?
|
I'd like to develop an iPhone 4 app that uses the compass API, but I need readings at least as precise as a half a degree (eg. 100.5). What kind of precision does the compass API provide? |
|||||
|
|
According to this site, the accuracy is supposed to be within 1.4 degrees. As with any magnetic compass, interference from surrounding objects and electronics will have some impact as well. |
|||
|
|
|
You have to tilt compensate the compass first, so the accurary of accelerometer matters too. After a sophisticated calibration of both the compass and the accelerometer, it is nowhere near that on the Shimmer2r platform. I would expect the iPhone compass to be worse, especially without calibration. |
||||
|
|