Showing posts with label Lights. Show all posts
Showing posts with label Lights. Show all posts

Sunday, December 2, 2012

Arduino light organ

A Psychedelic light organ of 80s


Psychedelic light organ of 80s style, developed with an Arduino and a FFT library for the analysis of the signal obtained by an analog input.

The project uses a microphone to get the signal, which is then adapted to the analog input of the Arduino.
Also included is a power amplifier based on triacs and optocouplers.

Link [Cool Arduino]

Arduino leds control over serial

How to control leds with Arduino over a serial





A simple way to communicate with Arduino via serial without complicated programming and waste space.
Sending simple character commands over serial port , you can control a variety of elements with an Arduino. In this simple project, 10 leds are controlled by a simple program.

Link  [Bildr]

Arduino Christmas light controller

A practical Christmas lights controller, with 8 channels utilizing solid state relays. 




A simple Arduino project to control de Christmas light. WIth 8 channels utilizing solid state realys. They are solid state relays, good for about 100watts AC, draw about 17ma, so I can run them directly off the CPU pins of the Arduino with no extra circuitry.

Link [Arduinoxmas]

Basic Arduino LED Cube Project

Learn to create your own LED cube with arduino


This is a basic Arduino 3x3 led cube , based on arduino.cc tutorials. A fun Arduino project for a weekend.
A simpre Arduino shield  based on a protoboard with two Shift Registers on it and the LEDs.

Link [ Tim's Mind ]