Owner's Manual
Table Of Contents
- Tello Talent
- User Manual
- Quick Start Guide
- Disclaimer and Safety Guidelines
- Safety at a Glance
- Glossary
- Before You Begin
- Disclaimer and Warning
- Pre-Flight Checklist
- Individual Parts
- Regarding Genuine and Functional Parts
- Camera
- Propulsion System
- Flight Batteries
- Tello App
- Firmware
- Product Care
- Flight Condition Requirements
- Weather Conditions and Surrounding Environment
- Interference with Communications
- Operating the Aircraft Responsibly
- Flight Modes, Functions, and Warnings
- Flight Modes
- Low Battery
- Vision Positioning System
- Bounce Mode and 8D Flips
- EZ Shots
- Compliance with Regulations & Flight Limits
- Regulations
- Mission Pad and Flight Map User Guide
- SDK 3.0 User Guide
2
©
2021 Ryze Tech. All Rights Reserved.
Overview
The TT SDK connects to drones via Wi-Fi UDP protocol, allowing users to control drones through
text commands.
After installing the RoboMaster SDK, users can control the TT product, including the open-source
TT controller and the drone itself. For specic instructions, visit the following website:
https://robomaster-dev.readthedocs.io/latest/
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 ashes 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.
Sending Commands and Receiving Responses
Tello IP: 192.168.10.1 UDP PORT: 8889 << - - >> PC / Mac / Mobile
Remark 1: Set up a UDP client on a PC, Mac, or mobile device to send commands to Tello UDP
port 8889 and receive responses.
Remark 2: Before sending any other commands, send the "command" command to Tello UDP port
8889 to launch Tello's SDK mode.
Receive Tello State
Tello IP: 192.168.10.1 - >> PC / Mac / Mobile UDP Server: 0.0.0.0 UDP PORT:8890
Remark 3: Complete the operations in Remark 1 and Remark 2 before proceeding. Set up a UDP
server on the PC, Mac, or mobile device to receive messages from IP 0.0.0.0 via UDP
port 8890.
* For the detailed status information, see 5. Tello Status.
Receiving Tello Video Streams
Tello IP: 192.168.10.1 - >> PC / Mac / Mobile UDP Server: 0.0.0.0 UDP PORT:11111
Remark 4: Set up a UDP server on the PC, Mac, or mobile device to receive messages from IP 0.0.0.0
via UDP port 11111.
Remark 5: After performing the operations in Remark 1 and Remark 2, send the "streamon"
command to Tello UDP port 8889 to start receiving Tello video streams.










