Difference between revisions of "Explorer"

From PaparazziUAV
Jump to navigation Jump to search
Line 15: Line 15:
Additional equipements connected to the autopilot board are :
Additional equipements connected to the autopilot board are :
* Dshot 4in1 ESC board
* Dshot 4in1 ESC board
* GPS (D-GPS)
* GPS (D-GPS)  
[[Explorer/RTK]]
* Xbee  
* Xbee  
* Leds
* Leds
Line 23: Line 24:
Additional equipements connected to the compagnon board are :
Additional equipements connected to the compagnon board are :
* Camera  
* Camera  
* External wifi  
* External wifi
 
 
== Level2 ==
 
=== Level3 ===
 
==== 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 M8P. <br />
Each board can play the rover station or the stationary station. <br />
The boards can also be mixed. <br />
However, the XL M8P is equipped with a LIS3MDL magnetometer which provides an external magnetic sensor to improve heading of the onboard part.  <br />
 
===== Board equipment =====
*RTK M8P + external Mag
<gallery>
Explorer_M8P_RTK_Mag.jpg
Explorer_M8P_RTK_Mag_zoom.jpg
</gallery>
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>
|}
<gallery>
Explorer_M8P_RTK_Mag_Apogee_Uart4.jpg
Explorer_M8P_RTK_Mag_Apogee_I2C1.jpg
</gallery>
 
 
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 <br />
<gallery>
Explorer M8P RTK square close.jpg
Explorer M8P RTK square open.jpg
</gallery>
* RTK M8P with Xbee transceiver <br />
<gallery>
Explorer_M8P_RTK_XL.jpg
Explorer_M8P_RTK_XL_2.jpg
Explorer_M8P_RTK_XL_4.jpg
</gallery>

Revision as of 07:43, 24 June 2020

The Explorer is a rotorcraft.
It is used to test

  • control loops such as PID and INDI
  • simultaneous datalinks such as Xbee and Wifibroadcast
  • vision algorithm

The aircraft fly an Apogee or a Tawaki autopilot board.

An on board Raspberry Pi compagnon board is connected to the autopilot to provide additional communication and processing task.
An on ground Raspberry PI board is connected to the ground station to provide additional communication task.

The RPI Zero and RPI 3B cand used in this aircraft as they provided at least one UART and one USB
Explorer/RaspberryPi

Additional equipements connected to the autopilot board are :

  • Dshot 4in1 ESC board
  • GPS (D-GPS)
Explorer/RTK
  • Xbee
  • Leds
  • Radio control
  • Servo

Additional equipements connected to the compagnon board are :

  • Camera
  • External wifi