A4S is an experimental extension for Scratch 2 that allows it to communicate with Arduino boards using Firmata. It consists of a Java server that Scratch connects to over HTTP and which communicates with an Arduino board over (USB) serial. A4S is being developed by David Mellis, based on documentation and code from the Scratch team. For updates, see: https://github.com/damellis/A4S/
-
Install the Scratch 2 offline editor.
-
Install the Arduino software. Instructions: Windows, Mac OS X.
-
Upload the StandardFirmata firmware to your Arduino board. (It's in "Examples > Firmata".)
-
Download the A4S code from GitHub and unzip it.
-
Launch the A4S server using the "run.sh" script on the command line. Pass the name of the serial port corresponding to your Arduino board as the first argument to the script, e.g. "./run.sh /dev/tty.usbmodem411". You should see a message like:
Stable Library ========================================= Native lib Version = RXTX-2.1-7 Java lib Version = RXTX-2.1-7 HTTPExtensionExample helper app started on Mellis.local/18.189.9.217 -
Run the Scratch 2 offline editor.
-
While holding the shift key on your keyboard, click on the "File" menu in Scratch. You should see "Import Experimental Extension" at the bottom of the menu. Click on it.
-
Navigate to the directory containing A4S and select the A4S.s2e file.
-
You should see the A4S extension and blocks appear in the "More Blocks" category in the Scratch editor. If the A4S server is running, there will be a green dot next to the "A4S" title.