jtmoderate876 / Node-RED-Tello-Control

Node-RED flows to control the Ryze Tello Drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-RED-Tello-Control

Node-RED flows to control the Ryze Tello Drone

This repository contains Node-RED flow examples that demonstrate how to control the Ryze Tello Drone using the Node-RED visual editor. This implementation is inspired by the Tello Scratch node.js example but does not require those programs.

These Tello Node-RED examples showcase how to:

  • Send individual commands to the Tello Drone
  • Construct a mission flight plan that can be pre-programmed and then sent to Tello drone for execution
  • Node-RED Tello Dashboard Example that displays the drone telemetry data

Get the Code by downloading and importing these Node-RED flows into your Node-RED editor.

Authors:

Node-RED flows in this repository:

Send Commands to Tello Drone

  • This flow demonstrates how to send individual commands to the Tello Drone

Tello Control Flow


Execute a Pre-Programmed Flight Plan

  • This flow sends a pre-programmed flight plan to the Tello Drone
    • Edit the Template nodes to construct your own pre-programmed Tello path.
    • Wire the Tello command set that you want to execute into the CSV split node.

Tello Missions Flow


Node-RED Tello Dashboard Example

  • This flow reads the telemetry data from the drone and displays some of the data in a Node-RED Dashboard.

Tello Dashboard Gauges Tello Dashboard Flow


About

Node-RED flows to control the Ryze Tello Drone

License:Apache License 2.0