Introduction: Arduino IR Repeater

Did you ever encounter that your new sound-bar was to big ,and you could not get the IR of your tv to work

no problem this project will fix this isue by capturing the ir signal from your remote and send it back to the tv whit the use of an arduino and an ir circit

Step 1: Componets

arduino : to process the ir signal

IR-receiver : to capture the data from the tv

IR-LED : to re send the signal to the tv/other ir-device

IR remote : used to test the program

IR device : used to test the program

Step 2: Assembeling

in this stap you will learn how to connect the components to the arduino.

connect the pins of the IR-reciever to the listed pins:

IR-rec GND - ARDUINO GND

IR-rec POWER - ARDUINO 5V

IR-rec SIGNAL - ARDUINO D2

connect the IR-LED to the listed pins:

IR-led - ARDUINO GND

IR-led - ARDUINO D3

this is all assembly required

Step 3: Programming

now you need to program your arduino.

1. download the ir-libraries from the source : https://github.com/Seeed-Studio/IRSendRev

2. downoad the soft_reset lib from the source : https://github.com/WickedDevice/SoftReset

3. import it into arduino

4. download my program and send it to your arduino

5. DONE!

Step 4: Finnich

place the comonets on the richt place and you're fully done