├── .gitignore ├── LICENSE ├── README.md ├── TOBEREMOVED ├── nodered-tello-controls-dashboard.json ├── nodered-tello-controls.json ├── nodered-tello-missions.json ├── nodered-tello-telemetry.json └── removedFromREADME.md ├── docs ├── PART1.md ├── PART2.md ├── PART3.md ├── PART4.md ├── PART5.md ├── PART6.md ├── PART7.md ├── PART8.md ├── PART9.md └── screenshots │ ├── NodeRED-Editor.png │ ├── NodeRED-Tello-Commands-Solution-flow.png │ ├── NodeRED-Tello-Commands-Starter-flow.png │ ├── NodeRED-Tello-Controls-Dash-flow.png │ ├── NodeRED-Tello-Controls-Dashboard-Solution.png │ ├── NodeRED-Tello-Controls-Dashboard-Starter.png │ ├── NodeRED-Tello-Controls-Dashboard.png │ ├── NodeRED-Tello-Controls-flow.png │ ├── NodeRED-Tello-CustomClassifierVisualRecognition-Dashboard.png │ ├── NodeRED-Tello-CustomClassifierVisualRecognition-Solution-flow.png │ ├── NodeRED-Tello-Dashboard-Solution-flow.png │ ├── NodeRED-Tello-Dashboard-Starter-flow.png │ ├── NodeRED-Tello-DeveloperSelfie.png │ ├── NodeRED-Tello-Missions-Starter-flow.png │ ├── NodeRED-Tello-Missions-flow.png │ ├── NodeRED-Tello-Pictures-Solution-flow.png │ ├── NodeRED-Tello-Pictures-Solution.png │ ├── NodeRED-Tello-Telemetry-Dashboard-Solution.png │ ├── NodeRED-Tello-Telemetry-Solution-flow.png │ ├── NodeRED-Tello-Telemetry-Starter-flow.png │ ├── NodeRED-Tello-Telemetry-flow.png │ ├── NodeRED-Tello-Telemetry-gauges.png │ ├── NodeRED-Tello-VisualRecognition-APIkey.png │ ├── NodeRED-Tello-VisualRecognition-Solution-flow.png │ ├── NodeRED-Tello-VisualRecognition-Solution.png │ ├── Watson-Visual-Recognition-APIkey.png │ └── WatsonStudioVisualRecognitionCustomClassifier.png └── flows ├── solutions ├── part3_solution.json ├── part4_solution.json ├── part5_solution.json ├── part6_solution.json ├── part7_solution.json ├── part8_solution.json └── part9_solution.json └── starter ├── part3_starter.json ├── part4_starter.json ├── part5_starter.json └── part6_starter.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/README.md -------------------------------------------------------------------------------- /TOBEREMOVED/nodered-tello-controls-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/TOBEREMOVED/nodered-tello-controls-dashboard.json -------------------------------------------------------------------------------- /TOBEREMOVED/nodered-tello-controls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/TOBEREMOVED/nodered-tello-controls.json -------------------------------------------------------------------------------- /TOBEREMOVED/nodered-tello-missions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/TOBEREMOVED/nodered-tello-missions.json -------------------------------------------------------------------------------- /TOBEREMOVED/nodered-tello-telemetry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/TOBEREMOVED/nodered-tello-telemetry.json -------------------------------------------------------------------------------- /TOBEREMOVED/removedFromREADME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/TOBEREMOVED/removedFromREADME.md -------------------------------------------------------------------------------- /docs/PART1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART1.md -------------------------------------------------------------------------------- /docs/PART2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART2.md -------------------------------------------------------------------------------- /docs/PART3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART3.md -------------------------------------------------------------------------------- /docs/PART4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART4.md -------------------------------------------------------------------------------- /docs/PART5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART5.md -------------------------------------------------------------------------------- /docs/PART6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART6.md -------------------------------------------------------------------------------- /docs/PART7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART7.md -------------------------------------------------------------------------------- /docs/PART8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART8.md -------------------------------------------------------------------------------- /docs/PART9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/PART9.md -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Editor.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Commands-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Commands-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Commands-Starter-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Commands-Starter-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Controls-Dash-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Controls-Dash-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Controls-Dashboard-Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Controls-Dashboard-Solution.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Controls-Dashboard-Starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Controls-Dashboard-Starter.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Controls-Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Controls-Dashboard.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Controls-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Controls-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-CustomClassifierVisualRecognition-Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-CustomClassifierVisualRecognition-Dashboard.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-CustomClassifierVisualRecognition-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-CustomClassifierVisualRecognition-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Dashboard-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Dashboard-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Dashboard-Starter-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Dashboard-Starter-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-DeveloperSelfie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-DeveloperSelfie.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Missions-Starter-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Missions-Starter-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Missions-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Missions-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Pictures-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Pictures-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Pictures-Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Pictures-Solution.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Telemetry-Dashboard-Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Telemetry-Dashboard-Solution.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Telemetry-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Telemetry-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Telemetry-Starter-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Telemetry-Starter-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Telemetry-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Telemetry-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-Telemetry-gauges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-Telemetry-gauges.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-VisualRecognition-APIkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-VisualRecognition-APIkey.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-VisualRecognition-Solution-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-VisualRecognition-Solution-flow.png -------------------------------------------------------------------------------- /docs/screenshots/NodeRED-Tello-VisualRecognition-Solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/NodeRED-Tello-VisualRecognition-Solution.png -------------------------------------------------------------------------------- /docs/screenshots/Watson-Visual-Recognition-APIkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/Watson-Visual-Recognition-APIkey.png -------------------------------------------------------------------------------- /docs/screenshots/WatsonStudioVisualRecognitionCustomClassifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/docs/screenshots/WatsonStudioVisualRecognitionCustomClassifier.png -------------------------------------------------------------------------------- /flows/solutions/part3_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part3_solution.json -------------------------------------------------------------------------------- /flows/solutions/part4_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part4_solution.json -------------------------------------------------------------------------------- /flows/solutions/part5_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part5_solution.json -------------------------------------------------------------------------------- /flows/solutions/part6_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part6_solution.json -------------------------------------------------------------------------------- /flows/solutions/part7_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part7_solution.json -------------------------------------------------------------------------------- /flows/solutions/part8_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part8_solution.json -------------------------------------------------------------------------------- /flows/solutions/part9_solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/solutions/part9_solution.json -------------------------------------------------------------------------------- /flows/starter/part3_starter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/starter/part3_starter.json -------------------------------------------------------------------------------- /flows/starter/part4_starter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/starter/part4_starter.json -------------------------------------------------------------------------------- /flows/starter/part5_starter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/starter/part5_starter.json -------------------------------------------------------------------------------- /flows/starter/part6_starter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnwalicki/Node-RED-Tello-Control/HEAD/flows/starter/part6_starter.json --------------------------------------------------------------------------------