Closed ItsIgnacioPortal closed 12 months ago
Update: Hindsight is 20/20, as usual. I re-flashed my Attiny85 using an Arduino Uno, avrdude, and ISP flashing. In case someone makes the same mistake I did: This ZIP contains everything needed to reflash the board with the stock bootloader: https://mega.nz/file/AhBUWZ6D#QzaX6eYttaiDf_pZmM4ep_-c48iKPguAWCM3mBXHruc
There may be problems with the timing of some USB controller. Try to use an USB hub or another port or another PC.
Describe the bug Firstly, I ran a couple of test programs on an Attiny85, and they worked without problems. But after updating the bootloader using the Arduino GUI with this project, the Attiny85 doesn't seem to get recognized by Windows anymore, although the on-board LED turns on.
These are the settings I used to flash the upgrade:
To Reproduce Steps to reproduce the behavior:
Expected behavior That the program gets flashed into the Attiny85.
Used Hardware A regular Attiny85. connected to my laptop via USB.
Attempted Solutions
Desktop (please complete the following information):
Should I have selected
16.5 MHz - For V-USB
(Instead of16 MHz - No USB
) before making the bootloader upgrade? How can I fix this? I'd really appreciate any clues you could give me