Arduino UNO Q + Scratch = ❤️
Scratch for Arduino UNO Q is an Arduino App that runs Scratch directly on the board to control physical world (e.g., LEDs, buttons, and Arduino Modulino) with optional AI model integration. Accessible from any device via a browser, it makes coding, electronics, and AI hands-on and easy to explore.
- Connect the Arduino Uno Q board via USB
- Open an
adb shellinto the board using adb - Copy and paste the following command into the terminal to install the latest
scratch-arduino-appinto the board:
curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/install.sh | bash
- Open the Scratch interface at the
<IP_OR_BOARD_NAME>:7000address
task scratch:inittask scratch:local:startŧask board:upload- change the
const wsServerURL =ws://<YOUR_IP>:7000;in theindex.js - Open local scratch on http://localhost:8601/
