Socket
Socket
Sign inDemoInstall

node-red-contrib-tello

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-tello

Tello control using Node-RED


Version published
Weekly downloads
2
Maintainers
1
Install size
416 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 02 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc