Tagged Questions
The digital-compass tag has no wiki summary.
4
votes
1answer
2k views
Difference between orientation sensor and magnetic field sensor on Android?
Does anyone know the difference between the orientation sensor and magnetic field sensor on Android?
My understanding:
orientation => digital compass
magnetic field => magnetometer
Since I've ...
3
votes
2answers
2k views
Compass accuracy dilemma
I need to build compass for my application.
From reading the documentation it seems there are two reasonable ways of doing this:
Sensor.TYPE_ORIENTATION method: This is the easy way of doing it. ...
1
vote
2answers
70 views
Compass not working on some devices
We recently released an Android port of an iPhone app. The app relies on the digital compass for some features. This has been working well on most devices, but there are a few where the compass is ...
1
vote
1answer
153 views
Android AR Compass Display
I am working on an Augmented Reality (AR) app for an Android phone. I would like to display my orientation data in the form of two rotating axes: one at the top of the screen to show the current ...
1
vote
0answers
383 views
phonegap iphone digitalcompass update accuracy
I am in the process of developing an augmented reality iphone app in javascript using the phonegap library and it's turning out quite well. I put a low pass filter to calm down the accelerometer ...
0
votes
1answer
42 views
Does your Android Compass hardware work while driving or beeing in a train?
I have a Desire Z and when moving to fast the compass hardware starts to return totally wrong values. Its probably the hardware which can't measure correctly when moving to fast but i want to know if ...
0
votes
1answer
62 views
Setting i2c slave address for Devantech digital compass
I am trying to interface with a Devantech digital compass found here -
http://www.acroname.com/robotics/parts/R117-COMPASS.html
I am using a i2c-usb converter to plug it into my laptop -
...
0
votes
0answers
55 views
Has anyone worked with AtAVRSBin1 (specially its e-compass)? How to fuse the mag data in my algo?
I have AtAVRSBin1 having magnetometer(AK8975), Gyroscope and an Accelerometer onboard.
I am using following as my reference:
Development of a Low-Cost Attitude and Heading Reference
System Using a ...
0
votes
1answer
858 views
iPhone Compass: Adjust Heading to get Correct Reading in Landscape
Does anyone know how to adjust the iPhone's compass reading to adjust if you use it in landscape mode? The heading is always taken from the top of the device, but a true reading should be available if ...