top of page

IR Repeater using Arduino

Software / programming languages used:
Arduino
IR Receiver

IR Tx

Project Details:

The building of an Arduino IR Repeater which takes an IR signal and reproduces the same IR signal upon the press of a button. The code was taken from the IRRemote Library code examples which is available here: Arduino IR

​

​

Highlights

Arduino IR Repeater

Code was taken from the IRRemote example library with an example called SendandReceieve available at Arduino IR. Minor adjustments had to be made to get the code to work.  A project board expansion was used to keep things clean. A step-down resistor was added in order for the switch to work appropriately which was connected to pin 5, the IR receiver was connected to pin 2 and the IR transmitter was connected to pin 3, all sensors were appropriately grounded and connected to the 5v socket

bottom of page