Barebones AVR dev. board

Product ID: 174
$12.00
Qty Discount
1-9 $12.00
10-99 $10.80
100+ $9.60

Description

Discontinued - you can grab Adafruit Metro Mini 328 - Arduino-Compatible - 5V 16MHz instead!

We took the business-card-sized AVR target board from Evil Mad Scientist Laboratories and added a few components to make an AVR dev board that has only the bare minimums!

Comes unassembled with:

  • Printed circuit board
  • Blank ATMEGA328 with internal 1 MHz oscillator selected (default)
  • 28-DIP socket
  • 6-pin ISP AVR programming header
  • 0.1uF ceramic capacitor
  • 5mm diffused red LED
  • Resistor for LED


We suggest using this board in conjunction with a USBtinyISP programmer (not included), and having the programmer provide USB power to the board. Of course, any programmer can be used, just make sure that you also power the target board somehow.

To get you started, here is a 'hello world' zip file. It contains a C program, compiled .hex file and Makefile for a blinking LED connected to pin PB5. Wire up the board as shown here (don't forget the 3 jumper wires up top, they are essential!) Then install WinAVR or equivalent and run make program in the uncompressed folder to compile and burn the example.

Can easily be turned into a 'Minimal Arduino', simply follow the instructions from TodBot (You'll need a programmer like a USBtinyISP or similar to burn the bootloader onto it)

Technical Details

Details:

  • Dimensions (PCB only): 3.5" x 2" x 0.03" (89mm x 51mm x 1mm)
  • Dimensions (assembled): 3.5" x 2" x 0.6" (89mm x 51mm x 15mm)
  • Weight: 15g (0.5oz)

For product support, replacement parts and warranty for Evil Mad Scientist products visit the EMS blog or contact Evil Mad Scientist directly.

Learn

make program; make program; make program;
How to use the avrdude tool on a Raspberry Pi to program an AVR microchip or Arduino board!