🚚 Free Worldwide Shipping on All Orders!Shop Now

1 / 4
Little Bird Finch Board ATTiny85 x 5
Bulk pack of 5
The Little Bird Finch is our smallest programmable board. The Finch is a tiny little board designed to add flashy functionality to your project without taking up a lot of room.Â
It has an ATtiny microcontroller on it so it’s actually pretty smart! You can sew on 4 LEDs and connect a battery and the LEDs will each flash at different times.Â
The Finch is a quick and easy way to add twinkling lights to a project without any programming or a bulky Main Board. It’s also a great educational tool for showing a range of functionality without having to get out the computers.
If you’re an advanced user and want to re-program the Finch, the ICSP programming connectors are broken out on the back.
Dimensions:
- 20mm outer diameter
- Thin 0.8mm PCB
Documents:
- Getting Started
- Re-Programming the Finch
The Factory Code on the Finch is a simple flash and delay but you can make design a program of your own!
void setup() {
 pinMode(3, OUTPUT);
 pinMode(2, OUTPUT);
 pinMode(1, OUTPUT);
 pinMode(0, OUTPUT);
 Â
}
void loop() {
 digitalWrite(3, !digitalRead(3));
 delay(250);
  digitalWrite(2, !digitalRead(2));
 delay(150);
  digitalWrite(1, !digitalRead(1));
 delay(100);
  digitalWrite(0, !digitalRead(0));
 delay(20);
}
$10.50
Original: $35.00
-70%Little Bird Finch Board ATTiny85 x 5—
$35.00
$10.50Product Information
Product Information
Shipping & Returns
Shipping & Returns
Description
Bulk pack of 5
The Little Bird Finch is our smallest programmable board. The Finch is a tiny little board designed to add flashy functionality to your project without taking up a lot of room.Â
It has an ATtiny microcontroller on it so it’s actually pretty smart! You can sew on 4 LEDs and connect a battery and the LEDs will each flash at different times.Â
The Finch is a quick and easy way to add twinkling lights to a project without any programming or a bulky Main Board. It’s also a great educational tool for showing a range of functionality without having to get out the computers.
If you’re an advanced user and want to re-program the Finch, the ICSP programming connectors are broken out on the back.
Dimensions:
- 20mm outer diameter
- Thin 0.8mm PCB
Documents:
- Getting Started
- Re-Programming the Finch
The Factory Code on the Finch is a simple flash and delay but you can make design a program of your own!
void setup() {
 pinMode(3, OUTPUT);
 pinMode(2, OUTPUT);
 pinMode(1, OUTPUT);
 pinMode(0, OUTPUT);
 Â
}
void loop() {
 digitalWrite(3, !digitalRead(3));
 delay(250);
  digitalWrite(2, !digitalRead(2));
 delay(150);
  digitalWrite(1, !digitalRead(1));
 delay(100);
  digitalWrite(0, !digitalRead(0));
 delay(20);
}



















