Yet another quick how-to guide of making a minimalist development board for AVR. The MBAVR-4 development board is designed for megaAVR MCUs like Atmega16 and Atmega32. It is a 4th and last project in series of MBAVR family home-made boards in order to create an nice environment for rapid development. I did these all things at home. I used toner transfer technique to make both PCB layers. And again, I’m very pleased with the results.
PCB on OSHPark – https://oshpark.com/profiles/lpodkalicki
Intro
The project goal was the same as of previous version (3) – to create minimalist development board that will:
- base on signle-layer PCB layout,
- include only through hole parts,
- expose AVR ISP socket (JP3) for USBasp programmer,
- make all GPIO pins available on the PCB via headers (JP1, JP2),
- contain MCU socket and extra power connector (JP4).
Designing complex development boards is often overkill, especially when you want it small size. On the board shown here, I’m only using the features turned out to be handy for what I’m using in my projects. I focused on design that in my opinion is possibly a simplest, smallest, and cheapest.
List of elements:
- PCB,
- microcontroller (Atmega16/Atmega32),
- DIL-40 socket,
- two pin headers 20×1,
- and one pin header 2×1,
- crystal 16Mhz,
- two capacitors 22pF,
- capacitor 10nF (decoupling capacitor).
Diagram Circuit
Additional information about schematic and PCB can be found in eagle project which is attached to this article as a zip file.