Arduino + MQ3 = alcohol breath tester

This the season for good cheer, and what can be more cheerful than a project that’s as much fun to use as it is to build? How about a homebrew alcohol breath tester? Daniel Andrade shows how to build just such a device using just an Arduino, MQ3 alcohol sensor and a handful of resistors […]

Codebox: save Arduino sensor data to Google

Many are familiar with how to read data from Arduino into Processing. One such example varies the a PC’s onscreen graphics relative to the intensity of light on an LDR. Here MAKE presents a project which web enables Arduino sensor projects, allowing Processing data to be communicated and stored in a Google spreadsheet doc.

Vinculum-II (VNC2) development platform

FTDI released a development board for the Vinculum-II (VNC2) inspired by the Arduino. The Vinculo has an Arduino shield pinout, with an extra row of 10 pins on the digital side. The Vinculo is a dual channel USB Host/Device Controller is targeted at rapid development and prototyping of USB Host/Device interfaces. Vinculo…can be programmed using […]

Arduino realtime audio spectrum analyzer

Paul Bishop has posted source code and the schematic for an audio spectrum analyzer based on the Atmega328/Arduino. The design takes input from a simple electret microphone, amplifies it through a transistor fed into the Arduino’s ADC input pin. The Arduino outputs video of  a 64 band audio spectrum analyzer through two external resistors which […]

Open source Arduino shield outline in gEDA

Eric writes: I’ve released an Arduino shield board outline in gEDA format under the Creative Commons Attribution 3.0 Unported license. These files can be used as a starting place for creating Arduino shield boards. Video overlay shield shown. Don’t forget there is also an Arduino shield outline in the Dangerous Prototypes Eagle parts library (CC-0). […]

Preview: Inexpensive multi-chip programmer

This is a preview of an inexpensive, medium-speed AVR/PIC/CPLD/Arduino programmer. It’s designed for people who don’t own a programmer and just want to rescue a bricked PIC or AVR. The programmer uses the bitbang mode of a FT232R FTDI USB->serial converter chip. The same one used on the Bus Pirate and Arduino. There’s existing apps […]