micropython_ir icon indicating copy to clipboard operation
micropython_ir copied to clipboard

Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.

Results 15 micropython_ir issues
Sort by recently updated
recently updated
newest added

In transmitter.md you have mentioned about two push buttons. Is that each of them is for sending different signal? How should we connect it? I have a requirement of waking...

Following the example code on an ESP32 I get an "Error: overrun" every time I receive data but I don't know what causes this or how to prevent this error...

Hello @peterhinch , I've been working with your IR module and for a reason I've not been able to determine, I can't capture or send IR signals that will work...

Hello, I am trying to do some RX tests with this library on my ESP8266 (NodeMCUv3 clone), but I'm having some issues regarding pin interrupts, apparently not only with this...

I use /ir_rx/acquire.py receive several IR remote controllers via below: ```python from ir_rx.acquire import * ira = IR_GET(Pin(23, Pin.IN)) ira.acquire() ``` Most IR remote controllers acquire success, but one of...

Dear Peter, first thanks of all for all your hard work getting this to work in mPython. Is there any way I could capture an infrared key and save the...

Hi, I am trying to setup a Raspberry PI PiCo with an Iduino Infrared Receiver (http://www.mercateo.com/p/615-W632551/Iduino_1485322_IR_Empfaenger_Passend_fuer_Einplatinen_Computer_Arduino.html) I have this setup ![IMG_0943](https://user-images.githubusercontent.com/5911033/190643503-335a2182-9f50-4a01-84d1-46a626cb0ed6.jpeg) When I run the test procedure from acquire.py, I...

I am new to Micropython. I have a pi pico and the Thonny IDE. How do I install the ir_rx package on my pi pico. Does it go in the...

First of all thank you for the amazing work. I've been playing with the library for a few days trying to emulate a YACIFBI Gree AC remote control. I'm using...

Hi, Am I doing something wrong in my setup because I get inconsistent results when I playback data on the Pi Pico W. Here are the results of a test...