« Back to home

LED Disk Build Log

Posted on

Images showing how a 96-LED artefact was built to instantiate the system developed for this project… Prototype components: 5V 8A DC power adaptor, stripboard, wire, 7A automotive fuse w/ fuse holder, 2 voltage regulators, 10,000μF capacitor and a 60LED/metre roll of addressable APA102s, (not pictured:) Raspberry Pi, Arduino, USB cables, terminal block to connect the power supply to, and a single LED + fuse to indicate power Voltage regulators and the capacitor soldered at a distance from the stripboard so they can be easily desoldered to use in the final piece, with insulating sleeving to prevent a short circuit…

Read more »

Testing LED Input/Output Performance

Posted on

In the first weeks of this project, in which I am piecing software together to aide people creating light art, ‘dependency hell’ has been overcome to demonstrate Processing, openFrameworks and WebGL sketches running on the Raspberry Pi 3 without a monitor attached. However the issue of performance, effecting the quality of the LED output, is the biggest so far. The system should ideally run as fast as digital video (usually at least 30 frames per second).…

Read more »

Working with openFrameworks

Posted on

Coiled strip of new LEDs (APA102 chipset “hotness” link) Last week I identified the issue of framerates from the prototype that displayed a Processing sketch on LEDs using the Raspberry Pi 3. I also identified several possible options for refactoring the code to achieve the ~30FPS performance needed for perceptually smooth animation. However I’m choosing to not go too deep into performance yet, as another consideration in this project is supporting sketches in other visual programming languages which may inform how to optimise the system later on.…

Read more »

Capturing Colour from Visual Sketches

Posted on

Portable storage suitable for running Raspberry Pi applications The last milestone this project reached was compiling and running Processing sketches on a headless Raspberry Pi 3 using X virtual framebuffer (Xvfb). To present the sketches on LED arrays we need to do colour sampling. This post starts with a summary of my research into X regarding this task. X Window System is common on UNIX-like operating systems and seems to be standard on Linux distributions in 2018 - exactly thirty years after X11 (the latest version) came out.…

Read more »

Headlessness on the Raspberry Pi 3

Posted on

Raspberry Pi 3 with storage I discussed different ways of capturing video from programmed visual applications, known as ‘sketches,’ in my last project blog. Now I will break down the ‘virtual framebuffer’ approach on the Raspberry Pi 3. The sketch used for this demonstration is written in the Processing language although the approach could also apply to other languages. There are two benefits to starting with Processing: firstly its sketches are simply one file of code by default (unlike openFrameworks which starts with three), secondly the sketches are standalone applications (unlike sketches written in shader languages like WebGL) which means fewer dependencies.…

Read more »

Project Introduction

Posted on

Photo being taken of a light installation at Lumiere, 2018 Updated on 21/1/18 Light art-installations, including pieces put up for London’s Lumiere festival last weekend, can be conceptualised as a union of hardware and software. The general technique of streaming visual media onto addressable lights is analogous to pixel-based systems (just like the device this blog is being read on), however tinkerers often have to build custom software to make light art-inspired objects work.…

Read more »