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

From Noisebridge
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 4: Line 4:
== Dirt cheap arduinos ==
== 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
  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 [[http://www.instructables.com/id/Use-a-1-ATTiny-to-drive-addressable-RGB-LEDs/ ATTiny]] to drive some of these strips!


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


== Cheap LED strings ==
== Cheap LED strings ==
Line 20: Line 21:
* [https://github.com/adafruit/Adafruit-WS2801-Library Adafruit WS2801]
* [https://github.com/adafruit/Adafruit-WS2801-Library Adafruit WS2801]
* [https://github.com/adafruit/Adafruit_NeoPixel Adafruit Neopixel (WS2811)]
* [https://github.com/adafruit/Adafruit_NeoPixel Adafruit Neopixel (WS2811)]
* [https://github.com/adafruit/Adafruit_NeoMatrix Adafruit Neopixel Matrix!!]
* [http://www.pjrc.com/teensy/td_libs_OctoWS2811.html Teensy's OctoWS2811]


== Patterns ==
== Patterns ==
* [http://funkboxing.com/wordpress/?p=1366 Funkboxing patterns for FastSPI]
* [http://funkboxing.com/wordpress/?p=1366 Funkboxing patterns for FastSPI]
* [https://github.com/philihp/Jubilee/blob/master/jubilee.pde Jubilee]
* [https://github.com/stephenR/led_game_of_life FastSPI Game of Life!]
* 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 ==
* [https://github.com/scottjgibson/PixelPi PixelPi]
* [https://github.com/scottjgibson/PixelPi PixelPi]
* [https://github.com/neophob/PixelController PixelController]
* [https://github.com/neophob/PixelController PixelController]
* [http://openpixelcontrol.org/ Open Pixel Control]
* [https://github.com/neophob/StripInvaders Strip Invaders]


== PCB designs ==
== PCB designs ==
* [https://github.com/adafruit/Adafruit-Flora-Smart-NeoPixel adafruit neopixel ]
* [https://github.com/adafruit/Adafruit-Flora-Smart-NeoPixel adafruit neopixel ]
* [https://github.com/danasf/ws2812pixel dana's simple ws2812 pixel]
* [https://github.com/danasf/ws2812pixel dana's simple ws2812 pixel]

Latest revision as of 11:54, 11 September 2013

hello led workshop wiki discussion page ...


Dirt cheap arduinos[edit]

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[edit]

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[edit]

Patterns[edit]

Controller software[edit]

PCB designs[edit]