-
Hello,
how can we get an updated build with a newer version of the IRremoteESP8266 Library?
There are many new supported devices that this build does not have.
Is it possible to only update …
-
The IRremote sketch in Examples > TTGO TWatch Library > LVGL > IRremote no longer compiles for the TTGO T-Watch V2.
after un-commenting the line #define LILYGO_WATCH_2020_V2 in the config.h tab.
…
-
Hello everybody. I have been annoyed by unstable reading of the irremote library or my Ir receiver. I have used Ir receiver connected to Arduino mega 2560's digital pin 9. I have also tried to conne…
-
https://github.com/z3t0/Arduino-IRremote
-
-
[IrRemote](https://github.com/Arduino-IRremote/Arduino-IRremote) has recently been changed in an incompatible way. The export format with the same name should be updated for the new API.
Also, the…
-
Ref:
* [Learn guide](https://learn.adafruit.com/adafruit-infrared-ir-remote-transceiver?view=all#example-code-3175233)
* [code](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/7dbfc…
-
I am opening this issue for a discussion on how to improve / unify the (IR) remote handling.
The IR receiver currently uses around 20kB of flash which is excessive. Parts of that is coming from th…
-
says fatal error: IRremote.h: No such file or directory
compilation terminated.
pls help i arduino noob
-
In the learning guide for the Circuit Playground Express, IR CPX to CPX example, the code has the following:
```
encoder = adafruit_irremote.GenericTransmit(header=[9500, 4500], one=[550, 550], ze…