Difference between revisions of "LEDLightDistrict"

From Technologia Incognita
Jump to: navigation, search
(Create online api for running code on the screen)
(2)
Line 21: Line 21:
 
LED strip - addressable LED strip<br>
 
LED strip - addressable LED strip<br>
 
http://www.ledsee.com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=720&category_id=209&option=com_virtuemart&Itemid=1&vmcchk=1&Itemid=1
 
http://www.ledsee.com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=720&category_id=209&option=com_virtuemart&Itemid=1&vmcchk=1&Itemid=1
 +
 +
or maybe
 +
 +
http://www.adafruit.com/index.php?main_page=product_info&cPath=37&products_id=285http://www.adafruit.com/index.php?main_page=product_info&cPath=37&products_id=306
  
 
==3==
 
==3==

Revision as of 03:23, 2 May 2012

Projects
Participants Guido, Wizzup
Skills soldering, coding
Status Active
Niche Electronics
Purpose World domination

Project to LED'ify the outside facing glass 'block' wall. each glass box will be a pixel

Wall

As seen behind the blinds here. Better pics to come

Temp_inc_social_area_other_side.jpg

Solutions

1

Cheap LEDs, TLC5940's

2

LED strip - addressable LED strip
http://www.ledsee.com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=720&category_id=209&option=com_virtuemart&Itemid=1&vmcchk=1&Itemid=1

or maybe

http://www.adafruit.com/index.php?main_page=product_info&cPath=37&products_id=285http://www.adafruit.com/index.php?main_page=product_info&cPath=37&products_id=306

3

Some suggestions by Axel: http://www.nerdkits.com/videos/ledarray2/

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1232748045


4

Shift register with pwm output


product number: 74595


5

Simulate a pwm based shift register

http://www.elcojacobs.com/shiftpwm/

Code

Driver/development framework

Server running on node.js, control for any games using a browser window, interface with the wall using a C/C++ written node module.

Create online api for running code on the screen

It would be cool if people could browse to a site and enter code that they can run on the screen.

Great fun for teaching people about coding...

This does mean that you create a gateway for someone to run code on the server, and this code could be hostile.

How to keep it secure:

http://nodejs.org/api/vm.html#vm_vm_runinthiscontext_code_filename http://nodejs.org/docs/v0.3.1/api/child_processes.html#child_process.spawn

Software

Snake

A game of snake. This project is almost done. It just requires some more practical website for controlling the snakes (right now they can be controlled using keyboard, which sucks for smart phones). See Snake implementation

Super bomber man

No work done yet

Blocking issues

It is practical to only work on it after better abstracting the framework to be used.

Conways Game of Life

A cool screen saver.