AVR Programmer

From Kevin Darrah Wiki
Revision as of 16:20, 24 September 2018 by Krdarrah (talk | contribs)
Jump to: navigation, search

...Back to Projects:

AVRprogAssembled.png

Introduction

This board was designed as a way to burn AVRs in mass production. You simply copy a hex file to an SD card, and this board will use that file for programming. It can burn fuses, boot loaders, and write to EEPROM. In other words, this can be used to set configuration data on the target AVR. It can even read back EEPROM that was written previously.

Because this was designed for mass production, many fail-safes are included. Status LEDs on the board indicate the programming success or failure.

Schematic

AVRProgSCH.png

Purchase

Given to bare board members of my Patreon

Parts

The parts list can be downloaded **HERE**. This can be directly uploaded into Digikey if you'd like.

Assembly

Note that the dots on the board for the three LEDs actually indicate the ANODE side:

AVRprogLEDs.png

Programming

You will still need to burn a boot loader into the Programmer board itself, so go and see the programming section of the 328Board wiki page.

Then see this for more information on the actual usage of the board: Atmega chip stand-alone programmer to upload .hex files