DeadBranches / samsung-esp8266-remote

An ESP8266 implementation of IRremote. Control a Samsung TV over serial input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samsung-esp8266-remote

An ESP8266 implementation of IRremote. Control a Samsung TV over serial input.

What it Does

Trigger an infrared LED to send Samsung remote codes by sending commands to an ESP8266 over the serial console.

How it Works

  1. Modify kSendPin to the GPIO pin you've attached an IR LED to.
  2. Flash the sketch and open a serial console.
  3. Send a single letter to the serial console to trigger the following commands.

letter : remote command

p : tv off
o : tv on
l : source selection
m : menu
e : enter
r : return
q : exit
w : up
a : left
s : down
d : right

Requirements

Pronto Codes

Bibliography

Arduino based Samsung service IR remote project walkthrough, kaputnik on samygo.tv, 2021

Serial input example code in Arduino IDE, CrossRoads on arduino.cc, 2013

Samsung TV pronto code list recommendation, Orion7319 on remotecentral.com, 2010

Samsung TV pronto code excel download (sam-tv-lnxxb550.zip), from remotecentral.com

Useful Tools

32-bit binary to hex converter from rapidtables.com

About

An ESP8266 implementation of IRremote. Control a Samsung TV over serial input

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%