posted Jun 22nd 2009 4:04pm by
Zach Banks
filed under:
arduino hacks,
news
posted Feb 5th 2009 5:54pm by
Eliot Phillips
filed under:
arduino hacks,
misc hacks,
news,
peripherals hacks

TinkerKit is a collection of 20 different sensors and 10 actuators. It’s meant to make prototyping of physical computing devices much quicker/easier. The devices plug into a Sensor Hub Arduino shield. There is also a similar hub board that can emulate a keyboard; it translates sensor input directly to key strokes. It looks like a very ambitious project and it’s still in development. We love the idea though and think the wide variety of components will foster better final designs. The TinkerKit site covers the current component lineup and there’s a demo video embedded below.
Read the rest of this entry »
posted Dec 6th 2008 11:00am by
Eliot Phillips
filed under:
arduino hacks,
misc hacks,
tool hacks

[Garrett] from macetech has been prototyping shields for the Arduino development platform. Arduino’s have an inexplicable nonstandard spacing between two of the banks of output pins. This means that you can’t use regular perfboard with them. To make the design process quicker, [Garrett] has put together an Eagle file that just includes the male header pins. The file also has a line indicating the tall lower board components so you can avoid creating shorts.
posted Nov 6th 2008 5:25pm by
Eliot Phillips
filed under:
arduino hacks,
misc hacks,
news,
peripherals hacks

Arduino has just released an official ethernet shield. It’s based on the same WizNet W5100 chip that was used in the tiny ethernet board we covered earlier. The W5100 handles the full IP stack and can do TCP or UDP with four simultaneous sockets. The board has a power indicator plus six LEDs to debug the connection. It works with the standard ethernet library. The reset button resets the shield and the Arduino. The SD adapter is not currently supported by the Arduino software.