All posts in the 'Arduino projects' Category
Posted on 16 Jul 2008

The following example demonstrates how to build a complete wireless solution for uploading code to a remote Arduino microcontroller using a couple of XBee radios, and a handy function for accomplishing wireless resets.The Arduino system offers an easy and open-source method for programming microcontrollers. Normally this means using a serial cable or USB cable attached directly to the microcontroller project. [more]
Posted on 16 Jul 2008

This is the second Arduino project by Daniel.He writes:
Yesterday I was going to start watching a movie, when me and my friend pedro decided to give up on the movie and build a binary clock. After sometime thinking on how to program it, we made it. It works beautifully, so I decided to show here how I’ve done. It may not be the easiest way to make it work, but that’s what we’ve done.
[more]
Posted on 14 Jul 2008

This is the MIDI volume pedal project designed by Keith Neufeld.This synths also have an internal volume setting that’s controlled by software (like the volume control on an iPod, or a PC, or a higher-end car stereo). And this internal volume setting can be addressed by MIDI, since MIDI is digital commands sent serially over a cable. The circuit is very simple.MIDI connects devices using a current loop.[more]
Posted on 07 Jul 2008

Here is the LED Calculator with Rotary Quadrature Encoder for Target System Voltage Selection.You can turn the rotary encoder to set what voltage will be used in the ultimate LED circuit, and read the LED voltage, current, and current-limiting resistor values off the LCD display.The project based on Arduino.[more]
Posted on 06 Jul 2008

Daniel andrade show you how to build a simple temperature sensor using one LM35 Precision Temperature Sensor and Arduino.The circuit will send serial information about the temperature to the computer.It is a nice example to hookup on your future projects by changing the source code as you need.[more]