-
I am having problem compiling my sketch and one of the example sketch that came with Arduino IDE's downloaded library. Shouldn't the code (at least the example) compile out of box?
```
Arduino: 1.…
-
I am using Version 2.5.2 of the library.
I think there is a possible issue with the RC5 Protocol.
In my case i am trying to fire a code irsend.sendRC5(0x145A, 14); And in analysIr Code detector i…
-
Afaik you have to configure an output, even if it's only a dummy for every input line to be counted. This limits your input lines for example on a NodeMCU with an ESP12 to **half** the physical GPIO’s…
-
Hi,
I am searching for IRremoteESP8266 multiple receiver support.
To test a single receiver connected to 3 different gpio pins simultanously.
Here see Arduino-IRremote meets;
https://github.com/et…
-
I'd like to add support for the Teensy 3.1. There needs to be a change to `IRLibTimer.h`. I am not 100% sure which timer to be using, but I started the change. I copied the settings from Teensy 2.0 …
-
Just a doc / note change, config_RF.h includes note:
// IMPORTANT NOTE: On arduino UNO connect IR emitter pin to D9 , comment #define IR_USE_TIMER2 and uncomment #define IR_USE_TIMER1 on library IRre…
salvq updated
6 years ago
-
Hi piggz, i know this is the debug log at https://github.com/piggz/irremote/blob/eda817999dde177b9a4c01443eded99ac7796d81/src/consumerirdevice.cpp#L16
But, what should i do to enable `IR HW Module` …
-
Hi, I see many classes which are AC related they have methods like void setTemp(const uint8_t temp);
However they are all plain classes which do not inherit from anything
Is there any reason why the…
-
When compiling with IDE (by example sonoff.ino) i get this error:
D:\Usuarios\BAUBMOFR\Documents\Arduino\Sonoff-Tasmota-development\sonoff\sonoff.ino:160:52: fatal error: PubSubClient.h: No such fi…
-
I get the following error when compiling the Hello_World using Arduino IDE.
C:\Users\suren\Documents\Arduino\libraries\ODROID-GO\src\sensors\ir\IRremote.cpp: In function 'void IRTimer()':
C:\Use…