Cheap Generic Smart Phone Remote using ESP8266 Arduino
Posted: Tue Sep 06, 2016 7:21 am
I have created ESP8266-Arduino project for sending generic IR commands to any IR appliances (like TV, Set Top Boxes, etc). For this I have used following sub systems:
More information in my blog
- NodeMCU and ESP IR Remote library
9$ Chip as central controller that keeps all raw IR codes for different IR-appliances IR codes. This Chip computer will create a WiFI-AP and ESP8266 nodes will contact this 9$ Chip Computer
An Android application that contacts the central-controller-chip
More information in my blog