You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any more info on this issue? I'm trying to send some sony codes with this library and am puzzling over why it does not work but it could be a lot of things... [added later] this turned out to be related to trail functionality, see number 3 in #40
I'd be curious what happens if a long sequence is sent there, e.g. something like [0x22] * 12
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=58&t=169004
Can recreate using two CPXs, one running this TX demo:
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main/examples/circuitplayground_ir_transmit.py
and one running this RX demo:
https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main/examples/circuitplayground_ir_receive.py
CircuitPython 5.3.1 with library bundle adafruit-circuitpython-bundle-5.x-mpy-20200901.zip.
This is what shows up on the RX side:
The sequences being TX'd are
[66, 84, 78, 65]
and[66, 84, 78, 64]
The text was updated successfully, but these errors were encountered: