Found 76 repositories(showing 30)
damiafuentes
DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
dp-betalock
Use YOLOv8 with a DJI Tello Drone! Controlled with the Tello app and provides video results post-flight.
dbaldwin
No description available
🚁 Real-time object detection system for DJI Tello drone using SSD MobileNet V3. Detects 91 COCO classes with live video streaming, automated flight control, and visual bounding box annotations. Built with OpenCV DNN and djitellopy.
amr205
A GUI interface used to control a tello drone, using Djitellopy
Jacob-Pitsenberger
Execute this Python script to have your Tello drone perform a basic flight routine while simultaneously streaming video from its forward-facing camera.
smahmuddz
Drone ground station, designed to control DJI Tello drone. Using DJITELLOPY
FutureV0lt
Dji Tello Drone control centre built from damiafuentas' DJITelloPy python interface.
MrUltron
YOLOv5 + DJI Tello Drone 🚁 Real-time object detection using a DJI Tello drone and YOLOv5. Stream live video via djitellopy, process frames with PyTorch + OpenCV, and detect objects on the fly. Great for AI + drone automation projects.
Amajo0209
In this repository you will find all the codes I used to program and control my TELLO DRONE. This drone is very simple to operate and program. Using "djitellopy" and "pygame" I was able to write some code to control it usign my keypad. You can also implement computer vision to it to detect and follow any object you want.
ColombiaElectrica369
Examples about how to drive a DJI Tello Drone through Python
MrDaviesKellett
a simulator for djitellopy using pygame
TTS-Summer-2020-Data-Science-Cohort
Flying a Tello drone with the djitellopy library.
honglan3
No description available
SaltworkerMLU
Control your DJI tello with any gaming controller that's supported by pygame.
Jacob-Pitsenberger
No description available
msfisher
Example project to operate the quadcoptor (Tello) using pygame and djitellopy modules
jpeixe07
Utilizing mediapipe, djitellopy and Tello SDK for academic purposes using DJI Tello.
2468shrm
Autonomous wrapper to the djitellopy object originally developed for the Bell AVR competition
LockwoodCS
A collection of code used with DJI Tello Drones utilizing the DJITELLOPY library in Python.
DeshyDan
DJI Tello drone web command panel. Feel free to contribute!
NoumanT1247
Learn to control a DJI Tello Drone using Python and djitellopy. Includes basic scripts for connection, flight, camera streaming, and movements. Perfect for beginners.
prof-tallman
A simple program that connects to a RoboMaster TT Drone and displays a logo on the 8x8 LED matrix. All communication with the drone is through the DJITelloPy module.
LichtenbergCode
A sleek and responsive Graphical User Interface (GUI) built with Python and Ttkbootstrap for direct manual control of DJI Tello drones. This application leverages the djitellopy library to provide a seamless and intuitive piloting experience right from your computer.
aokolowicz
tello-talent is a repository housing Python scripts utilizing DJITelloPy library for controlling DJI Tello drones. The scripts demonstrate predefined movements, obstacle detection, and manual control via keyboard inputs.
rishabhthareja
This repository will have all the code related to programming DJI tello drone using python with djitellopy library. There will be different mini projects for performing different operations on drone.
mweglowski
🕵️ Drone system for DJI Tello that enables following the person.
This repository showcases a voice-controlled drone system using Tello, Vosk for speech recognition, and PyAudio. It processes audio inputs to execute commands like "take off," "land," and "do a back flip," leveraging Vosk for recognition and djitellopy for drone control.
glandaDarie
The Drone Surveillance System is a real-time monitoring solution using a Tello drone, computer vision algorithms, and a GUI. It captures live video, detects movement, and alerts for suspicious activity. Features include video capture, movement detection, feature tracking, GUI control, and alerts. Dependencies: OpenCV, NumPy, djitellopy, PyQt5.
RazielHanan
The purpose of this project is to guide a person on their way to a predetermined destination using a drone without any collisions with obstacles. In this project we used the DJI Tello Drone, but the DJITelloPy (the library used to implement our design) will work on any of the DJI Drones since we used the 2.0V SDK.