-
IRremote: https://github.com/Arduino-IRremote/Arduino-IRremote
-
- Arduino board: QT PY
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13
- Adafruit_Learning_System_Guides/Kinetic_POV/supernova_poi/
supernova_poi sketch works with IRremo…
-
Hi My friends
I'm trying to make IR remote control receiver using atmega8 u controller, using atmel studio 7,
I've created the main file main.c and included the library header file, but when compili…
-
Hey,
Does anyone still have a setup that compiles and cares to share the libraries and tools with version numbers?
This is what I tried:
Arduino IDE - 2.3.2
ESP32 - 2.0.4 / 2.0.5 / 3.0.4
Ar…
-
Hey,
I'm new to embedded stuff, so maybe I have made some mistake.
Trying to make the IR Remote driver to work using an Arduino Uno, it just not received any signal.
Debugging the driver code, I …
-
#include
int RECV_PIN = 11; // define input pin on Arduino
IRrecv irrecv(RECV_PIN);
decode_results results; // decode_results class is defined in IRremote.h
void setup() {
Serial.begin(9600…
-
I'm not sure if thats documented somewhere but the IRremote library expects a timer1 and won't work with board other than msp430g2553.
I know that serial uses timer0 but serial isn't always used so a…
-
I am trying to compile the IR example using an ESP8266-01 and Bose (NEC) codes. I get the following error:
Arduino\libraries\Arduino-IRremote\IRremote.cpp:21:27: fatal error: avr/interrupt.h: No s…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0-beta.1-18-g781c577745-dirty on 2024-05-10; M5Stack AtomS3 with ESP32S3
```
### Code/REPL
```python
import board
import p…
-
La libreria [IRremote](http://z3t0.github.io/Arduino-IRremote/) funziona bene se usata assieme a sengali **PWM** che pilotano motori o intensità luminosa di LEDs?