-
Есть проблема с пультом от ресивера Yamaha. Протокол передачи Nec. С частью кнопок проблем нет, т.к. их коды не выходят за пределы максимально возможного целого числа(0х7fffffff) для 32 битной переме…
-
### Version/revision of the library used
IRremote 2.8.5
[Arduino core for ESP8266](https://github.com/esp8266/Arduino) ver 3.1.2 (latest)
### Describe the bug
Code can't compile. Always errors:
…
-
Per https://community.platformio.org/t/tone-different-behaviour-between-debug-and-release/25518.
The current version of the `framework-arduinoststm32-maple` package contains a bug causing very simp…
-
When i try the exemples. Arduino is not finding _IRLwrite_
Arduino 1.85
Windows 10 64
Looking for files with IRLwrite results only in extra/old/IRLremoteTransmit.hpp
```
template
void IRLwrite(…
-
Hi Ben,
You mentioned you used a simple sketch to capture the IR data. Are you able to share the sketch you used?
-
In the subject... under the current execution, if one holds down say a volume down button for several seconds, only one event is fired.
How can we detect that and make it into more events? (if this…
mfeif updated
4 years ago
-
Dear community,
I try to decode an undocumented IR signal. So far (with lots of help from AnalysIR, thanks!!) we found out that it is:
a) Manchester encoding
b) bit length approx. 666 usec (meani…
-
Can't get this to compile without errors. I get many of these type errors.
C:\Users\gkowe\AppData\Local\Temp\arduino_build_177074\libraries\ArduMideaWrapper-master\MidearIR.cpp.o (symbol from plug…
-
not a bug as such, but be careful with the #DEFINES in EasyBuzzer.h
```
#ifdef ESP8266
#define min _min
#define max _max
#endif
#ifdef ESP32
#define min _min
#define max _max
#endif
```
…
-
how to use this library in Arduino IDE.
Is this work with blue pill stm32f1 series development module?
How to compile this project, means in which IDE.