How to Make Multi Effect LED Chaser | Arduino Project | SekhoHub|
Description.
I have to show you arduino led chaser with Multi cool effects. So you guys can create your own dancing LED for your home decoration. An LED chaser or sequential led or Knight rider is a popular arduino led projects and simple to create it.
Materials for the Project.
- 1X ARDUINO NAN
- 16X LEDS
- 4X PUSH BUTTONS
- 16C 220 OHM RESISTORS
- 2X 15 PIN MALE HEADERS
- 1X 2 PIN TERMINAL BLOCK
- PERF BOARD
- JUMPER WIRES
let’s see the connections of the project .
- First connect Arduin.
- Then connect a two- pin terminal block and connect its one pin to 5v pin of Arduino and its other pin to ground.
- Next, Connect the 220 ohms resistor to all LEDs anode terminal.The resistor is used for protecting the LEDs. Without a resistor, the LED draws too much current and burns out.
- Connnect LED1(+) Pin to arduino (TX) and its other pin to ground.
- Connnect LED2(+) Pin to arduino (RX) and its other pin to ground.
- Connnect LED3(+) Pin to arduino (D2) and its other pin to ground.
- Connnect LED4(+) Pin to arduino (D3) and its other pin to ground.
- Connnect LED5(+) Pin to arduino (D4) and its other pin to ground.
- Connnect LED6(+) Pin to arduino (D5) and its other pin to ground.
- Connnect LED7(+) Pin to arduino (D6) and its other pin to ground.
- Connnect LED8(+) Pin to arduino (D7) and its other pin to ground.
- Connnect LED9(+) Pin to arduino (D8) and its other pin to ground.
- Connnect LED10(+) Pin to arduino (D9) and its other pin to ground.
- Connnect LED11(+) Pin to arduino (D10) and its other pin to ground.
- Connnect LED12(+) Pin to arduino (D11) and its other pin to ground.
- Connnect LED13(+) Pin to arduino (D12) and its other pin to ground.
- Connnect LED14(+) Pin to arduino (D13) and its other pin to ground.
- Connnect LED15(+) Pin to arduino (AO) and its other pin to ground.
- Connnect LED15(+) Pin to arduino (A1) and its other pin to ground.
- Then connect another push button and connect its one pin to A2 pin of arino and its other pin to ground.
- Then connect another push button and connect its one pin to A3 pin of arino and its other pin to ground.
- Then connect another push button and connect its one pin to A4 pin of arino and its other pin to ground.
- Then connect another push button and connect its one pin to A5 pin of arino and its other pin to ground.
So we have completed all the connections now let’s upload the code to adino.