Skip to content

Latest commit

 

History

History

M5Scratch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

M5Scratch

M5Scratch is Arduino IDE program whch communicate both M5Stack/M5StickC/ATOM Matrix and Scratch 1.4 each other. Demo at M5StickC

Japanese information is at https://scrapbox.io/610t/M5Scratch .

How to run

  • You must set your network SSID, PASSWD, and Scratch Host IP at network.h.
  • Compile and upload M5Scratch.ino with Arduino IDE.

Setting at Scratch

  • Mouse right click "[Slider] sensor value" and check "enable remote sensor connections".

enable remote sensor

  • Try code below:

First step code

How to add new variable and broadcast message

I will write detail later.

TODO

  • Better Scratch Wi-Fi and Host IP setting method.