Skip to content

ATTiny45/85 Blinkstick firmware adopted for Digispark Development Board

Notifications You must be signed in to change notification settings

zeevro/blinkstick-firmware-digispark

 
 

Repository files navigation

Why this fork?

This fork aims to make the Blinkstick.com firmware run on the Digispark USB development board.

Compile and upload firmware

You need to install the Arduino tools as described in the Digispark tutorial: 'Connecting and Programming Your Digispark' first.

make clean
make hex
/opt/arduino-1.5.8-64bit/hardware/digistump/avr/tools/avrdude -cdigispark --timeout 30 -Uflash:w:main.hex:i

Images

Digispark USB with custom soldered WS2812 LED shield Red and Green LED on Digispark USB and custom WS2812 LED shield, with Mark Minion

BlinkStick Firmware

BlinkStick is a DIY open source USB RGB LED. It's small, the size of a USB flash stick and designed to be easy to assemble.

You can find more details about it here:

http://www.blinkstick.com

This repository contains the firmware required for the ATTiny85 chip.

Details about setting up the development environment will be released soon.

License

Released under CC-BY-NC-SA 3.0 license:

http://creativecommons.org/licenses/by-nc-sa/3.0/

(c) 2013 by Agile Innovative Ltd

About

ATTiny45/85 Blinkstick firmware adopted for Digispark Development Board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 39.9%
  • C 37.5%
  • PHP 10.2%
  • HTML 6.4%
  • C++ 4.0%
  • Makefile 1.2%
  • Ruby 0.8%