LEDLightDistrict

From Technologia Incognita
Revision as of 18:29, 1 October 2012 by Amx109 (talk | contribs)
Jump to: navigation, search
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

The pledge has been funded and the wall has been built

Usage

Plug both power supplies at either side of the wall

The arduino is by the power supply on the left hand side. The computer powering the server is under the retro gaming table.

<insert instructions for starting python script>

Software Implementations

There are currently two implementations. A python based implementation and a javascript node.js version

The code for the arduino is different for both but efforts are being made to rectify this. The plan is to use the faster python implementation to 'drive' the screen display. it will have a simple API to draw frames and push RGB bytes to the screen. The node.js version will be modified to use this python implementation.

Further node.js information can be fouund in the github