Tagged Questions
The magnetometer tag has no wiki summary.
6
votes
2answers
3k views
Getting magnetic north from a xyz magnetometer (iPhone 3.0)
I'm actually reposting a question from the iphone development boards. I didn't ask it, but I found it when trying to find its answer. Nobody had yet responded there, so I thought I'd try posting it ...
6
votes
9answers
4k views
How to build a compass with the iPhone?
After some searching on Google, I ask myself:
Is it possible to build a compass (simple showing the heading/direction) with
the iPhone 3G's GPS sensor?
I have the suspicion, that this is only ...
5
votes
1answer
254 views
iPhone compass presents the wrong heading pitch angle is > about 45°
This might be hard to explain the geometry so I will be careful in spelling it out. This is visible in the standard compas app and from the data in CLLocationManager.
1) When holding the phone in ...
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 ...
4
votes
1answer
3k views
Android - SensorManager strange behaviour of getOrientation
I need to retrieve the orientation of my phone. At the moment i wrote this :
public void onSensorChanged(SensorEvent event) {
switch (event.sensor.getType()){
case Sensor.TYPE_MAGNETIC_FIELD:
...
4
votes
2answers
2k views
Calculating magnetic heading using raw accelerometer and magnetometer data
I have an accelerometer and magnetometer each producing raw X, Y and Z readouts. From this I need to determine the magnetic heading of an object.
I'm not that great at trig, but I've put together a ...
3
votes
3answers
3k views
How to determine absolute orientation
I have a xyz accelerometer and magnetometer. Now I want to determine the orientation of the device using both. The problem I see is that depending on the device orientation, I'd need to use the ...
2
votes
1answer
149 views
How to find MagneticField Strength using magneto meter in android
I want to get Magnetic Field Strength from Magneto Meter of Android Device.
Using the magneto meter of android device I can get the data of magnetic field in the form of x,y & z axis in Micro ...
2
votes
2answers
117 views
iPhone hardware capabilities : magnetometer and gyro
Can someone tell me, for any iPhone that have been sold, if they are equiped with a gyro and a magnetometer ?
As a complement, do you know a website that gives a comparative table of hardware ...
2
votes
1answer
762 views
Soft reset of magnetometer in Android
I have noticed that by shaking or tapping the phone (an SE Xperia x10 mini) several times recalibrates the magnetometer. Is there any way of doing this software-wise in a more controlled way?
2
votes
1answer
708 views
How to distinguish movement accelerations from oscillations and noise in iphone
Hi everybody on stackoverflow.
SHORT VERSION :)
I need to use (x,y,z) acceleration values related only to the movement of the iPhone. Just to be clear, think an environment like a car. The iPhone's ...
1
vote
2answers
235 views
iPhone - CMMotionManager properties and iPhone hardware
Do someone know, for each property of CMMotionmanager.deviceMotion and their subproperties, on what kind of hardware they are based on (magnetometer, accelerometer, gyroscope, ...) ?
My question is ...
1
vote
2answers
499 views
Get orientation device in the iPhone for Opengl Es
I'm trying to convert the geomagnetic and accelerometer to rotate the camera in opengl ES1, I found some code from android and changed this code for iPhone, actually it is working more or less, but ...
1
vote
0answers
209 views
iPhone compass broken?
I've written a small application for using the iPhone's 3GS-and-better magnet.
It is loosely based on Apple's Teslameter sample code.
What I've noticed is that on some iPhone devices it works.
On ...
1
vote
1answer
3k views
gyro , accelerometer , magnetometer and kalman filter
hi
i want to use gyro , accelermeter and magnetometer to get a full smooth rotation in 3 axis.
the first problem is that my outputs individualy has very noise and i want to know how can i remove it.
...
1
vote
2answers
3k views
finding orientation using getRorationMatrix() and getOrientation()
Im trying to get the direction of the vector pointing out of the camera, with respect to magnetic north. I'm under the impression that I need to use the values returned from getOrientation(), but I'm ...
1
vote
2answers
429 views
Basic question about sensor usage
Suppose I have a cellphone with accelerometer and magnetometer, and want to determine its absolute (wrt North/East/South/West) 3d position.
Imagine the phone is laid vertically, with the screen ...
0
votes
1answer
16 views
Sensor fusion with compass and gyroscope: between 0 and 360 degrees
I'm developing a small indoor navigation app in which I use the gyro and the compass for the device orientation. I use the gyro to smooth the compass data. My sensor fusion looks like this:
...
0
votes
0answers
32 views
Wrong compass readings = wrong rotation matrix?
I think my compass delivers wrong values. I tried with several compass apps, recalibrated the sensor with this 8-movement and even rooted my device (Samsung Galaxy S) to do this sensorcalibutil_yamaha ...
0
votes
1answer
66 views
Can anyone tell me whether gravity sensor is as a tilt sensor to improve heading accuracy?
X and Y axis of magnetometer can be used to calculate the heading of north when phone is level to the local ground. But when rolling or pitching the phone, we should use roll and pitch degree to ...
0
votes
1answer
109 views
Android: How to control onSensorChange sampling rate
I am a bit puzzled by the sensor reading rates in Android. The code below reports delays of ~53 ms (ZTE Blade, rate sensor events is set to SENSOR_DELAY_FASTEST).
public void ...
0
votes
0answers
130 views
iOS5: low update rate of CLHeading readings -> switching to CoreMotion is problematic
With iOS5 the update frequencey of the Compass raw data reading, CLHeading, dropped dramatically. This rendered my augmented reality app unusable, because it depends on a close-to-real-time reading of ...
0
votes
1answer
64 views
BlackBerry magnetometer direction - which direction?
I am currently trying to use the new BlackBerry Magnetometer API but am unfortunately coming up against various issues. I have got the magnetometer working but I can't get reliable results from it.
...
0
votes
0answers
53 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
0answers
29 views
Android - Mangnetometer
In android, we have the GeomagneticField class to estimate magnetic field at a given point on Earth and we also have Sensor.TYPE_MAGNETIC_FIELD to measure the magnetic field.
I am not very clear as to ...
0
votes
1answer
149 views
How to obtain an accuracy that is more precise than the four provided accuracy constants in Android when listening to sensors?
When developing a compass in android, it is possible to check for reliability of sensors by inspecting the accuracy parameter passed in
onAccuracyChanged(Sensor sensor, int
accuracy)
This ...
0
votes
1answer
140 views
Android Magnetic windshield mount
Could you help me, please? I want to mount my Droid in magnetic windshield mount. How could I check programatically that Droid is mounted?
0
votes
1answer
492 views
Magnetometer causing lag?
I'm developing an application which will use magnetometer data for interaction, by moving a magnet towards and away from the phone. This works fine (enough), but it seems like when I move the magnet ...
-1
votes
1answer
438 views
Sensing acceleration w.r.t. absolute orientation
I am trying to make a circuit which can sense acceleration in the X, Y, Z axis. (e.g. movement straight down should be in, say, Z axis - not X and Y)
However, the circuit may not always be mounted ...