Digispark atTiny85 and how to get it working in 2023

 If you follow 95% of what is online on how to use the digispark,  it's wrong because it is 8 years out of date.    The Repo on GitHub has been utterly abandoned and is useless.

To get it working you need two other repos.

https://github.com/ArminJo/DigistumpArduino. This one has been less abandoned.   It's not been touched in 2 years and has all the same problems in the libraries.  but at least you can compile and upload.

http://drazzy.com/package_drazzy.com_index.json this one is live and works great with actual working micronucleus.  but does not have any of the keyboard or mouse libraries that the previous has.  which are just garbage buggy old versions of the https://www.obdev.at/products/vusb/index.html library that is a better choice anyways.

if you want to go with something that is well maintained and very stable https://github.com/SpenceKonde/ATTinyCore


So install both. to get these working,   this is the sad part of being a maker,   if you are not using the latest hotness new toy it becomes dead in short order.  and making these old but working things useable can be a nightmare.

Comments

Popular Posts