This example shows how to use the tone() command to generate notes. It plays a little melody you may have heard before. Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor. Connect the other terminal to ground. […]
Projects
Arduino Web Enabled RGB Lighting
I just happened to see some large strips of LED lighting when I was picking up some parts at Maplin which were on sale (if I remember correct they were around £12 per approx. 2m strip) however the controller/driver was still around £40, so I thought I would just build a better one myself. I […]
Programming a ATtiny2313 with Aceduino
What is an ACEDUINO? It is the Philippine Arduino clone. See pic 2 and 3. Quote from Fall Electronics: If you have already tried you have found out you can’t use the ATTiny chips in Arduino. This is because it doesn’t have the cores for the chips. A core in this context is a bunch […]
Simple 18dof Hexapod, Arduino nano (optionally with pololu maestro)
Hello, Here is a simple hexapod that can be built by hand very quickly. The mechanical design is not great, but it is very much in the KISS (keep it stupidly simple) style and should be doable in a weekend for builders of novice to medium experience. I won’t be improving this project any time […]
A watering controller that can be home networked using an Arduino
A couple of weeks ago, I published a great little controller module that provided 6 relays able to be controlled from a computer via a network. After I published it, I got to thinking that the same basic design, with a couple of changes could be pressed into service as a garden watering system controller. […]
Arduino – Simple Simon Says Game
In this instructable, I will show you how to make a simple Simon Says Game using an Arduino. it’s not just simple but we can get a psychological benefit. I have a bad memory to remember something fast or a new things. So this project really suitable for someone like me. hahaha We’re gonna using […]
The LED Blinky ball using Arduino
Update: I’ll add some clarifications after reading comments on various forums. It doesn’t need a 70Mhz ARM CPU, all it does is shift bits into a shift register, that’d be a total waste. There aren’t 16 CPU’s. the slices are designed to be either slave or master, just one ATMega328P chip, they’re chained together, each […]
Google Play Music Internet Radio (Raspberry Pi and Arduino)
I was looking for a project to do with my Raspberry Pi and found thisInstructable and thought I would have a go at something similar which worked with Google Play Music. I had a rough idea of what I wanted the final item to end up like and was able to get my dad interested in helping me with […]
Memsic 2125 Accelerometer using Arduino
The Memsic 2125 (datasheet) is a two-axis accelerometer capable of measuring acceleration up to plus or minus 2g. It has a simple digital interface: two pins (one for each axis) emit pulses whose duration corresponds to the acceleration of that axis. By measuring the length of that pulse, in microseconds, using the Arduino’s pulseIn() function, […]
R/C LEGO® “The Bull” Buggy
There are more than 20 models of LEGO®’s Dune Buggy type car, even more than the models in LEGO® Race Car category. Dune Buggy is usually four wheels drive off road vehicle, which would not be used on the road. Now that I got excited on the “dune buggy”, and was also inspired by 1998 LEGO®’s Turbo […]
