EDAtiny

From ElectroDragon Wiki
Revision as of 14:31, 18 January 2020 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a protected page.

Read Note First

  • The board won't be regonized BUT it is OK. No problem for uploading sketch
  • Please check the GIF below, plug the board to USB while arduino IDE inform you.

Install digi-spark boards


Upload demo sketch (Default sketch)

  • Use arduino example sketch, change buildinLED to 1 for EDAtiny
  • ONLY plug in USB cable when starting to upload sketch

Burning bootloader

Firmware - https://github.com/micronucleus/micronucleus/releases

  • Use firmware - > release -> attiny85 aggressive.hex
  • High fuse DD, Low fuse E1, extend fuse FE.

Debug

  • During upload sketch in you encounter any error, update the board driver to lisusb-win32 by AVR

Blink

  • On board test LED is D1, please try pinMode(1, OUTPUT);

Driver