ESPInfraredTransceiver is a C++ library for the Arduino Core designed for the ESP8266 board, allowing the transmission and reception of any InfraRed signals.
This library is compatible with any infrared signal because it simply records and replays infrared signals, there is no protocol analysis like with this other library
To use ESPInfraredTransceiver, you will need:
- An ESP8266 board
- The Arduino IDE configured for ESP8266 (version 2.3.2 or later)
- Arduino core for the ESP8266 version 3.1.2
- A basic understanding of the Arduino environment (e.g., uploading sketches, importing libraries, etc.)
- Download the latest master source code as a .zip file
- In the Arduino IDE, import the
.zipfile by navigating to Sketch → Include Library → Add .ZIP Library
To build this library you must have the latest version of ESPCoreExtension library
Universal IR remote control : IrRemoteControl