Tello SDK 3.0 User Guide en
Tello SDK 3.0 User Guide en
Tello SDK 3.0 User Guide en
Safety Function
After Tello executes the current command, if no command input is received (other than the [TELLO]
battery?" command sent by the open-source controller for the battery status) within 15s, it will
automatically land.
Resetting Wi-Fi
In the power-on state, long-press the power button for 5s, during which, the drone will reboot after the
status indicator goes out. When the status indicator quickly flashes yellow, the SSID and password of
the Wi-Fi network will be reset to their factory default settings, with no password required by default.
Architecture
Users can use a Wi-Fi network to connect the Tello drone to a PC, Mac, or mobile device.
UDP->Tello Commands
Control Commands
Read Commands
Note 1:
The Motor-On mode is a new low-speed rotation state of TT propellers. Entering Motor-On mode
indicates that the TT is ready for takeoff. At this time, the TT heat dissipation feature can be used to
avoid shutdown caused by excessive temperatures. You can execute the "motoron" command to
enable Motor-On mode only when the drone is in static standby status. After the drone takes off, it
automatically exits Motor-On mode.
Note 2:
m1-m8: the mission pad ID on the corresponding mission pad.
m-1: the first mission pad identified by Tello's internal algorithm
m-2: the mission pad nearest to Tello
Note 3:
xxxx indicates a string consisting only of 'r', 'b', 'p', and '0'. 'r', 'b', 'p', and '0' indicate red, blue,
purple, and off, respectively. The max string length is 64.
For example: rrrbb0ppp indicates that lights 0 to 3 are red, lights 4 to 5 are blue, light 6 is off, and
lights 7 to 9 are purple. If the length is less than
64, the unspecified LEDs will be off.
Tello State
Data type: String
Example“mid:%d;x:%d;y:%d;z:%d;mpry:%d,%d,%d;pitch:%d;roll:%d;yaw:%d;vgx:%d;vgy%d;v
gz:% d;templ:%d;temph:%d;tof:%d;h:%d;bat:%d;baro:%f;\r\n”
Description
mid: the detected mission pad ID.
If the mission pad detection function is not enabled, -2 is returned.
If the detection function is enabled but no mission pad is detected, -1 is returned.
x: the x-axis coordinate of the drone relative to the detected mission pad, in centimeters
If the mission pad detection function is not enabled, -200 is returned.
If the detection function is enabled but no mission pad is detected,
-100 is returned.
y: the y-axis coordinate of the drone relative to the detected mission pad, in centimeters
If the mission pad detection function is not enabled, -200 is returned.
If the detection function is enabled but no mission pad is detected,
-100 is returned.
Mission pad instructions for use can be downloaded from the official website.