Projects

Acorn Chime

Acorn Chime using arduino

By: Charlie DeTar, Christina Xu, Boris Kizelshteyn, Hannah Perner-Wilson A digital wind chime with hanging acorns. Sound is produced by a remote speaker, and data about chime strikes is uploaded to Pachube. Step 1: Brainstorming for a device that would represent ourselves Our goal was to come up with a project which represented our personalities, […]

Arduino Chandelier from Jars

Arduino Chandelier from Jars

E-Edit: Thank you very very much for voting for me in Featured Author, Glue and Battery Powered Contests! Cheer up and wait for my project so special is coming… Edit: If you really like this project, you can vote for me on the top right corner, forFeatured Author Contest , just three days after the contest closes. And […]

Using Push Button Switch with Arduino Uno

Using Push Button Switch with Arduino Uno

In this tutorial you will learn how to read the status of a digital pin of Arduino. I hope that you already go through our first tutorial, Getting Started with Arduino Uno – LED Blinking. In this example, a push button switch and an LED is connected to Arduino Uno. When we press the switch, LED will glow for […]

Use Arduino to Interface with a Remote Controlled Power Switch

Use Arduino to Interface with a Remote Controlled Power Switch

Update: check out the RFToy — an easy-to-use standalone gadget to control remote power sockets. Also, support for remote power sockets have been added to OpenSprinkler firmware 2.1.1. For a while I’ve been looking for a way to switch household power line (110V) devices. One of the simplest options is to use a relay that is connected to […]

Two Wire Arduino Knight Rider

Two Wire Arduino Knight Rider

This tutorial shows how to interface eight LEDs to an Arduino using only two Arduino pins. This is made possible by using a PCF8574 I/O expander IC. A “Knight Rider” display is shown on the LEDs. Prerequisites Complete tutorial 4 – Arduino Knight Rider. Be able to use DIP IC packages, e.g. from tutorial 17. Components In […]

Arduino Serial Thermometer1

Arduino Serial Thermometer

The Arduino reads temperature from a MCP9700 temperature sensor IC and displays the temperature in the Arduino IDE serial monitor window. Also see the Arduino LCD thermometer tutorial (tutorial 14). Prerequisites Complete Tutorial 9: Using the Arduino Serial Port before attempting this tutorial. Components Besides an Arduino Uno board, USB cable, wire links and a breadboard, you will need: […]

Using the Arduino Serial Port

Using the Arduino Serial Port

The Arduino Uno can send data (such as a text message) to the PC over the USB cable. The Arduino IDE has a serial monitor window that can be opened and will receive and display the data sent from the Arduino board. Data can also be sent to the Arduino board from the serial monitor. […]

Dual LED Flasher

Make A Dual LED Flasher Using Arduino

A two transistor circuit that flashes two LEDs on and off alternately. Prerequisites Complete tutorial two – Transistor Timer before attempting this tutorial. Components In addition to an electronic breadboard, wire links, a 9V battery and a battery clip, you will need: QTY PART DESIGNATOR NOTES TYPE 2 22k resistors (red – red – orange) R2, R3 […]

Arduino Melody

Arduino Melody

A  very easy tutorial that uses only two components. The Arduino plays a short melody on a loudspeaker. The program to load to the Arduino is one of the programs that is built into the Arduino IDE. Prerequisites Complete tutorial 3 – Starting with Arduino and its prerequisites before attempting this tutorial. Components Besides an […]

Twitter Mood Light

Twitter Mood Light – The World’s Mood in a Box using arduino

How’s the world feeling right now? This box tells you. Powered by: an Arduino, a WiFly wireless module, an RGB LED, Twitter.com and a 9v battery. I’m a news junkie. I want to know everything that is going on in the world as soon as it happens. I want to wake up and know immediately […]

Scroll to Top