Skip to content

thinkty/arduino-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Arduino Remote

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).

NEC protocol

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 )

Photos

cam

The lines are hideous but it does the job!

circuit

The circuit editing software is Circuit.io.

About

A simple gist for controlling an LG TV with infrared remote implemented on an arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages