Tello Drone 5
Getting Started with Tello Drone Programming
In this series, I’ll be diving into various Tello drone projects, and in this post, I’ll walk through the basics of setting up a Tello drone programming environment and share my system setup. Sett...
Keyboard Navigation, Live Video Streaming, and Image Capture
In this post, I want to share a project that involves controlling a DJI Tello drone, displaying a real-time video feed, and capturing images using Python. We’ll leverage the djitellopy library for ...
Controlling the Drone with a Joystick
In my previous project, I demonstrated drone navigation using keyboard inputs. In this follow-up, I showcase how to control a DJI Tello drone using a joystick. This project leverages the djitellopy...
Path Visualization and Mapping Using Pygame
In this project, I explored integrating the DJI Tello drone with Python and Pygame to create an interactive visualization of the drone’s path. The goal was to control the drone using keyboard input...
Real-Time Face Tracking
In this project, I’d like to share a real-time face tracking system using the DJI Tello drone. The setup utilizes Python and the djitellopy library to control the drone, while OpenCV is employed fo...