Skip to content

gerald-guiony/ESPInfraredTransceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPInfraredTransceiver

ESP8266

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

Getting started

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.)

Installing ESPInfraredTransceiver

  1. Download the latest master source code as a .zip file
  2. In the Arduino IDE, import the .zip file by navigating to Sketch → Include Library → Add .ZIP Library

Prerequisites

To build this library you must have the latest version of ESPCoreExtension library

Example

Universal IR remote control : IrRemoteControl

About

A C++ library for ESP8266 WiFi chip that allows the transmission and reception of any infrared signals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages