Difference between revisions of "Sensors/Gyro"

From PaparazziUAV
Jump to navigation Jump to search
Line 1: Line 1:
<categorytree style="float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;" mode=pages>Sensors</categorytree>
<categorytree style="float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;" mode=pages>Sensors</categorytree>
Standalone gyroscopes are used in agile aircraft in combination with IR attitude sensing, to have improved dynamic response over the relatively slow time constant of the IR sensors.
== Paparazzi ADXR Gyro board ==
== Paparazzi ADXR Gyro board ==



Revision as of 09:44, 2 March 2012

Standalone gyroscopes are used in agile aircraft in combination with IR attitude sensing, to have improved dynamic response over the relatively slow time constant of the IR sensors.

Paparazzi ADXR Gyro board

git

Sparkfun Breakout Board

Example Gyroscope for MicroJet: this is the 150 degrees per second sensor from sparkfun. The sensor is a 5 volt sensor and will work without modification if you have a Tiny2.11 and in assembly used a 1.8k resistor on R12 and/or R13 (see Tiny v2.11 page).

For Tiny1.3 or Classix Autopilots you will need to create a resistor bridge as their ADC is 3.3 volts. Using a resistor bridge of say 220k on 330k gives a nice 5 -> 3 volt conversion of the output. Ideally the gyro should be fed with very smooth stable 5V but as it will not be integrated but just used to help the slow thermopiles, the 5 Volts from the servos-receiver also work.

Note the cut tracks - the 2.5v and ST2 pins are re-purposed as the midpoint in the resistor bridges as they are not needed for tiny. These become our connections for Rate and Temp to the tiny.

Modified ADXR Sparkfun breakout board

cdewagter 12:59, 25 January 2008 (CET)

ADXRS613 with Twog v1

An overview of how to use an ADXRS613 gyro for roll rates with a Twog v1 can be found at Gyroscopes/ADXRS613.