{"id":20663041,"url":"https://github.com/perfecxx/djitelloedupython","last_synced_at":"2025-06-17T23:39:45.256Z","repository":{"id":187442427,"uuid":"676898080","full_name":"PerfecXX/DJITelloEDUPython","owner":"PerfecXX","description":"Example usage of DJI Tello EDU with the Python SDK","archived":false,"fork":false,"pushed_at":"2023-12-08T07:15:20.000Z","size":414,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T05:59:25.127Z","etag":null,"topics":["tello-python3","tello-sdk","tellodrone","telloedu"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerfecXX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-10T09:08:06.000Z","updated_at":"2024-01-25T08:06:39.000Z","dependencies_parsed_at":"2023-12-08T08:26:46.395Z","dependency_job_id":"b869a218-0f76-4ce4-bea7-f718487c822f","html_url":"https://github.com/PerfecXX/DJITelloEDUPython","commit_stats":null,"previous_names":["perfecxx/djitelloedupython"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PerfecXX/DJITelloEDUPython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FDJITelloEDUPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FDJITelloEDUPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FDJITelloEDUPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FDJITelloEDUPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerfecXX","download_url":"https://codeload.github.com/PerfecXX/DJITelloEDUPython/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfecXX%2FDJITelloEDUPython/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260458911,"owners_count":23012506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tello-python3","tello-sdk","tellodrone","telloedu"],"created_at":"2024-11-16T19:16:25.880Z","updated_at":"2025-06-17T23:39:40.202Z","avatar_url":"https://github.com/PerfecXX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DJITelloEDUPython\n\nExample usage of DJI Tello EDU with the Python SDK\n\n# Getting Started with Tello EDU\n\n- [Introduction to Tello EDU](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/00_Introduction_to_TelloEDU.md)\n- [Basic Manual Control with Tello Mobile Application](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/01_Manual_Control_with_Application.md)\n- [Firmware Update](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/02_Firmware_Update.md)\n\n# Getting Started with DJI Tello EDU with Python\n\n- [Library Installation](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/doc/libinstall.md)\n- [Connect to Tello]()\n- [Example Code](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example)\n  - [Basic Movement](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/basic%20movement)\n    - [Takeoff/Landing](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/takeoff-landing.py)\n    - [Move to specific direction](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/move2direction.py)\n    - [Rotate](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/rotate.py)\n    - [Flip](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/flip.py)\n    - [Move to specific position](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/basic%20movement/move2position.py)\n  - [Get Tello Sensor/Status](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/get%20sensor)\n    - [Battery Level](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_battery.py)\n    - [Height](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_height.py)\n    - [Barometer](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_barometer.py)\n    - [Temperature](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_temperature.py)\n    - [Pitch/Roll/Yaw](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/get%20sensor/get_rollpitchyaw.py)\n  - Mission Pad (TODO)\n  - [Camera](https://github.com/PerfecXX/DJITelloEDUPython/tree/main/example/camera)\n    - Library Installation.\n    - [Take a single photo](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/photo_single.py)\n    - [Video Capture](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/video_capture.py)\n    - [Record a video](https://github.com/PerfecXX/DJITelloEDUPython/blob/main/example/camera/video_recording.py)\n  \n# Getting Started with Multiply Tello Control\n- Access Point/Router Setup\n- Example Code\n  - Multi Control\n  - SWARM\n    - Parallel Control\n    - Sequential Control\n\n# Tool/Utilities\n- [Tello IP Finder](https://github.com/PerfecXX/PyTelloEDU-IPScaner)\n\n# Example Project\n- VR Flight with PS4 Controller (TODO)\n- Image Processing with Tello (TODO)\n- Landing Pad with ESP32 MicroPython (TODO)\n\n# Reference\n\nhttps://djitellopy.readthedocs.io/en/latest/\n\nhttps://github.com/damiafuentes/DJITelloPy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfecxx%2Fdjitelloedupython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfecxx%2Fdjitelloedupython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfecxx%2Fdjitelloedupython/lists"}