Payhemfoh / ESP8266_IRRemoteControl

An IR remote control for Samsung smart tv by using ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266_IRRemoteController

This is an IR remote controller built by nodeMCU ESP8266 (aims to control smart tv however can be modify to control others such as AC)

Hardware:

  1. nodeMCU ESP8266 : https://my.cytron.io/p-nodemcu-lua-v3-esp8266-wifi-with-ch340c?search=nodemcu&description=1
  2. IR Transmitter : https://my.cytron.io/p-ir-tansmitter?search=IR&description=1
  3. NPN Transistor (2N3904) : https://my.cytron.io/p-transistor-2n3904?search=transistor&description=1
  4. IR Receiver Diode VS 1838B : https://my.cytron.io/p-ir-receiver-diode-vs1838b-38khz?search=IR&description=1
    1. Software:

      • nodeMCU_IRreceiver :- use IR Receiver Diode to read the IR signal from remote controller
      • nodeMCU_IRsender :- use IR Transmitter to send the signal retrieved from IRreceiver (included the web server which allow the devices in same network to send IR signal through webpage)

About

An IR remote control for Samsung smart tv by using ESP8266


Languages

Language:C++ 85.6%Language:HTML 14.4%