Digital clock from an old nixie tube multimeter

James built a digital clock that displays the hours and minutes on an old Nixie tube multimeter. The multimeter functions as a voltmeter that is reading the output of an Arduino generated voltage. There are still some noise issues to clear up, but all in all it’s a cool looking clock. Check out the video […]

Current sensing with the Arduino

Luca made an Amp-meter using the ACS712 current sensor, and the Arduino. The ACS712 is a fully integrated, hall effect based, linear current sensor. It converts the current that passes through its input pins to a proportional voltage on an output pin. He connected the output pin to an analog pin of his Arduino, and […]

Chronoduino board v0.3

The Chronoduino uses an Atmega168PA microprocessor. On the peripheral side there is a DS1337 RTC, a BMP085 barometric/temperature sensor, and a MCP73831 Li-Po battery charging IC. Numerous headers as well as two buttons, LED, and a buzzer are on the board. The idea behind the project is to design an Arduino watch platform (hence, quite unimaginatively – Chronoduino) that’s also […]

Bus Pirate: JTAG XSVF player successfully programs Amani64 CPLD

Cliff bought an Amani64 CPLD shield for the Arduino, he had no way to program it except: I did have a Bus Pirate on hand, the ‘Swiss Army Knife’ of digital hobbyists. He successfully uploaded the LED blinking firmware onto the Amani64 with the Bus Pirate JTAG XSVF player. Now he is free to develop his CPLD skills. Get your […]

Key less entry system using Ping))) and the Arduino

Mouser built a key-less entry system using Ping))) and the Arduino. The Ping))) ultrasonic sensor is used to gauge user’s hand positions. By moving the hand at different positions, a code is entered that opens the door. He used the moving average filter to keep the system from taking measurements while the hand was in motion. Source code, schematic diagram, as […]

SSD1308 OLED interface AVR library for Arduino/Teensy

Our forum regular Marcus posted a SSD1308 OLED interface library and pin connections to get you started with your Arduino/Teensy OLED projects. The display is a 0.96” 128 x 64 dot matrix that can be interfaced though both I2C or SPI interfaces, the library Marcus provides is SPI only and should allow you to get […]

The Resistor JelTone: an edible toy piano

A group from  NYC Resistor (Ranjit Bhatnagar, Astrida Valigorsky, Mimi Hui and Catarina Mota) made an edible toy piano, called The Resistor JelTone, for the Jello Mold Competition. As part of our experiments we realized that jello and fruit, which contain a lot of water, are conductive. Embedded in each jello/fruit key is a sterling silver pin (food safe) connected to […]

Editorial: Our friend Microchip and open source

Microchip jumped into open source last spring with the chipKIT Arduino-compatible development boards and open compiler/IDE. They wanted to tap the existing tutorials, enthusiasm, and customer base of Arduino community, and they were going to play nice with open source. A review of the chipKIT situation today is disappointing. The compiler still replies on closed […]

Arduino goes open development

Arduino Labs is a new open development playground for the Arduino. Open development is when in-progress source code, design files, and documentation are available to anyone. It’s the norm in open source software, where design is almost always public and collaborative. Open hardware shops usually like to keep new stuff under wraps until it’s “ready” […]

Rosserial library for Arduino released

Michael Ferguson and Adam Stambler have released the rosserial library for Arduino. This is a new library for connecting the Arduino platform to ROS, allowing an Arduino to directly publish and subscribe to ROS messages. There are also demos ranging from controlling servos to using an Arduino and rxplot as an oscilloscope to reading temperature […]

Chronoduino an expandable Arduino watch

orcinus posted pictures of the Chronoduino expandable Arduino watch in the project log forum: So i’ve set out to design the ultimate Arduino watch platform that’s also usable as an ultra-miniature sensor node and dubbed it (quite unimaginatively) – Chronoduino. Some parts are based off of Bazile Romaine’s rev 3 MakerBot Watch, some are completely […]