AVR Programmer

From Kevin Darrah Wiki
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.

This project was inspired by Nick Gammon's project here: http://www.gammon.com.au/uploader In fact, 99% of the hard work came from the example code posted there, so check all of that out first.

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

Might have a few left...

Tindie-larges.png

Parts

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

For ICSP cables, I use these

Or sometimes the target uses pogo style Tag Connect

Don't forget to pick up a USB-Serial Converter set for 5V and Power ON

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

Code

Download HERE

Note that to compile the code for the programmer, you may need to install the SDfat library - I'm just using the one on Nick Gammon's page that was archived.