Patrick Fitzgerald
Published © GPL3+

HW-260 ATtiny 8pin Chip DevBoard with programming port

We could just program the chip with loose wires. This HW-260 board with ICSP programming port is so much better.

AdvancedProtip3 hours2,110
HW-260 ATtiny 8pin Chip DevBoard with programming port

Things used in this project

Hardware components

HW-260 ATtiny13A / ATtiny25 / ATtiny45 / ATtiny85 Pluggable ATTINY Development Programming Bare Board
×1
3x2 header 2.4mm pitch
×1
attiny13
×1
M5Stack ISP USBasp Programmer (Random Color)
M5Stack ISP USBasp Programmer (Random Color)
×1
stk500 ICSP adaptor 6pin 10pin
×1

Hand tools and fabrication machines

Soldering iron (generic)
Soldering iron (generic)
Solder Wire, Lead Free
Solder Wire, Lead Free
Mastech MS8217 Autorange Digital Multimeter
Digilent Mastech MS8217 Autorange Digital Multimeter

Story

Read more

Code

portB13.ino

Arduino
demo sketch for ATtiny
C that runs in Arduino IDE
#define F_CPU 16000000UL
#include<avr/io.h>
#include<util/delay.h>
int main(){ DDRB = 0x1F;
  while(1){ PORTB++; delay(100); }}

Credits

Patrick Fitzgerald

Patrick Fitzgerald

100 projects • 28 followers

Comments