Difference between revisions of "Subsystem/gps"

From PaparazziUAV
Jump to navigation Jump to search
m (removed software category, as modules is a subcategory of software)
m
Line 1: Line 1:
<categorytree style="float:right; clear:right; margin-left:1ex; border: 1px solid gray; padding: 0.7ex;" mode=pages hideprefix=always>Subsystems</categorytree>
Currently possible GPS subsystems are
Currently possible GPS subsystems are
* ''ublox''
* ''ublox''

Revision as of 16:05, 4 March 2012

Currently possible GPS subsystems are

  • ublox
  • ublox_utm for the older ublox4 series that still have a UTM message
  • skytraq
  • mediatek_diy

Just specify the appropriate subsystem in your firmware section.

File: conf/airframes/myplane.xml
  <firmware name="fixedwing or rotorcraft">
     ...
    <subsystem name="gps"               type="ublox"/>
  </firmware>

Configure Options

If a configure option is not specified the default is used.

  • GPS_PORT: UART0, UART1, etc.
    • default: The correct UART is already defined according to your board.
  • GPS_BAUD: B4800, B9600, B38400, B57600, B115200
    • default: B38400
  • GPS_LED: 1, 2, 3, none
    • default: Already defined according to your board (e.g. 2 for tiny2 or twog).

If you use different baud rates or UART set the according parameters, e.g.

File: conf/airframes/myplane.xml
  <firmware name="fixedwing or rotorcraft">
     ...
    <subsystem name="gps"               type="ublox">
      <configure name="GPS_BAUD"          value="B9600"/>
      <configure name="GPS_PORT"          value="UART0"/>
      <configure name="GPS_LED"           value="none"/>
    </subsystem>
  </firmware>

Note:

  • u-blox GPS modules are factory configured for 9600 baud, 38,400 baud is recommended along with the other required changes. The GPS can be accessed directly thrugh the UART Tunnel and Configured with u-center