From dfca7a95a30baf0cc6e375e6c38a22e00e699f6b Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 4 Jan 2016 14:16:06 +0100 Subject: README: Update with pictures from Heise --- README.rst | 19 +++++++++++++++++-- pics/LICENSE | 1 + pics/heise-make-32c3-1-small.jpg | Bin 0 -> 388384 bytes pics/heise-make-32c3-2-3-small.jpg | Bin 0 -> 679281 bytes pics/heise-make-32c3-2-small.jpg | Bin 0 -> 350197 bytes pics/heise-make-32c3-3-small.jpg | Bin 0 -> 322719 bytes 6 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 pics/LICENSE create mode 100644 pics/heise-make-32c3-1-small.jpg create mode 100644 pics/heise-make-32c3-2-3-small.jpg create mode 100644 pics/heise-make-32c3-2-small.jpg create mode 100644 pics/heise-make-32c3-3-small.jpg diff --git a/README.rst b/README.rst index 8a8aa53..f0a5269 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,12 @@ Mate Light ========== -.. image:: http://i.imgur.com/SzVinml.jpg +.. figure:: ./pics/heise-make-32c3-1-small.jpg + :target: http://www.heise.de/newsticker/meldung/32C3-Diese-Maker-Projekte-gab-es-auf-dem-Chaos-Communication-Congress-zu-sehen-3057100.html&hg=1&hgi=9&hgf=true + :align: center + :alt: A matelight at 32C3. Foto: Rebecca Husemann / Make Magazin. + + Foto: Rebecca Husemann / Make Magazin. `Link`_ Transform a bunch of empty mate crates to a huge display using a 15 year old laptop, a 13US$ microcontroller board and a couple of cheap chinese christmas lights. @@ -9,6 +14,15 @@ Hardware Setup -------------- Each bottle contains a LED with a WS2801 driver. Each crate contains a chain of 20 LEDs with a 9 pin SUB-D connector. A wiring harness connects 8 crates in series to a TI Stellaris Launchpad. The Launchpad has four hardware SPI interfaces which can control one wiring harness each. The controller board is connected to a ThinkPad T22 running the control program via USB. +.. figure:: ./pics/heise-make-32c3-2-3-small.jpg + :target: http://www.heise.de/newsticker/meldung/32C3-Diese-Maker-Projekte-gab-es-auf-dem-Chaos-Communication-Congress-zu-sehen-3057100.html&hg=1&hgi=10&hgf=true + :align: center + :alt: matelight detail. Foto: Rebecca Husemann / Make Magazin. + + Foto: Rebecca Husemann / Make Magazin. `Link`_ + +.. _`Link`: http://www.heise.de/newsticker/meldung/32C3-Diese-Maker-Projekte-gab-es-auf-dem-Chaos-Communication-Congress-zu-sehen-3057100.html + 1. Take a mate bottle and wrap it in aluminum foil 2. Poke a 12mm hole in the lid 3. Put it in a crate @@ -16,7 +30,7 @@ Each bottle contains a LED with a WS2801 driver. Each crate contains a chain of 5. Stick a loop of LEDs through the lids of the bottles 6. Repeat from step 1 7. Stack up a bunch of these crates and tie them together with zip ties and straps -8. Connect the wiring harness to the LED loops and the control board +8. Connect all the wires together (mis-)using wonderful XLR connectors 9. ??? 10. PROFIT!! @@ -104,3 +118,4 @@ As featured on… .. _`A Unity 3D backend`: http://firepunchd.tumblr.com/post/123631124063/every-pixel-is-sacred-on-a-40x16-display-you-have .. _`Advanced Conway's Game of Life`: https://github.com/vileda/golGL .. _`How to CRAP in bash because nc is for noobs`: https://gist.github.com/anonymous/0299b536dabd8ee59529 + diff --git a/pics/LICENSE b/pics/LICENSE new file mode 100644 index 0000000..ac77b15 --- /dev/null +++ b/pics/LICENSE @@ -0,0 +1 @@ +heise-make-*.jpg: Copyright 2016 Rebecca Husemann / Make Magazin All rights reserved. Please respect this when working on a clone of this repository. diff --git a/pics/heise-make-32c3-1-small.jpg b/pics/heise-make-32c3-1-small.jpg new file mode 100644 index 0000000..96589ea Binary files /dev/null and b/pics/heise-make-32c3-1-small.jpg differ diff --git a/pics/heise-make-32c3-2-3-small.jpg b/pics/heise-make-32c3-2-3-small.jpg new file mode 100644 index 0000000..422d0a0 Binary files /dev/null and b/pics/heise-make-32c3-2-3-small.jpg differ diff --git a/pics/heise-make-32c3-2-small.jpg b/pics/heise-make-32c3-2-small.jpg new file mode 100644 index 0000000..d76a849 Binary files /dev/null and b/pics/heise-make-32c3-2-small.jpg differ diff --git a/pics/heise-make-32c3-3-small.jpg b/pics/heise-make-32c3-3-small.jpg new file mode 100644 index 0000000..1b2b303 Binary files /dev/null and b/pics/heise-make-32c3-3-small.jpg differ -- cgit