ATTiny88 no longer works after Micronucleus push #708
Replies: 3 comments 1 reply
-
The Micronucleus stuff is software USB (V-USB), so if it is "bricked", you have to use ISP to burn the bootloader again: |
Beta Was this translation helpful? Give feedback.
-
Well, I think you have this one: #435 ? |
Beta Was this translation helpful? Give feedback.
-
If I remember correctly, micronucleus only presents its USB interface for a short time. On the digispark cards that use ATTiny85, they usually ship with micronucleus "listening" for 30 seconds or so. After that time, the bootloader tries to run the code. Nothing is then polling the USB hardware and it appears to fail from the windows client. One possible "reason" for the fault here is that the timeout has passed before you tried to download. Unlike the classic Nano boot loader, you can't just press a button in Arduino and off you go. Micronucleus as shipped will require a reset or power cycle. May not apply in your case, but worth considering. |
Beta Was this translation helpful? Give feedback.
-
I'm very new to the Tiny and microcontroller programming in general. I was pushing my code in the Arduino IDE to my ATTinyCore 88 via Micronucleus, but it lost connection during the upload (somehow) and afterwards it was no longer recognized by my computer.
Device manager indicates:
If I try to push now it simply won't find the device. Unfortunately I did not save the error log from the IDE after the issue occurred, and obviously now I cannot reproduce it. The device is depicted as above on both my laptop and desktop, so I assume it is an issue with the ATTiny. Could I "factory reset" it via USB? I don't think I have the materials to program via ISP.
Beta Was this translation helpful? Give feedback.
All reactions