Scratch 3.0 for Tello.
For more information such as how to download, how to build: scratch3-tello.app
Currently I provide more information by English and Japanese only.
This repository is under development.
You can download the binary here.
- Download the binary.
- Connect to Tello wifi.
- Start the app.
- Activate Tello extension.
NOTE:
- If you are having trouble connecting to Tello, close the app, restart Tello and start the app again.
- Connect to Tello before launching the app. If you connect to Tello after the app is launched, the extension will not be able to send commands to Tello.
$ mkdir scratch3-tello
$ cd scratch3-tello
$ wget https://raw.githubusercontent.com/kebhr/scratch3-tello/master/build.sh
$ chmod +x build.sh
$ ./build.sh
$ cd scratch-desktop
$ npm run build-gui
$ npm start
If you fail to load Tello extension, please run relink.sh
.