-
Option --oneparameter to render, should produce the hexadecimal parameter, as possibly rendering format.
"Dual version" of #72.
-
https://github.com/adafruit/Adafruit_CircuitPython_IRRemote
-
![error](https://cloud.githubusercontent.com/assets/21988878/18232762/9eea332c-72df-11e6-9db7-e3eb8991b942.JPG)
I can not run the code with Arduino
Can you help me please?
Thanks,
Adi
-
**Describe the bug**
Arduino ide 1.8.5
Tasmota 6.11
When I compile I receive this error:
C:\Users\lomazan1\Documents\Arduino\sonoff\sonoff.ino: In function 'void SetDevicePower(power_t, int)…
-
When I send the code 0x7E817E81 (decimal 2122415745) it works fine (by using the IRSendDemo sketch). When I send codes like 0x807F817E (decimal 2155839870) or 0x817E817E (decimal 2172551550) it doesn…
-
Hi,
I've been using the irdecode script to figure out the codes for a variety of remotes. They all work, except my panasonic TV.
It is a relatively new 5yrs old Panasonic tx-l42s10b, can you shed…
-
Currently using Arduino UNO with iRemote library to send two sets of pulses by an IR LED connected directly to pin 3 and GND, everything works smoothly.
Now I wanted to use the D1 mini, because is eq…
-
First I'd like to thank you for your awesome work.
I have a question, how do I use the UNKNOWN encoding to trigger IR transmitter?
```
Encoding : UNKNOWN
Code : 6D23589D (32 bits)
Timing[93]: …
-
Sony TV does not see the transmission from sendSony(). I simply use the IRSendDemo to send the following code to the Sony TV:
irsend.sendSony(0xC90, 12); // Volume Down
In order to debug the issue I…
-
On the main page the description says "send and receive infrared signals" but I can only find examples for sending, which works great. Please also implement receiving.