SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 301 forks source link

Is aTTiny core broken? #861

Open terrypin999 opened 1 month ago

terrypin999 commented 1 month ago

I've just asked about this in the Arduin Forum, here: https://forum.arduino.cc/t/what-is-status-of-attinycore/1266483 and copy my post below

I'm encountering various inconsistent errors in my attempts to re-program my cheap Tiny 88 boards. I successfully did so in May 2023 and even posted a detailed step-by-step on how to do it In post #4 of this thread https://forum.arduino.cc/t/problem-loading-attinycore/1241472/4 but I now fail to reprogram my Tiny 88 boards.

Researching, I'm confused about the status of Spencer Konde's core. Is it broken? The licence apears to have expired two days ago. And trying to open the URL http://drazzy.com/package_drazzy.com_index.json

results in this:

drazzyNotPrivate

In post #4 of this thread https://forum.arduino.cc/t/problem-loading-attinycore/1241472/4

@ptillisch said:

"If we had a copy of the micronucleus-cli-2.5-azd1b-i686-mingw32.zip file, I could provide instructions for a workaround to the problem."

Is that guidance now available please? FWIW I do have that file C:\Users\terry\AppData\Local\Arduino15\staging\packages\micronucleus-cli-2.5-azd1b-i686-mingw32.zip

muffinista commented 4 weeks ago

Looks like the certificate for drazzy.com is expired, which is preventing the arduino IDE from making downloads.

hmeijdam commented 4 weeks ago

You can try using this workaround

That worked fine last time when the certificate expired.

terrypin999 commented 4 weeks ago

Many thanks Hans, that fixed it for me.