Determine angle of elevation?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
aaplmike
 
Posts: 14
Joined: Sun Oct 14, 2012 2:02 pm

Determine angle of elevation?

Post by aaplmike »

Hey all.

I have a project to create a pointing device. The requirements involve being able to determine azimuth and elevation.
I can use a magnetometer on I2C to find az, but which component is best to measure the angle of elevation?
Will one of the gyro breakouts be able to provide that?

Thanks!

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: Determine angle of elevation?

Post by Franklin97355 »

Will one of the gyro breakouts be able to provide that?

No, a gyro measures rate of rotation and does not know where it is in relation to the earth. An accelerometer would be able to do this if it is not moving otherwise.
This might be a good choice https://www.adafruit.com/product/1120

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”