Summary of ATtiny breadboard headers using ATtiny2313
This article describes compact breadboard headers designed to simplify prototyping with 8 and 20-pin AVR microcontrollers like the ATtiny series. These boards eliminate messy wiring by integrating essential components directly onto a small PCB, offering a quick start for projects similar to Arduino but more minimal.
Parts used in ATtiny Breadboard Headers:
- 6 pin ISP (In System Programming) header
- 8 MHz resonator
- Reset pull-up resistor
- Reset switch
- Blocking capacitors
- Serial connection header (FTDI-cable compatible)
- ATtiny13 microcontroller
- ATtiny45 microcontroller
- ATtiny85 microcontroller
- ATtiny2313 microcontroller
These tiny controller boards are build to provide a quick start for projects with 8 and 20 pin AVR microcontrollers, e.g. ATtiny13, ATtiny45, ATtiny85 and ATtiny2313. They don’t include any fancy stuff, they are just as simple as possible.
Where is the problem?
Whenever I was prototyping on a breadboard I was annoyed by all the wires to setup before the actual project could begin. Arduino projects were much easier. The 6 pin ISP (In System Programming) header alone was troublesome. Make an adaptor to plug a 3×2 pin header on a breadboard. Then cut short wires and connect the controller to the header. Which pins are what? MOSI, MISO and SCK? So I decided to do it only once more.
The solution
These little breadboard headers are very handy. They occupy only one more row on each side as a controller would need. They include already:
- 6 pin ISP (In System Programming) header
- 8 MHz resonator
- Reset pull-up resistor and reset switch
- blocking capacitors
- Serial connection header (FTDI-cable compatible), only on the ATtiny2313-Header
If these boards look somehow familliar to you, they are inspired by the Arduino compatible RBBB and the Boarduino. If you put them side by side, the tiny boards look like younger brothers and sisters.
For more detail: ATtiny breadboard headers using ATtiny2313
-
What is the main purpose of these tiny controller boards?
They are built to provide a quick start for projects with 8 and 20 pin AVR microcontrollers while avoiding messy wires. -
Which microcontrollers are supported by these headers?
The boards support ATtiny13, ATtiny45, ATtiny85, and ATtiny2313. -
What problem did the author face when prototyping on a breadboard?
The author was annoyed by all the wires needed to setup before starting the actual project, especially the troublesome 6 pin ISP header. -
Does every board include a serial connection header?
No, the serial connection header compatible with FTDI cables is only included on the ATtiny2313-Header. -
How much space do these little breadboard headers occupy?
They occupy only one more row on each side as a controller would need. -
What existing designs inspired these tiny boards?
They are inspired by the Arduino compatible RBBB and the Boarduino. -
Can these boards be used for In System Programming?
Yes, they include a 6 pin ISP header for In System Programming.

