Arduino

Arduino644 in development

Instead of waiting around for a faster Arduino to be released, Zach of NYCResistor is developing his own – I’m in the process of porting the Arduino environment to the atmega644 for a skunkworks project I’m working on. This chip is awesome because it has 4x the flash (64k vs 16k) it has 4x the […]

DIY electronic drum brain for Arduino

DIY electronic drum brain for Arduino

The Drum Master project uses sensor filter circuits with the Arduino platform and sends the data over USB for sample playback – The Drum Master system is actually comprised of two parts. The hardware brain module (containing the Arduino microcontroller and a collection of circuits to assist in obtaining the sensor information) is called the […]

Growduino in development

Growduino in development

From the MAKE Flickr photo pool Boss Sauce is working on an automated gardening system using Arduino – First mockup of Arduino-controlled garden, here switching a relay attached to a submersible pump to automatically water two plants. The “growduino” smart garden project will, um, grow to include more sensors and controls, but watering on a […]

Arduino basics – MIDI clock signals

Arduino basics – MIDI clock signals

Little-scale has another helpful mini how-to for those of you digging in with blue microcontroller It is often desirable to synchronise something like a homemade sequencing circuit or a Commodore 64 to MIDI clock signals. I thought I might share some generic Arduino skeleton code that could be used to synchronise many different types of […]