Difference between revisions of "LEDLightDistrict"
Line 23: | Line 23: | ||
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. | 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 | + | Further node.js information can be found in the github |
Revision as of 17:32, 1 October 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
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 found in the github