This is the first in a video series aimed to give a tutorial on the popular Atmel AVR microcontroller series. In this video we prepare software needed to write code and program AVR microcontrollers. We do over installing drivers for the USB Tiny programmer, setting up avrdude with winavr, and the Microchip Studio IDE
Github Code:
https://github.com/erik-vincent/t25-s...
USBTiny Programmer for 8-Pin DIPs only:
https://www.sparkfun.com/products/11801
USBTiny Pocket Programmer:
https://www.sparkfun.com/products/9825
USBTiny Drivers:
https://github.com/adafruit/Adafruit_...
Download WinAVR:
https://sourceforge.net/projects/wina...
Microchip Studio IDE:
https://www.microchip.com/mplab/micro...
When setting up the Tools in Microchip Studio IDE, the Tools, External Tools arguments:
-c usbtiny -p t85 -U flash:w:$(TargetDir)$(TargetName).hex:i
Change the "t85", which is for the attiny85 to t25 for the attiny25, t13 for the attiny13, t84 for the attiny84, m328p for the atmega328p, etc.
On this page of the site you can watch the video online SAT Tiny Code Analysis with a duration of hours minute second in good quality, which was uploaded by the user Erik Vincent 16 December 2020, share the link with friends and acquaintances, this video has already been watched 203 times on youtube and it was liked by 7 viewers. Enjoy your viewing!