Difference between revisions of "Explorer/RTK"

From PaparazziUAV
Jump to navigation Jump to search
(Created page with "==== Outdoor RTK ==== The RTK system consists on an onboard and onground equipment: the ublox NEO-M8P. <br /> This chip is provided by Drotek in two boards : Tiny M8P and XL M...")
 
Line 61: Line 61:
Explorer_M8P_RTK_XL_4.jpg
Explorer_M8P_RTK_XL_4.jpg
</gallery>
</gallery>
[[Explorer]]

Revision as of 08:13, 24 June 2020

Outdoor RTK

The RTK system consists on an onboard and onground equipment: the ublox NEO-M8P.
This chip is provided by Drotek in two boards : Tiny M8P and XL M8P.
Each board can play the rover station or the stationary station.
The boards can also be mixed.
However, the XL M8P is equipped with a LIS3MDL magnetometer which provides an external magnetic sensor to improve heading of the onboard part.

Board equipment
  • RTK M8P + external Mag

Apogee

 <module name="gps" type="ublox">
   <configure name="GPS_PORT" value="UART4"/>
   <configure name="GPS_BAUD" value="B115200"/>
   <define name="USE_GPS_UBX_RTCM" value="TRUE"/>
 </module>
 <module name="mag_lis3mdl.xml">
   <define name="MODULE_LIS3MDL_UPDATE_AHRS"/>
   <configure name="MAG_LIS3MDL_I2C_DEV" value="i2c1"/>
 </module>


Tawaki

 <module name="gps" type="ublox">
   <configure name="GPS_PORT" value="UART7"/>
   <configure name="GPS_BAUD" value="B115200"/>
   <define name="USE_GPS_UBX_RTCM" value="TRUE"/>
 </module>
 <module name="mag_lis3mdl.xml">
   <define name="MODULE_LIS3MDL_UPDATE_AHRS"/>
   <configure name="MAG_LIS3MDL_I2C_DEV" value="i2c1"/>
 </module>
Ground equipment
  • RTK M8P
  • RTK M8P with Xbee transceiver

Explorer