Talk:Light Patterns with LEDs and Microcontrollers: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 29: Line 29:
* [https://github.com/stephenR/led_game_of_life FastSPI Game of Life!]
* [https://github.com/stephenR/led_game_of_life FastSPI Game of Life!]
* Noisebridge's [[LED Strip Pattern Collection]]
* Noisebridge's [[LED Strip Pattern Collection]]
* [https://github.com/fraguada/LPD8806_Strip_Patterns LPD8806 Patterns]
* [https://github.com/edelooff/LPD8806-Miniprojects LPD8806 Projects/Patterns]


== Controller software ==
== Controller software ==

Revision as of 21:33, 20 July 2013

hello led workshop wiki discussion page ...


Dirt cheap arduinos

Search ebay for - arduino nano. Get a clone/compatible model on ebay: http://www.ebay.com/sch/i.html?LH_BIN=1&_sacat=0&_from=R40&_nkw=arduino+nano&LH_PrefLoc=1

You can also use a small, cheap microcontroller like an [ATTiny] to drive some of these strips!

--Not the most user friendly microcontroller, but hella cheap!

Cheap LED strings

Again, Ebay is the cheapest, however provides no customer service..but that's why we're here anyway: 

WS2801 - http://www.ebay.com/sch/i.html?_odkw=ws2811&LH_BIN=1&_osacat=0&_from=R40&LH_PrefLoc=1&_trksid=p2045573.m570.l1313.TR4.TRC1&_nkw=ws2801&_sacat=0
WS2811 - http://www.ebay.com/sch/i.html?_odkw=ws2801&LH_BIN=1&_osacat=0&_from=R40&LH_PrefLoc=1&_trksid=p2045573.m570.l1313.TR4.TRC2&_nkw=ws2811&_sacat=0


--The WS2801 is the most commonly supported driver chipset, but the WS2811 are the up and coming new kids on the block and work just as well with the FASTSPI library.

Libraries

Patterns

Controller software

PCB designs