LED Projects

Arduino multi layered acrylic and LED sculpture (1)

How to make a multi-layered acrylic and LED sculpture with variable lighting levels using Arduino

Here you can find out how to make you very own n as made for the exhibition www.laplandscape.co.uk curated by art/design group Lapland. More images can be seen at flickr This exhibition runs from Wednesday 26 November – Friday 12 December 2008 inclusive, and had a private view on Tuesday 25 November. Each participant has been asked to make …

How to make a multi-layered acrylic and LED sculpture with variable lighting levels using Arduino Read More »

Charlieplexed Arduino 8x8 LED Grid Display Shield

Charlieplexed Arduino 8×8 LED Grid Display Shield made and simulated in 123D Circuits

edit: Wow, this won an awesome prize! Very many thanks guys! Charlieplexing (http://wealoneonearth.blogspot.nl/2013/03/design-note-charlieplexing-led-matrices.html) is a powerful method for driving a large number of LEDs from a relatively small amount of IO pin and without using any extra components. The technique makes use of the fact that a LED will only let current through in one …

Charlieplexed Arduino 8×8 LED Grid Display Shield made and simulated in 123D Circuits Read More »

Ton of RGB LEDs

How to Control a Ton of RGB LEDs with Arduino & TLC5940

This video explains how to use the 16 channel PWM controller TLC5940 The CODE: //Texas Instruments TLC 5940 with Arduino //www.kevindarrah.com #include <SPI.h>//Serial Peripheral Interface Library byte ch=0, chbit=0, spibit=0, spibyte=0;// variables used by tlc sub routine int SINData;//variable used to shift data to the TLC byte transferbyte[48];// bytes that are sent out to the …

How to Control a Ton of RGB LEDs with Arduino & TLC5940 Read More »