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

Does not support attiny85-based Arduino compatibles #6

Open
aarmea opened this issue Sep 19, 2018 · 2 comments
Open

Does not support attiny85-based Arduino compatibles #6

aarmea opened this issue Sep 19, 2018 · 2 comments

Comments

@aarmea
Copy link

aarmea commented Sep 19, 2018

This project uses timer2 (presumably for PWM for IR output in xmitCodeElement), which is not available on the ATTiny85. This means that it will not run on Arduino-compatibles based on the attiny85.

One workaround could be to outsource the IR output to something like the IRRemote library, which does support ATTiny boards.

Specifically, I was trying to run this on this Adafruit Trinket.

@techied
Copy link

techied commented Oct 18, 2019

The Arduino TV-B-Gone is a port of attiny85 firmware made by Adafruit, you may want to take a look at this https://learn.adafruit.com/tv-b-gone-kit

@rdragonrydr
Copy link

I would add that I also have this issue. I was hoping to make a miniature version of this project on an ATTiny 85 or 84 as well. However, I'm not familiar enough with peripherals or fixing the PROGMEM changes in the older code to do this myself...

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