Parrot Minidrones

608

This plugin uses your Gateblu host machine's BLE to interface to compatible Parrot BLE Minidrones (Airborner and Rolling Spider). You can use it to control a single drone or a swarm!

Install to a Gateblu or run as a separate connector using the plugin independently

Steps

  1. Satisfy pre-requisites for BLE
  2. Install the "Parrot Minidrones" Gateblu plugin.
  3. Configure Options
  4. Build a flow to send the "connect" command to initiate BLE connection.
  5. Control drones!
  6. ???
  7. Skynet takes over.

Configure Options

To get to the device options goto Things -> Connected Things - Drone Device

Control a Single Drone

1004

Control Swarm of Specific Drones

996

Message Schema and Using the Plugin in a Flow

Connect Drones

If your drones are disconnected, Send the "connect" command to them using the configuration shown in this image.

NOTE: A Swarm takes 10 seconds to connect.

356

Take Off!

After a successful connect, send the takeOff command and your drone(s) should start flying!

356

Available Commands

        'connect'
        'disconnect'
        'takeOff'
        'land'
        'up'
        'down'
        'forward'
        'backward'
        'turnLeft'
        'turnRight'
        'tiltLeft'
        'tiltRight'
        'frontFlip'
        'backFlip'
        'leftFlip'
        'rightFlip'
        'emergency'
        'flatTrim'
        'release'

Control Interface

  1. For a quick and easy web-panel to control your drone go to control.octoblu.com and connect one to your account.
  2. Then build a dashboard like the one shown
  3. Import this flow.
    https://app.octoblu.com/bluprints/import/e79a0c18-f1f6-470e-bb3c-ddd76e74fe3e

This flow takes the name of the button widget from control.octoblu as the command to send to your drone(s).

794 841