Go to file
2018-12-07 23:07:45 +01:00
3dprinted Clip for Sideboard mount 2018-12-07 22:22:17 +01:00
board Moved board in the upper left corner 2018-12-07 21:10:50 +01:00
.gitattributes Initial KiCAD project of the hardware board 2018-12-06 20:55:03 +01:00
.gitignore Initial KiCAD project of the hardware board 2018-12-06 20:55:03 +01:00
README.md Described flashing 2018-12-06 21:06:28 +01:00
SideboardLED.ino Included Button to start rainbow 2018-12-07 23:07:45 +01:00

SideboardLED

Sprit: ollpe never dies

Another tiny project to control a WS2812 stripe via an Arduino based microcontroller.

Hardware

  • Atmega8
  • 75 WS2812LEDs
  • USB Serial converter

Programmer, e.g.:

  • AVRISPmkii

Software

In order to flash the software, select the following settings in Arduino:

  • Tools | Board "Arduino NG or older"
  • Tools | Processor "Atmega8"

The flashing itself is done with avrdude:

avrdude -c AVRISPmkii -p m8 -u -U flash:w:SideboardLED.ino.standard.hex

Initial once the fuses must be burned:

avrdude -c avrispmkii -p atmega8 -U lfuse:w:0xee:m -U hfuse:w:0xd9:m -U efuse:w:0xfc:m