-
Hey Guys,
Arduino is supported now, thanks for this.
But i cant find a way out of these errors until now.
```
LEDLamp.cpp:44: error: 'IRrecv' does not name a type
IRrecv irrecv(PIN_RECV_…
-
Hey guys. I`ve got my old stereo system Panasonic SA-PM03 and i am lost remote control from it. In the internet i found this:
```
#
# this config file was automatically generated
# using lirc-0.…
-
Hi!
I want to do user protocol like this:
`Encoding : UNKNOWN
Code : ED1215A9 (32 bits)
Timing[99]:
+3050, -9000 + 600, -1500 + 550, - 550 + 550, - 550
+ 550, - 550 + …
-
I have made a program using an Arduino Uno to receive IR signals from a remote that uses NEC. If I press the "1" button on my remote, the program uses an IF statement to print the button value "1" on …
-
**Can't send a data value of 0 via the IR module.**
The IR subsystem fails to send a message when the data payload is 0 (zero).
**To Reproduce**
Send a MQTT message to the irsend module.
e.g.
…
-
Hello,
i have attached an IR LED (http://goo.gl/m9HZkR) to my ESP module.
I am tring to control my tv from internet sending RC5 signals. (read RC5 and codes with an receiver)
TV accepts the IR signal …
-
[IRremote](https://github.com/z3t0/Arduino-IRremote) uses one single number as "the parameter" to most of its protocols. This contains of "our" parameters lumped together, interpreted MSB-first. For t…
-
Hi Aircookie,
nice work - your script works like a charm, right out of the box and stable with 5+ devices. I tried a few things with the IRremote Library for ESP8266 (https://github.com/markszabo/IRr…
-
I have a Pro Micro with receiver on PIN 2 and sender on PIN 9. While I have no problem with receiving the codes, I cannot send anything - I need NECX and SAMSUNG36. The hardware is not a problem as it…
-
I've recently started working with this library (my own adhoc hardware receiver/sender). For the most part it works, but i've run into an issue with a pioneer amp, and im not sure whether its a case o…