UPDATE 1: I HAVE ADDED THE CODE FOR CONWAY’S GAME OF LIFE UPDATE 2: NOW YOU CAN SAVE SOME ARDUINO PINS WITH THE HELP OF 1 SHIFT REGISTER. In this instructable I will show you how to build a quite fancy 8 by 10 L.E.D matrix(with scrolling text and animations) using the Arduino and 4017 decade counter. This type of matrix is easy to make and […]
Projects
The Lightning Simulator/Breathalyzer/Graphic Equalizer – Arduino Powered using arduino
UPDATE: A portable version of the Talking Breathalyzer is here http://talkingbreathalyzer.com The LED strips are mounted on an outdoor trellace which functions as a lightning simulator, outdoor breathalyzer, graphic equalizer synced to music, and a few other effects with sound. Materials: 8 12v RGB Waterproof Flexible LED Strips 10ft long (usledsupply.com) – $800 8 RGB 4A/Ch Amps (usledsupply.com) – […]
Interfacing EM-18 RFID reader with Arduino Uno
Arduino Uno is an opensource physical computing platform based on ATmega328 microcontroller and provides a development environment for writing software for the board. It can be used for a variety of projects. EM-18 RFID reader is one of the commonly used RFID reader to read 125KHz tags. It features low cost, low power consumption, small form […]
Arduino + WiFi, Music Responsive LED Light Fixture using arduino
This instructable gives instructions for constructing a Saiko5 WiFi enabled LED light fixture based on the Arduino hobbyist platform. It includes step-by-step instructions from board design to soldering to case integration, as well as instructions explaining how the software and firmware can be used to easily do music analysis in PureData and control many fixtures […]
Trinket Audio Player using arduino
Overview We usually think of the Adafruit Trinket as a tiny subset of a “real” Arduino; less RAM, less code space, less I/O. But this little chip has a couple tricks up its sleeve, things its larger brethren can’t do. One of these is a high-speed PWM mode. With just a few extra components this […]
Beatfly : Make an illuminating blimp and control it with your voice, Keyboard, MIDI Controller, Garageband file, iPhone, Flash, and more! [Mac OSX] using arduino
[Mac OSX Only] Because I use Quartz Composer, my program works only on Mac OSX. I am now extending and improving it toward cross-platform. If you have knowledge of computer programming, you can make your own system that connects to the blimp. The communication protocol between the blimp and the computer is simple. Read the […]
Make A Arduino Solar Radio
Solar charging, via the panel on the back. * 12 position switch to select channel number * Seek up / seek down controls and ‘store’ button * RDS display of call sign * Frequency display * Battery voltage display * Solar charging current display The software still needs a bit of attention. Its fine if […]
Intelligent Letter Box using Arduino and GSM
In the days of technology postman still comes to our house for delivering the letters, couriers and parcels. Because some things like courier, parcels can’t sends via email and by using any other electronic media. So for getting notification of our letter delivery in our mail box here we design an intelligent mail/letter box, which […]
LED Umbrella with Arduino using arduino
The LED Umbrella with Arduino combines an umbrella, an 8×10 LED matrix and an Arduino microcontroller to create a controllable, programmable LED experience in the privacy of your own umbrella. This project was inspired by the Electric Umbrella by sockmaster and a number of LED matrix instructables on this site, particularly this very complete one by barney_1. […]
Project work3:Arduino code and the circuit diagram using arduino
In order to realise the “music garden”,the most important part is the Arduino code and circuit diagram. First of all,I will present my Arduino code:(I will show you the way I think as a flow chart at first) Flow Chart: Details:this flow chart is a mode for one single flower pot IRDs means the sensor […]