Difference between revisions of "Disco"

From PaparazziUAV
Jump to navigation Jump to search
m
(One intermediate revision by the same user not shown)
Line 6: Line 6:
= Introduction =
= Introduction =


The [http://www.parrot.com/ Parrot] [https://www.parrot.com/us/drones/parrot-disco-fpv Bebop] from  is a Wifi controlled fixed-wing aircraft, designed for FPV flights.
The [http://www.parrot.com/ Parrot] [https://www.parrot.com/us/drones/parrot-disco-fpv Disco] is a Wifi controlled fixed-wing aircraft, originally designed for FPV flights.
 
The hardware electronic components are very close the the [[Bebop]] quadrotor and the same principle can be applied to fly in full autonomous mode with Paparazzi.
The hardware electronic components are very close the the [[Bebop]] quadrotor and the same principle can be applied to fly in full autonomous mode with Paparazzi.


Line 16: Line 15:
=== PWM ===
=== PWM ===


The Disco have 6 PWM outputs available with the following mapping:
The Disco has 6 PWM outputs available with the following mapping:


* Internal mapping of the PWM with output index
* Internal mapping of the PWM with output index
Line 38: Line 37:


The GPS used is a U-Blox M8N.
The GPS used is a U-Blox M8N.
=== Modifications ===
==== Exernal Receiver ====
==== RTK GPS ====




[[Category:Autopilots]]
[[Category:Autopilots]]

Revision as of 12:32, 7 March 2018

Parrot Disco


Introduction

The Parrot Disco is a Wifi controlled fixed-wing aircraft, originally designed for FPV flights. The hardware electronic components are very close the the Bebop quadrotor and the same principle can be applied to fly in full autonomous mode with Paparazzi.

Features

Here are some differences or addition compared to the Bebop hardware:

PWM

The Disco has 6 PWM outputs available with the following mapping:

  • Internal mapping of the PWM with output index
  • servo rail 1 <-> linux pwm_4
  • servo rail 2 <-> linux pwm_5
  • servo rail 3 <-> linux pwm_6
  • servo rail 4 <-> linux pwm_1
  • servo rail 5 <-> linux pwm_2
  • servo rail 6 <-> linux pwm_3

Radio Control Input

A radio control input is available for RC based on serial protocols such as Spektrum or SBUS. Since the SBUS protocol is using an inverted logic (serial idle low), the signal input pin is tight to two UARTs internally and can be accessed with the the following symbolic links:

  • /dev/uart-sbus: the signal is inverted
  • /dev/uart-sumd: the signal is not inverted

The RC input is recommended for the safety link instead of using the Wifi link to control the plane in manual or assisted mode.

GPS

The GPS used is a U-Blox M8N.

Modifications

Exernal Receiver

RTK GPS