We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Scratch to Processing to Arduino
Page Index Toggle Pages: 1
Scratch to Processing to Arduino (Read 1646 times)
Scratch to Processing to Arduino
Sep 8th, 2008, 7:03pm
 
I've put together a small Processing program that lets you use MIT's easy-to-use Scratch programming language to control an Arduino board. It's perhaps most useful for kids who are already familiar with Scratch and want to play around with interfacing to an Arduino board.


http://scratchconnections.wik.is/User:Chalkmarrow/Catenary

Basically, version 1.3 of Scratch allows socket connections and two-way communication of broadcasts and global variable values. This Processing program just interprets a subset of broadcasts it receives from Scratch and sends the appropriate commands to the Arduino board. It also provides some minimal graphical feedback.
Page Index Toggle Pages: 1