A colour organ is an electronic device that respond through music input. In this case Red light represent low Frequency, Blue Mid Frequency and Green High Frequency.
Thanks To => Great Scott Channel
Link - https://www.youtube.com/user/greatscottlab
Go And Subscribe to His Channel. Youtube
Parts Need to Build
1- 3x buz11 mosfet
2- 1x 200kohm resistor
3- 2x 100nf capacitor
4- 1x 10nf capacitor
5- 1x 33pf capacitor
6- 1x Arduino uno
7- 1x msgeq7
8- 3x 1w High power led
9- 3x Power Resistor (5w )
10- 1x Bread Board + jumper wires
11- 1x Power supply (1.5amp or more)
12- 1x Female audio jack
13- 3x bottle
programming arduino
You have wired up the circuit and it is time for the first test. Just download my code and open it with the Arduino Software (http://arduino.googlecode.com/files/arduino-1.0.5...). Upload the code to your arduino and with the help of some music, the LEDs should light up.
If you think the LEDs change their brightness to slow then feel free to change the delay() time from 30 to 1....30.
You can find the line here:
void loop(){
digitalWrite(resetPin, HIGH);
digitalWrite(resetPin, LOW);
for (int i=0;i<7;i++){
digitalWrite(strobePin, LOW);
delay(30);
If you think the LEDs change their brightness to slow then feel free to change the delay() time from 30 to 1....30.
You can find the line here:
void loop(){
digitalWrite(resetPin, HIGH);
digitalWrite(resetPin, LOW);
for (int i=0;i<7;i++){
digitalWrite(strobePin, LOW);
delay(30);
Channel - Greatscott
No comments:
Post a Comment