Programming ATtiny85 with USB ASP Programmer
Overview: Hi curious Engineers, In this project we are getting started with the AVR microcontroller programming If you are aware of Arduino platform it is just open source hardware build with AVR microcontroller (ATmega328P to be precise). But in this project unlike in arduino programming where we program the ATmega328P microcontroller with serial bootloder that is burned in the flash. we are going to program the ATtiny85 microcontroller by making use of the SPI interface by a technique called ICSP( I n C ircuit S ystem P rogramming) using USB-ASP( USB AVR Serial Programmer ) programmer. without further due Lets commence