All Projects → johnwalicki → Node-RED-Tello-Control

johnwalicki / Node-RED-Tello-Control

Licence: Apache-2.0 license
Node-RED flows to control the Ryze Tello Drone

Projects that are alternatives of or similar to Node-RED-Tello-Control

dji-tello
Java API for the DJI Tello Drone.
Stars: ✭ 13 (-89.26%)
Mutual labels:  drone, dji, tello
TelloSdkCoreNet
Ryze Tello Drone C# .net core Sdk wrapper
Stars: ✭ 24 (-80.17%)
Mutual labels:  drone, ryze, tello
tello ros
C++ ROS2 driver for DJI Tello drones
Stars: ✭ 110 (-9.09%)
Mutual labels:  ryze, tello
DJITelloOpticalControl
Autonomous navigation and data collection for Tello using mainly OpenCV's ArUco libraries.
Stars: ✭ 24 (-80.17%)
Mutual labels:  dji, tello
QGISFMV
QGIS Full Motion Video (FMV)
Stars: ✭ 104 (-14.05%)
Mutual labels:  drone, dji
home-assistant-config
🏠 Home Assistant Configuration & Documentation for my smart home using Node-RED for automations. Press ⭐ for notification of updates.
Stars: ✭ 34 (-71.9%)
Mutual labels:  node-red
betafpv-f3
Board Support Crate for the BetaFPV F3 Drone Flight Controller
Stars: ✭ 37 (-69.42%)
Mutual labels:  drone
node-red-contrib-FIWARE official
FIWARE-Node-Red integration supporting NGSI-LD
Stars: ✭ 14 (-88.43%)
Mutual labels:  node-red
drone-jenkins
Drone plugin for trigger Jenkins jobs.
Stars: ✭ 35 (-71.07%)
Mutual labels:  drone
UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (-75.21%)
Mutual labels:  drone
QUICKSILVER
Flight Controller Firmware
Stars: ✭ 45 (-62.81%)
Mutual labels:  drone
drone-git-push
Drone plugin for deploying code using git push
Stars: ✭ 49 (-59.5%)
Mutual labels:  drone
node-red-contrib-fritzapi
Home automation node for Fritz!Box, Fritz!DECT and FRITZ!Powerline devices.
Stars: ✭ 15 (-87.6%)
Mutual labels:  node-red
gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 7,869 (+6403.31%)
Mutual labels:  drone
Fire-detection-using-Python
Fire detection without using sensor
Stars: ✭ 36 (-70.25%)
Mutual labels:  node-red
drone-hugo
Drone plugin to publish Hugo generated websites
Stars: ✭ 26 (-78.51%)
Mutual labels:  drone
hardware
PCB designs for the Waterloo Aerial Robotics Group
Stars: ✭ 42 (-65.29%)
Mutual labels:  drone
dnr-editor
Distributed Data-Flow Coordination Platform Based on Node-RED
Stars: ✭ 72 (-40.5%)
Mutual labels:  node-red
HomeApp
A little smart home app for Philips Hue and other devices
Stars: ✭ 54 (-55.37%)
Mutual labels:  node-red
awesome-nodered
A collection of interesting nodes and resources for Node-RED
Stars: ✭ 316 (+161.16%)
Mutual labels:  node-red

Node-RED-Tello-Control

Node-RED flows to control the Ryze / DJI Tello Drone

This repository contains Node-RED flow examples that demonstrate how to control the DJI Drone using the Node-RED visual editor.

Introduction

Flying the Tello drone with the Android/iOS mobile apps is amazing fun but the Tello has another fantastic feature. The Tello includes a programming interface that developers can use to send commands to control the drone. Programming APIs can also receive telemetry and video stream data from the Tello. Ryze and DJI provide SDK programming documentation to help developers learn how to program the drone. Tello programming has grown so popular that they have released a Tello EDU version that has additional SDK documentation. An entire open source community has formed around programming the Tello. If you are a developer, a good place to start is the TelloPilots forums. There are dozens of github repositories that have programming examples written in Python, Go, Swift and Node.js. This Node-RED implementation was inspired by the Tello Scratch node.js example.

How this git repository is organised

To help you get familiar with Node-RED and how to control the Tello drone this git repository is split into a number of sections, where you have tasks to complete in each section. If you just want to have fun with the drone and prefer not to do the tasks then jump into the flows folder and use the solutions.

Tasks

  1. Learn about Node-RED
  2. Install Node-RED
  3. Send SDK commands to the drone
  4. Build a Node-RED dashboard
  5. Receive telemetry data from the drone
  6. Create missions for your drone
  7. Take pictures

As a reminder, Safety First! Take caution when flying your drone. Fly your drone indoors at your own risk. Also, be respectful of your neighbors and public property when flying your drone outdoors. When recording video and taking pictures, be mindful of other people's privacy. Obey all FAA regulatory restrictions posted about UAV flight prohibitions.

Authors


Enjoy! Give us feedback if you have suggestions on how to improve this tutorial.

License

This tutorial is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the Developer Certificate of Origin, Version 1.1 (DCO) and the Apache Software License, Version 2.

Apache Software License (ASL) FAQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].