Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 861 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 861 Bytes

TinyGo Bluetooth Minidrone

The Parrot Minidrones are very inexpensive drones that are controlled using Bluetooth LE aka Bluetooth 4.0.

This package allows you to control a minidrone using the TinyGo bluetooth package, so it will work both on computers as well as on bare metal microcontrollers with Bluetooth support.

Supported drones

Models that are known to work with this package include:

  • Parrot Rolling Spider
  • Parrot Airborne Cargo Mars
  • Parrot Airborne Cargo Travis
  • Parrot Mambo

Models that should work now, but have not been tested by us:

  • Parrot Airborne Night Swat
  • Parrot Airborne Night Maclane
  • Parrot Airborne Night Blaze
  • Parrot HYDROFOIL Orak
  • Parrot HYDROFOIL NewZ

Models that will require additional work for compatibility:

  • Parrot Swing

See the examples folder. The "takeoff" examples should work on all platforms.