Skip to content

AkiraSuzukiJP/scratch3-tello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratch3-tello

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.

image

This repository is under development.

Release

You can download the binary here.

Instruction

  1. Download the binary.
  2. Connect to Tello wifi.
  3. Start the app.
  4. 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.

Build

$ mkdir scratch3-tello
$ cd scratch3-tello
$ wget https://raw.githubusercontent.com/kebhr/scratch3-tello/master/build.sh
$ chmod +x build.sh
$ ./build.sh

Run

$ cd scratch-desktop
$ npm run build-gui
$ npm start

If you fail to load Tello extension, please run relink.sh.

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%