A simple gist for controlling an LG TV with infrared remote implemented on an arduino.
This example uses the Arduino-IRRemote library to handle IR signals. The library supports more than just LG. Check it out!
The IR codes for the LG TV were found from here. After a bit of searching, I found out that LG used NEC (up until 2013, not sure on the later versions).
So, I tried to use the NEC protocol (API) but to avail. I was able to decode the address and command from the IR codes but it doesn't seem to be working.
More details on my homepage - ( 🇺🇸 en / 🇰🇷 ko )
The lines are hideous but it does the job!
The circuit editing software is Circuit.io.