-
-
ESP32 Doit Devkit V1
IDE: 1.8.8
Sketch: IRrecDump.ini
Error Log:
In file included from E:\Eigene Dateien\Eigene Dateien\Arduino\libraries\Arduino-IRremote\IRremoteInt.h:111:0,
…
-
When I using IR remote as interrupt in arduino it is working, but if I do same with ESP8266. Interrupt is not running
This is arduino code
```
#include
int RECV_PIN = 3;
void Interrupt();…
-
I can receive HITACHI_AC1 codes as the primary support is added for a while now.The AC class is not yet updated to send synthetic commands based on attributes.
I went through previously done work by…
-
I am getting this error while compiling code for ESP32 board in Arduino IDE. Could you please help me managed out this. I have tried so many things but all went vain. Thank you for your time.
erro…
-
Hello @crankyoldgit,
Thank you for this great piece of work!!!
Recently I bought a mobile air conditioner which I like to control from Tasmota on a Wemos D1 mini. After a few hours of trail and …
-
Tuya dimmer (KS-7011) works fine on 6.5.0, but upgrading to 6.6.0 converts the device into something that has 6 power channels and the dimmer slider no longer works. See attached images.
![unknown]…
-
-
For a/all protocol(s), generate n (user parameter) renders for different, random, parameters. This should generate a text file that IrpTransmogrifiert (analyze command) can read with the --namedparame…
-
Would be cool to have IR device functionality using https://github.com/markszabo/IRremoteESP8266, including support for more elaborate devices such as the HVAC's it supports.