- Connect to the board using
adbfollowing https://docs.arduino.cc/software/app-lab/tutorials/cli/ and open theadb shell - From inside the board, Install the latest
scratch-arduino-appinto the board running the command:
curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/install.sh | bash
- Open the
ArduinoAppLaband start the app - Visit the
<IP_OR_BOARD_NAME>:7000to open the Scratch App.
task scratch:inittask scratch:local:start- change the
const wsServerURL =<YOUR_IP>:7000;in theindex.js - Open local scratch on http://localhost:8601/