Difference between revisions of "ImuCalibration/Gyroscopes"

From PaparazziUAV
Jump to navigation Jump to search
Line 39: Line 39:
In case of USB 2.0 A-B cable operation, ~/conf/airframes/Poine/turntable.xml has to be amended, as follows, and saved as ~/turntable_dev_usb.xml:
In case of USB 2.0 A-B cable operation, ~/conf/airframes/Poine/turntable.xml has to be amended, as follows, and saved as ~/turntable_dev_usb.xml:
{{Box Code|conf/airframes/Poine/turntable_dev_usb.xml|
{{Box Code|conf/airframes/Poine/turntable_dev_usb.xml|
<source lang="xml">
  main.CFLAGS += -DUSE_USB_SERIAL
  main.CFLAGS += -DUSE_USB_SERIAL
  main.srcs += $(SRC_ARCH)/usb_ser_hw.c
  main.srcs += $(SRC_ARCH)/usb_ser_hw.c

Revision as of 17:11, 9 June 2012

Turntable Procedure

Hardware

Pictures

Components

  • audio-technica AT-LP120_USB Direct Drive Professional Turntable
  • Olimex LPC H2148
  • Omron rotary encoder
  • Lisa/L+IMU, Xbee 2.4Ghz modem set, fibreglass mounting plates and general wiring components

Wiring

Encoder to LPC

  • Black (common) to EXT2 GND
  • Red 5~12 VDC to EXT2 Vin(5v)
  • White OUTA to EXT1 PO.22

LPC to LPC

  • EXT2 3.3v to EXT1 PO.22 (pull up resistor)

Software

LPC Code Modifications

In case of USB 2.0 A-B cable operation, ~/conf/airframes/Poine/turntable.xml has to be amended, as follows, and saved as ~/turntable_dev_usb.xml:

File: conf/airframes/Poine/turntable_dev_usb.xml

{{{2}}}