• Project: SuperEasy Arduino For Scratch

  • Back
19 February 2015 by 

Posts under this project (2)


SuperEasy-A4S Release

Below you’ll find download links and instructions for installing SuperEasy-A4S. The project is open source so you can also find a link to the source code below. Download...

19 February 2015 by  Read more...

A4S Worksheets

As part of my demonstration at the 2014 Scratch Conference I created several resources to do with using Arduino with Scratch V2.0. Feel free to use the resources...

19 February 2015 by  Read more...

SuperEasy-A4S is a program I developed to make it simple to hook an Arduino up to Scratch V2. It removes the need to use the Arduino IDE, Arduino code and command-line tools, requiring the user to just press 3 buttons in turn. The SuperEasy-A4S program I created simply works as a launcher for a couple of different command line programs. The first is a program that compiles and uploads program code to Arduinos. The second is an extension for Scratch 2 that allows it to communicate with Arduino boards using Firmata. This extension consists of a Java server that Scratch connects to over HTTP and which communicates with an Arduino board over USB serial. I created the program because the young users of Scratch can find using the command-line difficult, may not know how to find which COM port an Arduino board is attached as and has may have little idea about how to upload code to an Arduino. As a result, the program allows users who are not very technologically literate to use an Arduino in Scratch.