posted Nov 2nd 2009 12:00pm by
Mike Szczys
filed under:
arduino hacks

Flock of Butterflies has just published their third post in a series about the ArduiNIX, an Arduino shield that drives Nixie tubes.We’ve featured Nixie tube projects such as a single tube clock, free-formed Nixie circuits, and tubes in a bottle. Now the hurdle of handling high voltage tubes while protecting low voltage logic circuitry has been taken care of for you. The shield can be purchased as a kit but the Eagle CAD files are also available, allowing you to etch your own circuit board.
Although this is meant for the Arduino there is nothing to keep you from using it as a driver with any microcontroller. The board listens for 5V logic levels to switch the multiplexed display of up to eight tubes. Get your hands on some Nixies and give this a try yourself.
Related: ArduiNIX Part 1, ArduiNIX Part 2
posted Aug 21st 2009 9:57am by
Phil Burgess
filed under:
arduino hacks,
peripherals hacks

Circuits@Home has been journaling their development of a USB host mode shield for Arduino, which could bring the platform a veritable explosion of mass storage, keyboard input and countless other peripheral options (and a corresponding raft of new hacks). Currently at the prototype stage, a ready-made shield and library are forthcoming, so keep checking back. Meanwhile, for embedded developers wanting to learn the ropes of USB, the in-progress articles will likely provide some valuable insights.
[thanks Kersny]
posted Jul 16th 2009 3:52pm by
Eliot Phillips
filed under:
arduino hacks,
news,
tool hacks

Here’s another adafruit product launched today: a prototyping shield that compensates for the Arduino’s stupid oddly spaced headers.
Related: The Seeeduino has an alternate row of headers with protoboard friendly spacing.
posted Mar 17th 2009 11:15am by
Caleb Kraft
filed under:
arduino hacks
posted Mar 13th 2009 3:35pm by
Caleb Kraft
filed under:
arduino hacks,
classic hacks,
tool hacks

While playing with an ATmega168, [Jeff] programmed the RSTDISBL fuse bit. This pretty much makes the chip useless in most cases. [Jeff] didn’t want to give up on it though, so he built a system to program it using the rarely used high voltage parallel programming mode. He used an Arduino, a few lines of code and a few spare parts to make it. After sharing the idea with some fellow programmers, he decided to make an Arduino shield specifically for this purpose. You can use this to reset almost any fuse to rescue a chip. If you are a die hard AVR person and never started using Arduino instead, the STK500 actually has this built in.
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.
posted Jun 28th 2008 6:30am by
Eliot Phillips
filed under:
arduino hacks,
gps hacks

ladyada continues to produce more and more interesting Arduino shields. This new GPS logger plugs into a standard Arduino board and has support for four different GPS receiver modules. On the backside of the board is an SD card slot where it stores the coordinates in a text file. The total runtime can vary from five hours to twenty depending on how you choose to power the device and how you use the device. How often you read the device and whether you maintain the GPS lock will affect the power consumption. Like all of ladyada’s projects, you’ll find a great construction guide and example code on her site.