#attiny13 #avr #microcontroller #embedded #electronics This video will discuss about attiny13 including datasheet info, pinout, usbasp, circuit on veroboard, and code in atmel studio with explanation. Tutorial link http://watchdogstutorial.atspace.cc/p... Important links: Datasheet: https://ww1.microchip.com/downloads/e... AVRDUDE: https://www.nongnu.org/avrdude/ USBASP driver: https://www.fischl.de/usbasp/ Circuit diagram: https://drive.google.com/file/d/1VN4J... External tools setup: https://youtu.be/5zHI_Gy9ziw Code link: https://github.com/Watchdog069/AVR-Co... AVRDUDE COMMANDS: 1. Flash upload: avrdude -c usbasp -p t13 -U flash:w:Blink.hex:i (enter your file name along with the location) 2. Fuse bits change: avrdude -p t13 -c usbasp -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m Use tool below to set your fuse setting. AVR fuse bit setter : http://eleccelerator.com/fusecalc/fus...