Oomipood

LOYAL CUSTOMER DISCOUNTS

at least -5% off

QUANTITY DISCOUNT

more is better

SHIPPING TO DPD PARCEL LOCKER

FREE IN ESTONIA (FOR ORDERS 50€+)

aswo
  

Image is for illustrative purposes only

Barebones AVR dev. board

  • SKU: ADA174

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)