node-red-contrib-bebop2

1.0.1 • Public • Published

Control your Parrot Bebop drone using Node-Red

OVERVIEW

This node allow you to control a Parrot Bebop 2 by using an existing library of the drone : https://github.com/hybridgroup/node-bebop

INSTALLATION

You just have to install this node by npm in the .node-red folder:

	  $ npm install node-bebop
	  $ npm install node-red-contrib-bebop2

After that you just have to run node-red, the node appear and you can use it.

USAGE

To communicate with the drone, we use a msg.payload, depending on the value we are sending the drone do some actions:

Take Off :

msg.payload="takeoff"

Land :

msg.payload="land"

Go right :

msg.payload="right"

Go left :

msg.payload="left"

Take a Picture :

msg.payload="picture"

Rotate right :

msg.payload="rotateright"

Rotate left :

msg.payload="rotateleft"

Do a backflip :

msg.payload="backflip"

Hover in place :

msg.payload="stop"

Forwarding :

msg.payload="forward"

Backwarding :

msg.payload="backward"

License

Copyright (c) 2016-2017 CROZIER Jonathan/TIZOT Léo. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-bebop2

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • djoex
  • krugars