Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last value showing up divided by 2 #39

Open
caternuson opened this issue Sep 3, 2020 · 1 comment
Open

Last value showing up divided by 2 #39

caternuson opened this issue Sep 3, 2020 · 1 comment
Labels

Comments

@caternuson
Copy link
Contributor

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:

Adafruit CircuitPython 5.3.1 on 2020-07-13; Adafruit CircuitPlayground Express with samd21g18
>>> 
soft reboot

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Infrared code received:  [66, 84, 78, 32]
Infrared code received:  [66, 84, 78, 32]
Infrared code received:  [66, 84, 78, 32]
Infrared code received:  [66, 84, 78, 32]

The sequences being TX'd are [66, 84, 78, 65] and [66, 84, 78, 64]

@evaherrada evaherrada added the bug label Sep 10, 2020
@kevinjwalters
Copy link

kevinjwalters commented Nov 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants