ESP32 controlled Tello Drone

Control the Tello Drone with a microcontroller. the functionality in encapsualtd in a classed that makes it really simple to communicate with the drone.

Here is a small code example

// create instance of the class
TelloDrone drone;

// connect to wifi - paramters are 'ssid' and 'password'
drone.connect("tello2", "");

// send a command to the drone
sendCommand("command");
sendCommand("battery?");

You can read a lot more at https://github.com/flexlab-ruc/ESP32-TelloDrone

Drone Java rawdata Tello web