jadeaffenjaeger / dachboden_badge

PCB Art Badge with WS2812B LEDs and attiny45 MCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dachboden Robot Logo PCB badge

Badge Front Photo

PCB Art badge using 2020 WS2812B SMD LEDs, attiny45 MCU and light_ws2812 library.

Detailed writeup can be found here

Programming

To build the firmware, you need the avr-gcc toolchain and a USBtinyISP (which you can buy for a few euros on AliExpress etc.)

cd firmware
make all

Then, with the programmer connected to the test points on the back of the badge, run:

make fuses
make program

to flash the firmware onto the badge.

About

PCB Art Badge with WS2812B LEDs and attiny45 MCU


Languages

Language:C 72.2%Language:Makefile 27.8%