Introduction The Hobbyduino Mini is a clone of the Arduino main-board. It contains a ATMega328 processor programmed with the Arduino bootloader. The Hobbyduino does not contain the circuitry for USB communication. I opted to rely on the FTDI232R serial boards to handle the USB-to-Serial protocol. Here is the one I use but, others are available. The […]
Projects
Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1
There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you need a special hardware programmer and suitable hex files to program the Atmel AVR chip. Fortunately, Arduino is a beginner-friendly platform […]
High-speed Photography with Arduino and CHDK using arduino
This project uses an Arduino microcontroller and a laser break-beam trigger to fire via USB remote a Canon camera modified with CHDK (Canon Hack Development Kit) firmware. Immediate influences are the high-speed flash photography triggered by sound or light project by Glacial Wanderer and the Laser Triggered High-Speed Photography instructable by Saskview. The first uses […]
Arduino PWM Led Control using arduino
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated (PWM) channels to fulfil your requirements! Just follow the schematic diagram to complete the construction, and use any standard 9VDC Arduino power source to […]
Simple Animatronics with Servos and Arduino using arduino
Servos are surprisingly easy to use. Even more so than simple DC motors and steppers when you have a microcontroller. In this instructable we’ll use a ‘duino to drive five servos which will control a doll’s limbs and neck. I bought the servos at HobbyPartz for a couple bucks apiece and found the doll at […]
MIDI Bass Pedal Arduino Encoder using arduino
MIDI BASS PEDAL ARDUINO UNIT The MIDI Bass Pedal circuit is capable of encoding any number of momentary action, push to make, single pole single throw (SPST), switches from 1 up to 30 to produce the equivalent MIDI note-on/note-off data commands. The encoded switches are wired via IN4148 diodes. The keys are arranged in an […]
Electronic Circuit: photocell and LED
The cmd_response sketch is very general with respect to the ANALOG IN and DIGITAL I/O of the Arduino boards. We can use it to read a wide variety of sensors from remote computer systems. First, we demonstrate how the Arduino cmd_response sketch works, we construct some simple sensor circuits and then communicate with our Arduino […]
Peggy2: High And Low
First and foremost, big thanks to Damien for her time and effort on soldering 265 LEDs on peggy2 circuit board, which made my programming part possible to continue. Instead of soldering LEDs directly onto the Peggy2 board, we have to use Ethernet cables as “extensions” in order to let LEDs fill our smart surface. Single […]
Rechargeable Battery Capacity Tester using arduino
Do you have a pile of AA rechargeable batteries in your drawer? Some are old, some are new, but which sets would you bring with your camera on your next trip, and which ones are past their useful life? I like using rechargeable batteries, but I’m certain that some of them are not living up […]
CMUcam3: Working Module But Not Working CMUcam3-Arduino System
After over spending nearly 20 hours extra on fixing peggy2 board I mentioned in the previous post, there is only a few hours left for me to work on CMUcam3-Arduino system and its facial-recognition driven motor system. The basic programming architecture is shown below. When in “interaction mode”, CMUcam3 camera dictates the only input information of […]