Skip to content

An Arduino App for running Scratch on Arduino Uno Q

License

Notifications You must be signed in to change notification settings

lucarin91/scratch-arduino-app

 
 

Repository files navigation

Scratch for Arduino Uno Q

Installation

curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/install.sh | bash
  • Open the ArduinoAppLab and start the app
  • Visit the <IP_OR_BOARD_NAME>:7000 to open the Scratch App.

Local development

  • task scratch:init
  • task scratch:local:start
  • ŧask board:upload
  • change the const wsServerURL =ws://<YOUR_IP>:7000; in the index.js
  • Open local scratch on http://localhost:8601/

About

An Arduino App for running Scratch on Arduino Uno Q

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.8%
  • C++ 14.7%
  • JavaScript 6.4%
  • Python 1.5%
  • Shell 0.6%