IRremoteESP8266 icon indicating copy to clipboard operation
IRremoteESP8266 copied to clipboard

Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/

Results 68 IRremoteESP8266 issues
Sort by recently updated
recently updated
newest added

Feature: - Make IRremoteESP8266 compatible with C++20 - Fix use of deprecated `volatile` operators like `++` and volatile method arguments - Add build environment for using ESP32 IDF 5.x and...

enhancement
ESP32

### Version/revision of the library used 2.8.6 ### Describe the bug Variables not declared: timerAlarmEnable; timerAlarmWrite; timerAlarmDisable(timer); gpio_intr_disable((gpio_num_t)params.recvpin); gpio_intr_enable((gpio_num_t)params.recvpin) Too many arguments to function: timer = timerBegin(_timer_num, 80, true); timerAttachInterrupt(timer,...

### What brand/model IR demodulator are you using? Panasonic CZ-RWS3 ### Information I am trying to decode a Panasonic AC signal with 128bit length, format show as follow: ``` union...

help wanted

### Version/revision of the library used v2.8.6 ### Describe the bug when store signal of 32 bits of Samsung that read by **irrecv.decode(&results)** function , then when sending that signal...

`#include #include //引用以使用ETH #include #include #include #include #include #include #include #include #include #include #include #include #define DEBUG 1 #if DEBUG // 调试定义 #define DebugBegin(baud_rate) Serial.begin(baud_rate) #define DebugPrintln(message) Serial.println(message) #define DebugPrint(message)...

### Overview I'm using Gree model which detected using Kelvinator protocol. And I want to add ***Timer setting*** function to `ir_Kelvinator.h`, but IDK if someone has done this before. Already...

### Version/revision of the library used Library : v2.8.1 ### Describe the bug Help decoding Carrier AC. Remote is: Console CR 41014010 #### Output of raw data from [IRrecvDumpV3.ino] ```...

enhancement
more info

Espressif Arduino 3.0.0 alpha for ESP32, ESP32-S2, ESP32-S3, ES32C3 and ESP32-C6 is released. IRremoteESP8266 does not work with. Compile errors

### Version/revision of the library used 2.8.6 ### Describe the bug Airwell commands all toggle power - even when it's already on. #### To Reproduce See sample code, triggered like...

### Version/revision of the library used ### _Typically located in the `library.json` & `src/IRremoteESP8266.h` files in the root directory of the library. v2.8.6, 'master' I am using Wemos D1 Mini...