AVR ISP Programmer
Description
Amtel AVR Microcontrollers come in a number of variants. The one most Arduino users know is the 28 pin ATMega328 variant. However AVR chips come in 8-Pin, 14-Pin, 20-Pin and 40-Pin packages as well. The less pins on a chip mean less IO ports. The Digispark board which is an Arduino variant uses a ATTiny85 Microcontroller and has only 5 IO pins. Arduino boards (eg Uno, Mega, Digispark) load software from the Arduino IDE via the USB port. This is only possible because the AVR Microcontroller on the board has already been programmed with a special piece of software called a bootloader. However when you purchase a new AVR Microcontroller, it will be blank and you cannot use the Arduino IDE to program sketches for it. To program a blank AVR microcontroller, you need a special board such as the USBtinyISP programmer. The USBtinyISP allows you to download the software from your PC via a USB cable and program the chip. On the PC side, you run a program called Avrdude.exe. AVR Microcontrollers are programmed using 6 pins. Unfortunately, owing to the different IC packages, the pins vary. You can use a breadboard to hookup the output of the USBtinyISP to the AVR Microcontroller you want to program. This however quickly becomes a pain. So this build allows you to easily program all AVR DIL packages. It contains a single zero insertion socket and 6 pin sockets wired for each variant of microcontroller. A 3D printed box holds the USBtinyISP board and custom PC board (Eagle files included). I made my board using the toner method. Parts -------- USBTinyISP programmer board https://www.ebay.com/itm/USBTiny-USBtinyISP-AVR-ISP-programmer-for-Arduino-bootloader-Meag2560-uno-r3/291635807815?epid=0&hash=item43e6d94647%3Ag%3AG9gAAOSwn8FXRplR&LH_BIN=1 5 x 6 Pin IDC Sockets https://www.ebay.com/itm/10PCS-DC3-6P-2-54mm-2x3-Pin-Straight-Male-Shrouded-header-IDC-Socket-US-EF/293146480210?hash=item4440e44e52:g:AmUAAOSwNiNZqvR3 1 x 40 Pin ZIP socket (wide pin) https://www.ebay.com/itm/Socket-40P-40Pin-ZIF-ZIP-IC-Test-Tester-Board-Socket-GOOD-QUALITY/381374691968?hash=item58cbb3fa80:g:JTkAAOSwDN1UNle5
Statistics
Likes
13
Downloads
0