Skip to content

dzh121/Remote-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Remote Led strip

In this project we will make Remote led strip.



Components

Wiring

For the start we will connect everything with a breadboard. after you figure everything out you can attach a proto shield and solder everything in.

The led is connected to pin 8

The Ir reader is connected to pin 2.

To power a lot of leds you will need a lot of power that why im using 5v 10a to power everything up.

You can chnage the amounts of led in this line:

#define NUM_LEDS 300

Connecting each button from remote:

In the code you will find that every time you press an ir device it will print out the HEX of the button. Before uploading the code you will need to bind the code to the button HEX. exmaple:

When I press the on Button it prints FFE01F so above the code in the #define on

I will write the FFE01F (make sure to add 0x before so it will be 0xFFE01F)

#define ON 0xFFE01F

After you bind every button you can uplod the code.

Usage:

In the code there is couple of patterns i made. I connected them to my remote. if you press the pattern button the pattern will start, once you press any button the pattern will stop.

Box and Closing:

After you see everything is working(after the breadboard) solder everything up to the proto shield

I made a 3d box you can print to hold the arduino. You can find the box in the file below.

Warning

Working with high power is very dangers and you will need to be careful.

More Info

Contact me or more info at Arduino Project \https://projecthub.arduino.cc/dzh121/remote-led-lights-845741

Releases

No releases published

Packages

No packages published

Languages