A new Arduino Scratch programming extension has been released this week for the Arduino platform as an experimental option, that communicates with the Firmata firmware on an Arduino boards. A new ...
Windows/Mac/Linux: Programming an Arduino isn't especially difficult, but if you're looking for a more visual method, Scratch for Arduino (S4A) uses MIT's Scratch as a groundwork for teaching kids (or ...
Technically, S4A (Scratch for Arduino) code executes on a connected computer, not directly on the Arduino. It works by reading and writing to Arduino pins every 75ms, so this limits invention to those ...