LED Cubes: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 16: Line 16:


== LED array ==
== LED array ==
[[File:10lol.jpg|250px|thumb|right|LED array, a.k.a. 10lol]]


Not a cube at all, 32×8 RGB LEDs in a rectangular array, split into four 8×8 boards. Made around June by pbrook.
Not a cube at all, 32×8 RGB LEDs in a rectangular array, split into four 8×8 boards. Made around June by pbrook.
Line 29: Line 31:


A [http://www.gizmosphere.org/gizmoboard/ Gizmo] (small x86 board) drives the microcontrollers. It runs demo patterns in a loop when idle and listens for TCP connections over wifi. When at the space it has hostname "cuboid". Talk to it with <code>python cube.py -P cuboid:3000</code>.
A [http://www.gizmosphere.org/gizmoboard/ Gizmo] (small x86 board) drives the microcontrollers. It runs demo patterns in a loop when idle and listens for TCP connections over wifi. When at the space it has hostname "cuboid". Talk to it with <code>python cube.py -P cuboid:3000</code>.
<code>ssh -c aes256-gcm@openssh.com cube@cuboid</code> (user/pass: cube/meh). keyboardlisten.py switches between demo patterns; currently disabled.


Build time: one week. Components:
Build time: one week. Components:
Line 49: Line 53:
Hardware and firmware: [https://github.com/pbrook/lightcube lightcube].
Hardware and firmware: [https://github.com/pbrook/lightcube lightcube].


=== Exhibition ===
=== Exhibitions ===
 
==== Light Night 2014 (Leeds) ====
The ÜberCube was exhibited at Leeds City Museum on Friday 3rd October as part of Light Night 2014.
The ÜberCube was exhibited at Leeds City Museum on Friday 3rd October as part of Light Night 2014.


Matt talking about the cube and the space: [http://www.lightnightleeds.co.uk/33-news-leeds-hackspace-hackspace-cube.html Hackspace Cube].
Matt talking about the cube and the space: [http://www.lightnightleeds.co.uk/33-news-leeds-hackspace-hackspace-cube.html Hackspace Cube].


== References: ==
==== Winter Lights Festival 2015 (London) ====
The cube was exhibited in Canary Wharf in London as part of their Winter Lights festival from the 9th-11th January 2015.
 
We're listed in the [http://canarywharf.com/wp-content/uploads/2014/12/canary-wharf-arts-and-events-winter-lights-festival-brochure.pdf programme] and on the [http://canarywharf.com/arts-events/exhibitions/winter-lights-festival/?instance_id= website].


==== Light Night 2017 (Leeds) ====
[https://whatson.leeds.gov.uk/lightnight/all-events/event-details?eventId=whatson-2540 Back at Leeds City Museum] for Light Night on Friday 6rd October.


'''Tweets'''
'''Tweets'''

Latest revision as of 19:42, 7 October 2017

In 2014 cube-mania struck the space.

pycubedemo contains drivers for the various cube boards, a cube emulator and a repository of demo patterns.

The Cubes

Mini cube

A small cube made of 64 (4×4×4) charlieplexed 5mm LEDs, completed around the end of April. Constructed by pbrook.

Firmware: charliecube.

Connection is over USB. Talk to it with python cube.py -P /dev/ttyACM0 -s 4.

Blog post with videos.

LED array

LED array, a.k.a. 10lol

Not a cube at all, 32×8 RGB LEDs in a rectangular array, split into four 8×8 boards. Made around June by pbrook.

https://www.flickr.com/photos/ajtag/14503776395/

Hardware and firmware here.

Martyn's desktop cube

An 8×8×8 cube of 10mm RGB LEDs in an acrylic case. Constructed largely by Joran. Split into four independent boards, each containing an ATMEGA328 and three TCL5940 PWM LED drivers. The LED drivers control one colour component each (red, green or blue). Multiplexing enables each driver's 16 output channels to control 128 LEDs.

A Gizmo (small x86 board) drives the microcontrollers. It runs demo patterns in a loop when idle and listens for TCP connections over wifi. When at the space it has hostname "cuboid". Talk to it with python cube.py -P cuboid:3000.

ssh -c aes256-gcm@openssh.com cube@cuboid (user/pass: cube/meh). keyboardlisten.py switches between demo patterns; currently disabled.

Build time: one week. Components:

  • 512 10mm RGB LEDs: £100
  • 16 PCBs (4 populated, the other 12 are structural): £40
  • ICs: 4×ATMEGA328, 12×TCL5940NT: £50ish?
  • Gizmo board, ATX PSU: spare
  • 50×50×50cm clear acrylic case, 3mm thick: £45

Video (bare cube, no case).

Hardware and firmware is here. Protocol is the same as for the LED array.

ÜberCube

The big one, an 8×8×8 RGB cube 3 metres on a side. Each pixel is a strip of 6 RGB LEDs inside a pair of nested plastic drinking cups, and is driven by an individual ATtiny25.

Vertical strings of 8 pixels are suspended from wooden beams atop the cube; each plane of 8 strings is connected together in a zigzag arrangement to make linear strings of 64 pixels. Only three wires are used (ground, power and data): each pixel controller consumes 24 bits of serial data per frame and passes the rest along the string.

Hardware and firmware: lightcube.

Exhibitions

Light Night 2014 (Leeds)

The ÜberCube was exhibited at Leeds City Museum on Friday 3rd October as part of Light Night 2014.

Matt talking about the cube and the space: Hackspace Cube.

Winter Lights Festival 2015 (London)

The cube was exhibited in Canary Wharf in London as part of their Winter Lights festival from the 9th-11th January 2015.

We're listed in the programme and on the website.

Light Night 2017 (Leeds)

Back at Leeds City Museum for Light Night on Friday 6rd October.

Tweets

Youtube