1.1.0 • Published 3 years ago

node-red-contrib-tello v1.1.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
3 years ago

node-red-contrib-tello

Platform License npm version npm

This node uses Tello SDK 2.0 commands.

Thanks for your donation

If you want to support this free project. Any help is welcome. You can donate by clicking one of the following here:

Donate

Install

npm

$ cd ~/.node-red
$ npm install node-red-contrib-tello

from Node-RED

  • Select Manage Pallete
  • Click Add Node tab
  • Type node-red-contrib-tello
  • Install

All Nodes

nodeabout
takeoffSend command takeoff to Tello
landSend land to Tello
upSend up to Tello. If Distance form is blank, it refers to msg.payload,
downSend down to Tello. If Distance form is blank, it refers to msg.payload.
leftSend left to Tello. If Distance form is blank, it refers to msg.paylaod.
rightSend right to Tello. If Distance form is blank, it refers to msg.payload.
clockwiseSend cw to Tello. If Angle form is blank, it refers to msg.payload.
counterclockwiseSend ccw to Tello. If Angle form is blank, it refers to msg.payload.
flipSend flip to Tello. Direction required to selectbox.
speedSend speed to Tello. If Speed form is blank, it refers to msg.paylaod.
stateSend state commands to Tello. These commands select select from select.
streamonSend streamon to Tello
streamoffSend streamoff to Tello

Example Flows

Flow Example

example_flow.json

Streaming Sample

This flow needs setup node-red-contrib-ffmpeg

Streaming Sample

stream_flow.json

Contact Me

Twitter: @k_miura_io