Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muety/tello
Keyboard interface to control a DJI Tello drone with your PC
https://github.com/muety/tello
drone gobot tello
Last synced: 15 days ago
JSON representation
Keyboard interface to control a DJI Tello drone with your PC
- Host: GitHub
- URL: https://github.com/muety/tello
- Owner: muety
- Created: 2019-09-30T05:24:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T14:18:45.000Z (about 5 years ago)
- Last Synced: 2024-05-14T00:31:10.058Z (7 months ago)
- Topics: drone, gobot, tello
- Language: Go
- Size: 5.86 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tello - Tello - `#Go` (Gobot framework) (SDK Wrappers)
README
# tello
Basic Go code to control a DJI Tello drone via keyboard using [Gobot](https://gobot.io). Inspired by ["Hello, Tello - Hacking Drones With Go"](https://gobot.io/blog/2018/04/20/hello-tello-hacking-drones-with-go/).
[![Buy me a coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/n1try)
![](https://muetsch.io/images/tello1.jpg)
## Requirements
* Go 1.13
* Computer with WiFi adapter## Installation
* `go get ./...`## Usage
* `go run ./*.go`## To Do
* Multi-key support## License
MIT