September 19, 2024

Biscotti firmware -- other ATtiny chips

The NANJG "driver board" in the Convoy flashlights uses the ATtiny13A chip. There are two other ATtiny chips with more memory that could be considered if you wanted more elbow room for fancier software.
ATtiny13 - 1K flash, 64 bytes of ram, 64 bytes of EEPROM
ATtiny25 - 2K flash, 128 bytes of ram, 128 bytes of EEPROM
ATtiny85 - 8K flash, 512 bytes of ram, 512 bytes of EEPROM
They all have an 8 bit counter-timer so you don't have any fancier PWM options with any of the other chips. You can find the ATtiny85 chips on Digikey for $1.50, so why not?
Feedback? Questions? Drop me a line!

Tom's Light Info / [email protected]