Raspberry pi or Rpi can be used for programming certain AVR microcontrollers. I have made a video showing you the steps.
Step 1: you have to install AVRDUDE
sudo apt-get install avrdude -y
Step 2: You can check if the avrdude is installed properly or not using
avrdude
step 3: connect your USBASP v2.0 to your microcontroller
avrdude -c usbasp -p m32
Microcontroller Programmed:
Atmega32, atmega32a, Atmega16, Atmega16a,
Leave a Reply