4 Comments

  1. The taobao attiny are based not on ADAFRUIT but digispark.
  2. After installing libusb windows, the hardware ID shows as 

    USB\VID_16D0&PID_0753&REV_0106

    Which indicates using of digispark firmware

  3. Installing the package used in the link automatically tries to install the digispark usb driver

  4. 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.