Skip to content

Python project for controlling a DJI Tello Drone over a WiFi connection

Notifications You must be signed in to change notification settings

DakotaDoolaege/TelloDroneController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Program for controlling my DJI Tello drone from the command line.

Also supports displaying live video and status information from the drone.

Install

Create a virtual environment: python3 -m venv myvenv

Activate your new virtual environment: source myvenv/bin/activate

Install the required packages: pip install -r requirements.txt

Running

./tello.py

The program will send typed commands to the drone. See the Official Tello SDK for a list of commands.

Custom commands

stateon

Activates the asynchronous state handler.

stateoff

Deactivates the asynchronous state handler.

About

Python project for controlling a DJI Tello Drone over a WiFi connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages