I have looked at the following:
https://github.com/peterhinch/micropython_ir
Impressed, as I should be, but also a little dismayed. I was hoping for something like Ken Shiriff's IRremote library which allows the sending of multiple protocols easily on the same hardware pin.
Obviously, I I am going to have to work on this, and it probably won't be a PIO implementation, since that is all new to me.
The code supports Samsung (32 bits) and RC5, which are two of the three I need, the other being Denon (which is supported by the Arduino IRremote library).
Does anyone know of anything that would fit my needs?
Could I generate the data values I need on the fly, (like the "burst" stuff), and send the data out via Play, for instance?
https://github.com/peterhinch/micropython_ir
Impressed, as I should be, but also a little dismayed. I was hoping for something like Ken Shiriff's IRremote library which allows the sending of multiple protocols easily on the same hardware pin.
Obviously, I I am going to have to work on this, and it probably won't be a PIO implementation, since that is all new to me.
The code supports Samsung (32 bits) and RC5, which are two of the three I need, the other being Denon (which is supported by the Arduino IRremote library).
Does anyone know of anything that would fit my needs?
Could I generate the data values I need on the fly, (like the "burst" stuff), and send the data out via Play, for instance?
Statistics: Posted by SteveSpencer — Tue Mar 26, 2024 1:35 pm