{"id":18508981,"url":"https://github.com/johnwalicki/node-red-droneviewer","last_synced_at":"2025-06-17T23:03:21.433Z","repository":{"id":101276239,"uuid":"205589752","full_name":"johnwalicki/Node-RED-DroneViewer","owner":"johnwalicki","description":"  Node-RED flows to capture the video stream of the Ryze / DJI Tello Drone","archived":false,"fork":false,"pushed_at":"2019-12-16T03:14:05.000Z","size":1587,"stargazers_count":16,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T19:35:15.861Z","etag":null,"topics":["dji","djitello","drone","node-red","nodejs","ryze","ryze-tello-drone","tello","tellodrone"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnwalicki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-31T19:50:28.000Z","updated_at":"2024-03-06T00:16:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"af12774f-d47c-40c7-bd3c-e720de4f2637","html_url":"https://github.com/johnwalicki/Node-RED-DroneViewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnwalicki/Node-RED-DroneViewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnwalicki%2FNode-RED-DroneViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnwalicki%2FNode-RED-DroneViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnwalicki%2FNode-RED-DroneViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnwalicki%2FNode-RED-DroneViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnwalicki","download_url":"https://codeload.github.com/johnwalicki/Node-RED-DroneViewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnwalicki%2FNode-RED-DroneViewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453713,"owners_count":23011572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dji","djitello","drone","node-red","nodejs","ryze","ryze-tello-drone","tello","tellodrone"],"created_at":"2024-11-06T15:16:01.012Z","updated_at":"2025-06-17T23:03:16.415Z","avatar_url":"https://github.com/johnwalicki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node-RED-DroneViewer\n\nNode-RED flows to capture the video stream of the Ryze / DJI Tello Drone\n\nThis repository contains Node-RED flow examples that demonstrate how to capture the video stream from a [DJI Tello Drone](https://www.ryzerobotics.com/tello) using the [Node-RED visual editor](http://nodered.org).\n\n## Introduction\n\nFlying the Tello drone with the Android/iOS mobile apps is amazing fun but the Tello has another fantastic feature.\nThe Tello includes a programming interface that developers can use to send commands to control the drone. Programming\nAPIs can also receive telemetry and video stream data from the Tello. Ryze and DJI provide\n[SDK programming documentation](https://www.ryzerobotics.com/tello/downloads) to help developers learn how to program\nthe drone.  Tello programming has grown so popular that they have released a [Tello EDU](https://www.ryzerobotics.com/tello-edu)\nversion that has additional [SDK documentation](https://www.ryzerobotics.com/tello-edu/downloads).\nAn entire open source community has formed around programming the Tello. If you are a developer, a good place to start is the\n[TelloPilots](https://tellopilots.com/) forums. There are dozens of [github repositories](https://github.com/topics/tello)\nthat have programming examples written in [Python](https://github.com/damiafuentes/DJITelloPy),\n[Go](https://github.com/SMerrony/tello), [Swift](https://github.com/tranchis/TelloSwift) and\n[Node.js](https://github.com/SovGVD/nodetello).\n\nThis **Node-RED implementation** builds on the [Node-RED Tello Control](https://github.com/johnwalicki/Node-RED-Tello-Control) flows that [John Walicki](https://github.com/johnwalicki) previously published.\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"screenshots/Node-RED-Tello-VideoStream-Starter-Dashboard-1.png\" width=\"300\" alt=\"\"\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"screenshots/Node-RED-Tello-VideoStream-Controller-Dashboard-1.png\" width=\"300\" alt=\"\"\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n![Node-RED Tello VideoStream Starter flow](screenshots/Node-RED-Tello-VideoStream-Starter-flow.png)\n\n## How this git repository is organized\n\nThere are two programs that work together to this repository:\n\n- [telloview](telloview/README.md) - Follow these instructions to set up and run a Node.js webserver to stream the video from the Tello.\n- Node-RED flows that you can import into your Node-RED visual editor.\n\n## Node-RED Steps\n\n- Install [Node-RED](https://github.com/johnwalicki/Node-RED-Tello-Control/blob/master/docs/PART2.md)\n- Import the Tello Videostream Starter flow into your Node-RED editor.\n  - This initial [flow](flows/Node-RED-Tello-VideoStream-Starter.json) does not have any controls to fly the drone. The intent is to demonstrate capturing the video stream from the Tello before you fly it. You can hold the Tello and wave the camera around. If you want to fly and capture the stream you will need the Tello mobile app or other [Node-RED Tello Control Dashboards](https://github.com/johnwalicki/Node-RED-Tello-Control/blob/master/docs/PART4.md)\n- Launch the Node-RED Dashboard by turning to the Dashboard tab in the right menu and then click on the launch button.\n- Start the Tello Drone, connect to the Tello WiFi, and run the telloview video streaming node application.\n- In the Node-RED Dashboard, click on the **start stream** button\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"screenshots/Node-RED-Tello-VideoStream-Starter-Dashboard-Startup.png\" width=\"300\" alt=\"\"\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"screenshots/Node-RED-Tello-VideoStream-Starter-Dashboard-1.png\" width=\"300\" alt=\"\"\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n- Now that we've confirmed that the videostream is working, let's add some control buttons to fly the Tello.\n- The [Node-RED-Tello-Control](https://github.com/johnwalicki/Node-RED-Tello-Control) git repository has Dashboard control buttons. In this next [flow](flows/Node-RED-Tello-VideoStream-Control-Dashboard.json), we'll merge the control buttons into the dashboard so that we can easily fly the drone.\n- Copy the [Node-RED-Tello-VideoStream-Control-Dashboard.json](flows/Node-RED-Tello-VideoStream-Control-Dashboard.json) flow to the clipboard and import the json into your Node-RED Editor.\n- Launch the Node-RED Dashboard by turning to the Dashboard tab in the right menu and then click on the launch button.\n- Start the Tello Drone, connect to the Tello WiFi, and run the telloview video streaming node application.\n- In the Node-RED Dashboard, click on the **start stream** button\n- Use the Control buttons to fly the drone.\n\n![Node-RED-Tello-VideoStream-Control-Dashboard](screenshots/Node-RED-Tello-VideoStream-Controller-Dashboard-1.png)\n\nAs a reminder, **Safety First!**  Take caution when flying your drone. Fly your drone indoors at your own risk.\nAlso, be respectful of your neighbors and public property when flying your drone outdoors.  When recording video\nand taking pictures, be mindful of other people's privacy.  Obey all FAA regulatory restrictions posted about UAV\nflight prohibitions.\n\n### Authors\n\n- [John Walicki](https://github.com/johnwalicki/)\n- [Va Barbosa](https://github.com/vabarbosa)\n___\n\nEnjoy!  Give us [feedback](https://github.com/johnwalicki/Node-RED-Tello-Control/issues) if you have suggestions on how to improve this tutorial.\n\n## License\n\nThis 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)](https://developercertificate.org/) and the [Apache Software License, Version 2](http://www.apache.org/licenses/LICENSE-2.0.txt).\n\n[Apache Software License (ASL) FAQ](http://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnwalicki%2Fnode-red-droneviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnwalicki%2Fnode-red-droneviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnwalicki%2Fnode-red-droneviewer/lists"}