Transmit and Receive Text Over IR Signals with an Arduino
Figure: Transmit and Receive Text Over IR Signals
Figure: Circuit Diagram with Arduino Mega
If you use Arduino Uno, navigate to the following directory /home/$USER/Arduino/libraries/Arduino-IRremote-master/src/private/ edit IRTimer.hpp as shown in the figure below and then Restart Arduino IDE.
Figure: IR_SEND_PIN Declare
git clone https://github.com/Arduino-IRremote/Arduino-IRremote
git clone https://github.com/PaulStoffregen/PS2Keyboard
git clone https://github.com/WickedLukas/Newliquidcrystal_1.3.5
-
Open Arduino IDE (Arduino Software)
-
Sketch > Include Library > Add .Zip Library
-
and choose library zip file.
-
Done.