Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kebhr/scratch3-tello
Let's fly Tello with Scratch 3.0 !
https://github.com/kebhr/scratch3-tello
computer-science-education scratch scratch-extension scratch3 tello
Last synced: 7 days ago
JSON representation
Let's fly Tello with Scratch 3.0 !
- Host: GitHub
- URL: https://github.com/kebhr/scratch3-tello
- Owner: kebhr
- License: other
- Created: 2019-12-24T17:03:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T11:11:41.000Z (2 months ago)
- Last Synced: 2024-09-14T00:50:20.365Z (2 months ago)
- Topics: computer-science-education, scratch, scratch-extension, scratch3, tello
- Language: JavaScript
- Homepage: https://scratch3-tello.app/
- Size: 127 KB
- Stars: 83
- Watchers: 7
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tello - Scratch3-tello
README
![GitHub all releases](https://img.shields.io/github/downloads/kebhr/scratch3-tello/total?style=for-the-badge)
## Release
You can download the binary from [here](https://github.com/kebhr/scratch3-tello/releases).I am seeking sponsors on [Patreon](https://www.patreon.com/scratch3_tello) to continue the development of Scratch3-Tello.
### Instruction
1. Download the binary.
2. Connect to Tello's 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.
- If the drone does not take off after sending the `takeoff` command, use the `clear command queue` block.## Supported languages
- English
- 日本語
- にほんご
- Ру́сский (Thanks to [@cirodil](https://github.com/cirodil))
- Français (Thanks to Ryan Perry)
- Deutsch (Thanks to [@DiWoWet](https://github.com/DiWoWet))
- Български (Thanks to [@aladzhov](https://github.com/aladzhov))
- 繁體中文 (Thanks to James Huang)
- Italian (Thank to [@Haldosax](https://github.com/Haldosax))
- Latvian (Thank to [@berserks03](https://github.com/berserks03))
- Українська (Thanks to [@MaxVolobuev](https://github.com/MaxVolobuev))Feel free to create a pull request for adding more languages!
## How to build
```bash
$ mkdir scratch3-tello
$ cd scratch3-tello
$ wget https://raw.githubusercontent.com/kebhr/scratch3-tello/master/build.sh
$ chmod +x build.sh
$ ./build.sh
```## How to run
```bash
$ cd scratch-desktop
$ npm start
```If you fail to load Tello extension, please run `relink.sh`.