Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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