Tagged Questions

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
257 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 ...
2
votes
2answers
118 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
709 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
244 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
503 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
212 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 ...