Computing stuff tied to the physical world

Arduino

In AVR on Oct 25, 2008 at 00:32

Fascinating: the AVR “ATtiny” and “ATmega” chips from Atmel can be programmed in standard C and C++. The chips cost a few Euro each, the compiler is gcc, and there’s a ready-to-run package for Mac, Linux, and Windows. There’s even a low-cost standardized hardware platform, called Arduino. It’s all open source, software as well as hardware designs.

Here’s the Nano version (specs), with on-board USB, ready to be plugged into a breadboard:

AD3A91CD-9920-49B2-A217-A8DDBC86A99B.jpg

Wow. Low-end computing sure has come a long way.