digistump.com/wiki/digispark/…
No link preview available. Please open the link for details.
Open link
After installing libusb windows, the hardware ID shows as
USB\VID_16D0&PID_0753&REV_0106
Which indicates using of digispark firmware
Installing the package used in the link automatically tries to install the digispark usb driver
avrdude -c arduino -b 19200 -P <The arduino port> -p t85 -U flash:w:t85_default.hex/t85_aggressive.hex -U lfuse:w:0xe1:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m
Haven't tried aggressive yet.
New version fixed windows 10 problem
project home : https://github.com/micronucleus/micronucleus
Use with digispark attiny library.
4 Comments
Victor Cheung
Victor Cheung
After installing libusb windows, the hardware ID shows as
USB\VID_16D0&PID_0753&REV_0106
Which indicates using of digispark firmware
Victor Cheung
Installing the package used in the link automatically tries to install the digispark usb driver
Victor Cheung
Haven't tried aggressive yet.
New version fixed windows 10 problem
project home : https://github.com/micronucleus/micronucleus
Use with digispark attiny library.