I am a teacher and I have a Tello drone which I can control using MIT Scratch 3, an offline version of Scratch the comes with a Tello extension. I can also control a sprite using voice commands with an online version of Scratch available at machinelearningforkids. I want my students to be able to write a Scratch program to control a Tello drone with voice commands. How can I put the two together please? I realise I could achieve this with Python, but I would like to do this with the simplicity of the Scratch interface.
Voice control of Tello drone with Scratch
122 Views Asked by Drummy At
0
There are 0 best solutions below
Related Questions in VOICE-RECOGNITION
- Android SpeechRecognizer not working with Chinese
- Hotwords won't trigger on bumblebee-hotword-node
- Why doesn't video-conferencing with subtitles exist?
- Real-time Word Highlighting in React Component with Speech Recognition Updates Using react-hook-speech-to-text
- How to achieve offline voice recognition and trigger the keyboard microphone in React Native?
- Using webrtcvad to capture audio when the user starts speaking and stops speaking (like Siri) and then saving to a .wav file
- How to extract these acoustic features from audio files
- Using Voice Assistants (Siri or Google) to control launch and actions in an app - React Native
- React-Native : Developing a React-Native Android application for Voice Assistant | Error in voice activation (file-build.gradle ,index.ts)
- Why Python voice assistant works so slow?
- How to Custom command with Custom Intent to open my Android App using Hey, Google Voice command
- How to Automatically Pause and Resume Narration in a Next.js 14 App When User Speaks..?
- Detecting Silence in Python Voice Assistant
- how to add events to calendar with google calendar api
- How to restrict Flutter Voice Recognition to specific words only?
Related Questions in MIT-SCRATCH
- How to choose a random set of X and Y Coordinates that have been stored into 2 lists
- How do I check if any of the objects in an array contain a specific value in a specific key, and if so get one of the other values of it?
- Turbowarp's project_url parameter doesn't work
- I've embedded a Scratch project into my website, but it come up with multiple warnings in the console. How can I resolve them?
- How do I duplicate a custom code block in Scratch?
- How to convert base-10 (decimal) to base-2 (binary) in Scratch?
- How to get the absolute value of a number in Scratch?
- Direct conversion between two bases
- How do i fix this clone bug in Scratch?
- Scratch score variable doesn't go up
- Sprite in Scratch is non-smoothly "skipping" when being rotated
- Costume of sprite in Scratch doesn't change
- Is there a way to get a triangle to rotate to face the mouse on a circle?
- How to save at multiple points? Saving the X, Y, what sprite (custom), and what text it was left off
- Is there a Scratch script or function that can detect the angle of a wall?
Related Questions in TELLO-DRONE
- DJI Tello won't follow me
- AttributeError: 'Tello' object has no attribute 'address' (Tello Ryze Drone StreamOn error, unable to call streamon function:)
- How to Program a Drone Equipped with MAMBA MK4 Card to Execute a Flight Path Shaped Like an "L"
- Tello EDU Drone sending no response
- Is there another way to implement the SDK into my android studio project?
- Boost.Asio UDP socket, An invalid argument was supplied error
- Unable to integrate YOLOv8 with DJI Tello
- How to render a video in the frontend with base64 data which is being recieved live on the backend?
- Tello EDU Drone AI with Python
- Error: camera index out of range (hand gesture control drone with python)
- Voice control of Tello drone with Scratch
- moveByEnd event is not so accurate when error = interrupted in parrot olympe
- TypeError: cannot unpack non-iterable NoneType object while trying face recognition
- How to remove an object from the trained model in .pb format?
- UDP conformation, is it possible?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?