Skip to content

leon332157/MC235-IRremote

Repository files navigation

IR Remote based on ESP8266

Alt text

This is a simple IR sender using the WIFI enabled ESP8266 module and web server to send RC5 protocol encoded packets, for the philips MC235 Micro HIFI CD Player/Tuner. Using the https://github.com/crankyoldgit/IRremoteESP8266 library.

To configure WiFi names and passwords, create a password.hpp file in the same directory as IRServer.cpp

const char* SSID_Arr[] = {<ssid_here>};
const char* PASSWORD_Arr[] = {<password here>};

const int NUM_CONN = sizeof(SSID_Arr)/sizeof(SSID_Arr[0]);

Like so, this will automatically allow the board to connect to multiple WiFi networks as you configure.

About

IR remote for Philips Micro HiFi MC235 based on esp8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published