Difference between revisions of "LEDLightDistrict"

From Technologia Incognita
Jump to: navigation, search
m (Overview)
(14 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|picture=ledwall_dark.jpg
 
|picture=ledwall_dark.jpg
 
|ProjectSkills=soldering,coding
 
|ProjectSkills=soldering,coding
|ProjectStatus=Active
+
|ProjectStatus=Finished
 
|ProjectNiche=Electronics
 
|ProjectNiche=Electronics
 
|ProjectPurpose=World domination
 
|ProjectPurpose=World domination
Line 8: Line 8:
 
Project to LED'ify <del>the outside facing glass 'block' wall. each glass box will be a pixel</del> the space
 
Project to LED'ify <del>the outside facing glass 'block' wall. each glass box will be a pixel</del> the space
  
== Turning it on/off ==
+
== The device ==
 +
 
 +
the Led-wall is currently housed in a surround that makes it look more like a proper fire-place; made of MDF , created by [[User:milo]] [[user:justa]] [[user:einstein]] for use on the UrbanResort open day of 20130921.
 +
 
 +
It's been fited with a set of switches on the left hand side that operate the functions of the led-wall and/or a power-bar mounted inside the left-most column of the fireplace.
 +
 
 +
The power-bar is supplied so that you can turn on any lamps or other 'peripherals' belonging to the fireplace with one simple action.
 +
 
 +
When turning on the fireplace, please allow one minute for the RaspPI to boot. It loads the firmware from an SD card and is not 'insta-on'
 +
 
 +
it will automatically start doing the fire. to run the all the animations
 +
 +
sudo bash ; cd /home/erik/lewd/src ; python ledshow.py -spi
  
* <strong>On:</strong> Plug in its power supply
 
* <strong>Off:</strong> Pull out its power supply
 
  
 
=== Doesn't work! ===
 
=== Doesn't work! ===
  
* log in to [[indicio]]
+
* log in to [[ledwall]] using the user techinc (pw is same as the wifi)
* add yourself to the dailup group
 
 
* <code>git checkout https://github.com/techinc/lewd.git</code>
 
* <code>git checkout https://github.com/techinc/lewd.git</code>
* follow instructions in lib/README to install USPP
+
* <code>for the C fireplace: cd c ; ./fire /dev/spidev0.0 (should be started automatically by /etc/rc.local)</code>
* <code>cd src ; python ledwall.py</code>
+
* <code>for the python implementation: cd src ; python ledshow.py -spi</code>
  
 
== Hardware ==
 
== Hardware ==
Line 32: Line 41:
 
         \----------<strong>PSU</strong> ---------/
 
         \----------<strong>PSU</strong> ---------/
  
==== Software ====
+
==== Raspi GPIO pin-out ====
 +
 
 +
The code uses the hardware SPI present on the the Raspberry Pi.
 +
 
 +
* <span style="color: green; font-weight: Bold;">Green wire</span> on <strong>Pin 23</strong> is <strong>Clock (SCLK)</strong>
 +
* <span style="color: #dddd11; font-weight: Bold;">Yellow wire</span> on <strong>Pin 19</strong> is <strong>Data (MOSI)</strong>
 +
* <span style="color: black; font-weight: Bold;">Black wire</span> <strong><del>should be connected to a ground pin.</del> does not have to be connected to the ground pin, not having a common ground works as well, and doesn't generate noise.</strong>
 +
* <span style="color: red; font-weight: Bold;">Red wire</span> <strong>should NOT be connected to the Raspi as it will break it!</strong>
 +
 
 +
[[Image:raspi_spi.jpg|480px]]
  
* x
+
[[Image:raspi_casing.jpg|480px]]
  
 +
==== PSU ====
  
==== Arduino pin-out ====
+
[[Image:Ledwall_ATX.jpg|480px]]
 +
 
 +
There I fixed it X-/
 +
 
 +
[[Image:Ledwall_molex_thereifixedit.jpg|480px]]
 +
 
 +
== Software ==
 +
 
 +
== Software Implementations ==
 +
 
 +
[https://github.com/techinc/lewd The current python based implementation called
 +
lewd] runs
 +
on the machine connected to the LED-Wall over a serial port.
 +
 
 +
The older [https://github.com/techinc/LedWallServer javascript node.js version]
 +
can communicate with the python implementation to push frames to the LED-Wall
 +
using TCP sockets.
 +
 
 +
Python documentation (temporary location) http://old.villavu.com/merlijn/lewd
 +
 
 +
=== Lewd ===
 +
 
 +
The Python (lewd) implementation features several backends. '''-serial''',
 +
'''-spi''', '''-net''' and '''-local''' (which renders on an SDL screen).
  
The code uses the hardware SPI present on the the ATMega
+
See the file "ledwall.py" for an example on how to use all these different
 +
LedWall frontends. At the space, you should typically use RemoteLedScreen to
 +
interface with the (already running) server to the LEDWall.
  
* <span style="color: green; font-weight: Bold;">Green wire</span> on <strong>Pin 13</strong> is <strong>Clock</strong>
+
To just play around with the code locally, look into the VirtualLedScreen code;
* <span style="color: #dddd11; font-weight: Bold;">Yellow wire</span> on <strong>Pin 11</strong> is <strong>Data</strong>
+
you will need to install pygame to actually use the local UI.
* <span style="color: black; font-weight: Bold;">Black wire</span> <strong><del>should be connected to the arduino's ground pin.</del> does not have to be connected to the ground pin, not having a common ground works as well, and doesn't generate noise.</strong>
 
* <span style="color: red; font-weight: Bold;">Red wire</span> <strong>should NOT be connected to the arduino as it will break it!</strong>
 
  
[[Image:ledwall_arduino_pinout.jpg|480px]]
+
==== Python documentation (temporary location) ====
  
==== PSU ====
+
http://old.villavu.com/merlijn/lewd
  
[[Image:Ledwall_ATX.jpg|480px]]
+
== Photos & Videos ==
 +
<gallery heights=150px>
 +
File:Ledwall1.0-leds-spooned.jpg
 +
File:Ledwall2.0-mount.jpg
 +
File:ledwall.jpg
 +
File:ledwall_dark.jpg
 +
File:ledwall_arduino_pinout.jpg
 +
File:Techinc_Hearth.jpg
 +
</gallery>
  
 +
== OLD ==
  
 
=== Alternative configuration using Arduino (Obsolete) ===
 
=== Alternative configuration using Arduino (Obsolete) ===
Line 106: Line 157:
 
[[Image:ledwall_arduino_pinout.jpg|480px]]
 
[[Image:ledwall_arduino_pinout.jpg|480px]]
  
== Software ==
+
{{OnFire
 
+
|IsOnFire=Definitely
== Software Implementations ==
+
}}
 
 
[https://github.com/techinc/lewd The current python based implementation called
 
lewd] runs
 
on the machine connected to the LED-Wall over a serial port.
 
 
 
The older [https://github.com/techinc/LedWallServer javascript node.js version]
 
can communicate with the python implementation to push frames to the LED-Wall
 
using TCP sockets.
 
 
 
Python documentation (temporary location) http://old.villavu.com/merlijn/lewd
 
 
 
=== Lewd ===
 
 
 
The Python (lewd) implementation features several backends. LedScreen,
 
RemoteLedScreen and VirtualLedScreen used for local, remote and virtual
 
access respectively.
 
 
 
See the file "ledwall.py" for an example on how to use all these different
 
LedWall frontends. At the space, you should typically use RemoteLedScreen to
 
interface with the (already running) server to the LEDWall.
 
 
 
To just play around with the code locally, look into the VirtualLedScreen code;
 
you will need to install pygame to actually use the local UI.
 
 
 
==== Python documentation (temporary location) ====
 
 
 
http://old.villavu.com/merlijn/lewd
 
 
 
 
 
== Photos & Videos ==
 
<gallery heights=150px>
 
File:Ledwall1.0-leds-spooned.jpg
 
File:Ledwall2.0-mount.jpg
 
File:ledwall.jpg
 
File:ledwall_dark.jpg
 
File:ledwall_arduino_pinout.jpg
 
</gallery>
 
 
 
 
 
== OLD ==
 
 
 
Project to LED'ify the outside facing glass 'block' wall. each glass box will be a pixel
 
 
 
The [[Pledges/LEDLightDistrict|pledge]] has been funded and the wall has been built
 
 
 
 
 
TODO:
 
 
 
* Finish documentation
 
* Host documentation somewhere
 
* Add nice pictures of the (new) LED wall in action.
 
* Set up the software in such a way that it is trivial for anyone to at least "start" the ledwall in normal operation.
 
 
 
=== 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.
 
 
 
Running the software is pretty trivial; but requires access to the machine
 
connected to the ledwall. Alternatively, you can attach your machine to the
 
ledwall yourself and run the software locally.
 
 
 
On whatever machine that is connected to the LED wall over USB (serial); run the
 
file net/net.py and then, in another terminal, run the file ledwall.py with the
 
-net flag. Alternatively, you can just run the ledwall.py file with no flags,
 
but do not run the net.py file concurrently in this case.
 

Revision as of 01:58, 23 June 2016

Projects
Ledwall dark.jpg
Participants Guido, Wizzup
Skills soldering, coding
Status Finished
Niche Electronics
Purpose World domination

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

The device

the Led-wall is currently housed in a surround that makes it look more like a proper fire-place; made of MDF , created by User:milo user:justa user:einstein for use on the UrbanResort open day of 20130921.

It's been fited with a set of switches on the left hand side that operate the functions of the led-wall and/or a power-bar mounted inside the left-most column of the fireplace.

The power-bar is supplied so that you can turn on any lamps or other 'peripherals' belonging to the fireplace with one simple action.

When turning on the fireplace, please allow one minute for the RaspPI to boot. It loads the firmware from an SD card and is not 'insta-on'

it will automatically start doing the fire. to run the all the animations

sudo bash ; cd /home/erik/lewd/src ; python ledshow.py -spi


Doesn't work!

  • log in to ledwall using the user techinc (pw is same as the wifi)
  • git checkout https://github.com/techinc/lewd.git
  • for the C fireplace: cd c ; ./fire /dev/spidev0.0 (should be started automatically by /etc/rc.local)
  • for the python implementation: cd src ; python ledshow.py -spi

Hardware

Design

Overview

 Raspberry Pi ===(SPI)===> ledwall
       ^                       ^
       | (5V)                  | (12V)
       \----------PSU ---------/

Raspi GPIO pin-out

The code uses the hardware SPI present on the the Raspberry Pi.

  • Green wire on Pin 23 is Clock (SCLK)
  • Yellow wire on Pin 19 is Data (MOSI)
  • Black wire should be connected to a ground pin. does not have to be connected to the ground pin, not having a common ground works as well, and doesn't generate noise.
  • Red wire should NOT be connected to the Raspi as it will break it!

Raspi spi.jpg

Raspi casing.jpg

PSU

Ledwall ATX.jpg

There I fixed it X-/

Ledwall molex thereifixedit.jpg

Software

Software Implementations

[https://github.com/techinc/lewd The current python based implementation called lewd] runs on the machine connected to the LED-Wall over a serial port.

The older javascript node.js version can communicate with the python implementation to push frames to the LED-Wall using TCP sockets.

Python documentation (temporary location) http://old.villavu.com/merlijn/lewd

Lewd

The Python (lewd) implementation features several backends. -serial, -spi, -net and -local (which renders on an SDL screen).

See the file "ledwall.py" for an example on how to use all these different LedWall frontends. At the space, you should typically use RemoteLedScreen to interface with the (already running) server to the LEDWall.

To just play around with the code locally, look into the VirtualLedScreen code; you will need to install pygame to actually use the local UI.

Python documentation (temporary location)

http://old.villavu.com/merlijn/lewd

Photos & Videos

OLD

Alternative configuration using Arduino (Obsolete)

 computer ===(serial over usb)===> arduino ===(SPI)===> ledwall
                                                           ^
                                                           | (12V)
                                                          PSU

Arduino code

#include <SPI.h>

void setup()
{
    Serial.begin(1000000);
    SPI.begin();
    SPI.setBitOrder(MSBFIRST);
    SPI.setDataMode(SPI_MODE0);
    SPI.setClockDivider(SPI_CLOCK_DIV16);
}

void loop()
{
    uint8_t c;

    for(;;)
    {
        while (!Serial.available()) {}

         /* 254 signals end of frame in the communication
          * over the serial port
          */
         if ( (c = Serial.read()) == 254 )
            delay(1); /* the WS2801 chips will latch after not getting
                       * any data for .5ms, so we wait 1ms
                       */
        else
            SPI.transfer(c); /* not end of frame? push data */
    }
}

Arduino pin-out

The code uses the hardware SPI present on the the ATMega

  • Green wire on Pin 13 is Clock
  • Yellow wire on Pin 11 is Data
  • Black wire should be connected to the arduino's ground pin. does not have to be connected to the ground pin, not having a common ground works as well, and doesn't generate noise.
  • Red wire should NOT be connected to the arduino as it will break it!

Ledwall arduino pinout.jpg

Is on Fire? Definitely