Very quick, the last post for today

A very interesting website, showing all, or almost all website and online applications that offer a developer API.
Here is the link: ProgrammableWeb. It would be nice to interface any of these with processing.

So finally i undestood why Arduino has its own software which is different from Processing.

With the Arduino platform, all you do is to write code that will be loaded into the Arduino board.
You tell to the board how to react to signals received.
So what kind of signals can the Arduino board receive?
Even if the Arduino board has a USB interface, to make the life of developers easy, the communications […]