sebastienwarin / IRremoteESP8266

Infrared remote library for ESP8266: send and receive infrared signals with multiple protocols.

Home Page:http://sebastien.warin.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRremote ESP8266 Library

This library enables you to send and receive infra-red signals on an ESP8266 using Arduino framework (https://github.com/esp8266/Arduino)

This library is based on Ken Shirriff's work (https://github.com/shirriff/Arduino-IRremote/)

Mark Szabo has updated the IRsend class to work on ESP8266 and Sebastien Warin the receiving & decoding part (IRrecv class).

Seb's notes : I also changed the pulse parameters for Samsung, update the Panasonic and Samsung decoders and remove the SANYO decoders. The IR decoder was successfully tested with Panasonic and Samsung remote controls.

Installation

  1. Click "Download ZIP"
  2. Extract the downloaded zip file
  3. Rename the extracted folder to "IRremoteESP8266"
  4. Move this folder to your libraries directory (under windows: C:\Users\YOURNAME\Documents\Arduino\libraries)
  5. Restart your Arduino ide
  6. Check out the examples

Contributing

If you want to contribute to this project:

  • Report bugs and errors
  • Ask for enhancements
  • Create issues and pull requests
  • Tell other people about this library

Contributors

Check here

About

Infrared remote library for ESP8266: send and receive infrared signals with multiple protocols.

http://sebastien.warin.fr

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 87.4%Language:C 12.6%