-
Hi,
I am Salim. Just newbie in esp and arduino.
When I used Arduino (use irremote) to send IR to my NEC TV, is working properly.
But no if I used ESP-12 (use IRremoteESP8266, as plugin in easyesp).…
-
Hello,
I use IRremote ESP8266: IRServer and it works well, thank you very much.
The only problem is that my WeMos-D1-mini with two IR-LEDs and transistor loses after a reboot the WLAN connection and…
-
### Version/revison of the library used
2.5.1
#### Output of raw data from IRrecvDumpV2.ino (if applicable)
```
Timestamp : 000662.276
Encoding : UNKNOWN
Code : 1CD756CF (220 bits)
Li…
-
how can I send an IR code? I have already tried many commands, but without success.
Example: irsend {"protocol": "SAMSUNG", "bits": 32, "data": 551502015}
-
geoisis:
Awesome project !!!
Although i can't get 433ghz receiver to snif anything, IR works fine.
Could you add support for AC's maybe, like Mitsubishi.
ex: https://github.com/markszabo/IRremoteE…
-
Hi
Library is great, but I have strange problem. I ported LG code send function from here: https://github.com/z3t0/Arduino-IRremote/blob/master/ir_LG.cpp
but it is not working. I am sending ir codes …
direk updated
6 years ago
-
Actually i am using your library.Its works great in decode some of Fan and AC remote.
Whenever i use TV remote.it all time display unknown encoding.Same remote i used decode my raw code via IRremote.…
-
FYI: we have just published an article on our blog, with examples, showing how to accurately generate hardware based PWM for IR carrier signals on the ESP8266 NodeMCU, using our uPWM method. (hardware…
-
Currently it waits until it gets a signal before moving on. It reads pulses until it sees one that's long enough, in a loop that waits forever.
To make it non-blocking, consider relying on the circ…
-
Exception decoder
Decoding stack results
0x400870c0: invoke_abort at /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/esp32/./panic.c line 139
0x400871bf: abort at /Users/ficeto/Desktop/…
Vorms updated
6 years ago