DroneCommander

DroneCommander is a tiny application thats makes it easy to send commands to the Tello Drones. It is a good way to learn how the Tello SDK works. It allows you to easily send commands to the drone and receive a reply back from the drone. […]

Read More…

Tello Drone JAVA API

The Tello drone can be connected to almost any programming language through a simple UDP connection. The drone opens a wifi connection and the device running your code need to be connected to that. UDP connection allows us to control the drone through a set of commands described in the Tello SDK 1.3.0.0. https://github.com/flexlab-ruc/TelloDroneJavaConnect […]

Read More…