Project:LED Notification board2: Difference between revisions
From London Hackspace Wiki
Virtualsue (talk | contribs) m (→Documentation) |
|||
Line 17: | Line 17: | ||
http://www.makehackvoid.com/member-projects/ht1632-avr-library-interface-ht1632-led-driver-ics-and-avr-micro-controllers | http://www.makehackvoid.com/member-projects/ht1632-avr-library-interface-ht1632-led-driver-ics-and-avr-micro-controllers | ||
The code is here: https://github.com/devdsp/HT1632-AVR | The code is here: https://github.com/devdsp/HT1632-AVR | ||
And [http://www.lucadentella.it/en/category/ledmatrix_ht1632c/ more] |
Revision as of 21:44, 25 November 2012
Let's work as a group on a micro-controller project!
We are building a new LED notification board for the workshop. Adapted from this project.
What extra functionalities do you want to add to the actual board?
>>>> add here: your links, suggestions, code, specs on the project page
Documentation
As example here is the code from the 1st notification board:
- Arduino code: https://github.com/solexious/NotifyBoard
- Arduino Lib: http://github.com/solexious/MatrixDisplay
- IRC Script: http://github.com/londonhackspace/irccat-commands/blob/master/setBoard.py
There is some useful info on connecting Arduinos and Sure displays on the Make, Hack, Void site: http://www.makehackvoid.com/member-projects/ht1632-avr-library-interface-ht1632-led-driver-ics-and-avr-micro-controllers The code is here: https://github.com/devdsp/HT1632-AVR
And more