EDAtiny
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
- Copy following into preference -> http://digistump.com/package_digistump_index.json
- Install digi spark from board management.
- More reference guide could see here https://digistump.com/wiki/digispark/tutorials/connecting
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
- Our board already burned bootloader, use this only when things corrupted.
- Git clone bootloader project from here: https://github.com/Edragon/micronucleus, or download it from here
- 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);