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

IRremote breaking change for "supernova_poi" sketch #1419

Open
ssk8 opened this issue Jan 17, 2021 · 4 comments
Open

IRremote breaking change for "supernova_poi" sketch #1419

ssk8 opened this issue Jan 17, 2021 · 4 comments
Assignees

Comments

@ssk8
Copy link

ssk8 commented Jan 17, 2021

  • 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 IRremote library 2.8.0 but remote does not work with version 2.8.1 (latest as of writing)
supernova_poi.ino it still compiles and uploads but the IR-remote does not function. Downgrading IRremote library to 2.8.0 restores function

@ladyada
Copy link
Member

ladyada commented Jan 17, 2021

i think we'll just have to document that 2.8.0 is required

@PaintYourDragon plz do :)

@PaintYourDragon
Copy link
Contributor

That’s really baffling. Looking through their changes, 2.8.0 to 2.8.1 only seems to affect Sony remote codes, while I think the Adafruit remote uses NEC codes. But maybe I’m overlooking something. Might be worth opening an issue in the IRremote repo.

Also, had no idea the project worked on QT Py, so that’s a welcome data point, thanks! (Looks like commenting out the two AVR #includes is necessary, does that mirror your experience?)

@PaintYourDragon
Copy link
Contributor

Any other changes you had to make to the wiring or the code would be welcome…I’ll mention these in the guide. Thank you!

@ssk8
Copy link
Author

ssk8 commented Jan 19, 2021

Yes, I had to removed the two avr import lines and switched the RECV_PIN to 3 and that worked. It looks like there is some battery test functionality which I don't think can work with the QT Py but I really didn't look into it

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

No branches or pull requests

3 participants