Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perfecxx/djitelloedupython
Example usage of DJI Tello EDU with the Python SDK
https://github.com/perfecxx/djitelloedupython
tello-python3 tello-sdk tellodrone telloedu
Last synced: about 1 month ago
JSON representation
Example usage of DJI Tello EDU with the Python SDK
- Host: GitHub
- URL: https://github.com/perfecxx/djitelloedupython
- Owner: PerfecXX
- Created: 2023-08-10T09:08:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T07:15:20.000Z (about 1 year ago)
- Last Synced: 2023-12-08T08:26:46.261Z (about 1 year ago)
- Topics: tello-python3, tello-sdk, tellodrone, telloedu
- Language: Python
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DJITelloEDUPython
Example usage of DJI Tello EDU with the Python SDK
# Getting Started with Tello EDU
- [Introduction to Tello EDU](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/00_Introduction_to_TelloEDU.md)
- [Basic Manual Control with Tello Mobile Application](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/01_Manual_Control_with_Application.md)
- [Firmware Update](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/02_Firmware_Update.md)# Getting Started with DJI Tello EDU with Python
- [Library Installation](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/libinstall.md)
- [Connect to Tello]()
- [Example Code](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example)
- [Basic Movement](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/basic%20movement)
- [Takeoff/Landing](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/takeoff-landing.py)
- [Move to specific direction](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/move2direction.py)
- [Rotate](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/rotate.py)
- [Flip](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/flip.py)
- [Move to specific position](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/move2position.py)
- [Get Tello Sensor/Status](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/get%20sensor)
- [Battery Level](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_battery.py)
- [Height](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_height.py)
- [Barometer](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_barometer.py)
- [Temperature](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_temperature.py)
- [Pitch/Roll/Yaw](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_rollpitchyaw.py)
- Mission Pad (TODO)
- [Camera](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/camera)
- Library Installation.
- [Take a single photo](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/photo_single.py)
- [Video Capture](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/video_capture.py)
- [Record a video](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/video_recording.py)
# Getting Started with Multiply Tello Control
- Access Point/Router Setup
- Example Code
- Multi Control
- SWARM
- Parallel Control
- Sequential Control# Tool/Utilities
- [Tello IP Finder](https://github.com/PerfecXX/PyTelloEDU-IPScaner)# Example Project
- VR Flight with PS4 Controller (TODO)
- Image Processing with Tello (TODO)
- Landing Pad with ESP32 MicroPython (TODO)# Reference
https://djitellopy.readthedocs.io/en/latest/
https://github.com/damiafuentes/DJITelloPy