-
Schematic and PCB in Eagle format
-
Avrdude command line
- sudo /usr/local/avr/bin/avrdude -c usbtiny -p t85 -V -U flash:w:analogSpi.hex
-
Avrdude fuse settings
- sudo /usr/local/avr/bin/avrdude -c usbtiny -p t85 -V -U lfuse:w:0xe1:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m
-
-
The purpose of this application was to use the design I made and create a usbtiny programmer for all my attiny projects
-
Updated the usbdrv.c and usbconfig.h file to configure the port assigments to match the pcb design
-
-
Avrdude command line
- sudo /usr/local/avr/bin/avrdude -c usbtiny -p t85 -V -U flash:w:vusbtiny.hex
-
Avrdude fuse settings
-
sudo /usr/local/avr/bin/avrdude -c usbtiny -p t45 -V -U lfuse:w:0xe1:m -U hfuse:w:0x5d:m -U efuse:w:0xff:m
-
Notifications
You must be signed in to change notification settings - Fork 1
luigizuccarelli/attiny85
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Attiny85 shcematic/pcb design with example app
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published