https://github.com/postmannen/gotelloscratch2
Pre release. Control DJI Ryze Tello drone from Scratch 2
https://github.com/postmannen/gotelloscratch2
Last synced: 3 months ago
JSON representation
Pre release. Control DJI Ryze Tello drone from Scratch 2
- Host: GitHub
- URL: https://github.com/postmannen/gotelloscratch2
- Owner: postmannen
- License: gpl-3.0
- Created: 2019-02-11T15:28:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T12:31:23.000Z (over 7 years ago)
- Last Synced: 2025-03-09T22:39:44.200Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 6.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotelloscratch2
Backend plugin for Scratch 2 written in Go (Golang) to control a DJI Ryze Tello drone.

This package uses the Tello driver of [@SMerrony](https://github.com/postmannen/tello)
## Install
Import the block file into Scratch2 by holding down the SHIFT key + pressing the file menu. Choose "Import Experimental HTTP Extension". Choose the file named "scrath-no.s2e". The Tello blocks will be found under the "More Blocks" field in Scratch.
Start up your drone. Connect to the telloXXXX SSID, and start the executable found in the executables direcory of this repository.
Precomiled executables for Windows and Mac are provided.
If you are on Linux or any other platform and want to build and executable for that platform go to [http://golang.org](https://golang.org), follow the install instructions to install Go.
To compile/build a version for your platform, clone this repository with "git clone [https://github.com/postmannen/gotelloscratch2.git](https://github.com/postmannen/gotelloscratch2.git)", open a command-prompt/shell, and run "go build -o myExecutable main.go".