Skip to content

fvilmos/tello_serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tello Drone Serial Terminal with ESP8266

Tello is a great drone for programmers, provides an SDK that allows to command the drone over UDP messages. When the Tello is powered, creates an access point, you need to connect to it to be able to communicate...not a good option, if you are connected to the internet ower Wifi.

Using a small ESP8266 - ESP-01 module and a serial programmer, this can be bridged. This project creates a UDP to serial translation/communication to the Tello.

How to use

  1. Edit the following parameters in the *.ino file
const String telloIP = "192.168.10.1";                 /*tello IP*/
const String tello_SSID = "<TELLO SSID name>";         /*name of the tello access point*/
const String tello_SSID_pass = "<TELLO Password>";     /*name of the tello access point*/
  1. Open Arduino Studio, write the *.ino file, reset
  2. Open a serial terminal (HTerm, Arduino integrated one)...That's it.

Links

Tello SDK 1.3.0.0

Tello SDK 2.0

DJI Tello

/Enjoy.

Releases

No releases published

Packages

No packages published

Languages