The Tello is a drone manufactured by the Chinese company DJI. It can be controlled using a smartphone or laptop. This PBL (Project-Based Learning) is programmed to be controlled automatically using Python.
Make sure to check the SSID of each Tello. Do not use a different ID.
To run Tello with python3, the formware needs to be updated, which can be done from an app on your phone.
The Tello has an SDK (Software Development Kit) that allows users to control it.
You can find the user guide for SDK 2.0 at the following link:
https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf
Tello IP: 192.168.10.1 UDP PORT: 8889 << - - >> PC
Tello IP: 192.168.10.1 - >> PC / Mac / Mobile UDP Server: 0.0.0.0 UDP PORT:8890
Tello IP: 192.168.10.1 - >> PC / Mac / Mobile UDP Server: 0.0.0.0 UDP PORT:11111
Now let's actually use these SDKs to control tello! Simple Control