Arduino-TV-B-Gone icon indicating copy to clipboard operation
Arduino-TV-B-Gone copied to clipboard

Does not support attiny85-based Arduino compatibles

Open aarmea opened this issue 5 years ago • 2 comments

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.

aarmea avatar Sep 19 '18 04:09 aarmea

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

techied avatar Oct 18 '19 04:10 techied

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...

rdragonrydr avatar Oct 24 '19 00:10 rdragonrydr