All posts in the 'Arduino projects' Category

Programming Arduino Wirelessly

Programming Arduino Wirelessly
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 in : Arduino projects

DIY: Binary Clock with Arduino

Binary Clock with Arduino
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 in : Arduino projects | Clock projects

Arduino MIDI Volume Pedal

Arduino MIDI Volume Pedal
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 in : Arduino projects | MIDI related projects | Sound related projects

LED Calculator with Rotary Quadrature Encoder

LED Calculator with Rotary Quadrature Encoder
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 in : Arduino projects

Temperature Sensor + Arduino

Temperature Sensor + Arduino
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]

Posted in : Arduino projects

« Previous PageNext Page »