Difference between revisions of "Andon light"
(Created page with "{{Project |State=Active |Members=xopr |Description=Andon light/signal tower }} == synopsis == create a midi controlled andon light/signal tower/studio light. An andon light is ...") |
(set project to completed) |
||
Line 1: | Line 1: | ||
{{Project | {{Project | ||
− | |State= | + | |State=Completed |
|Members=xopr | |Members=xopr | ||
|Description=Andon light/signal tower | |Description=Andon light/signal tower | ||
}} | }} | ||
+ | == synopsis == | ||
+ | An andon light is a color-coded visual display for process state control; in short: On-Air light | ||
+ | |||
+ | The first version is completed, and used in the Binary Voice studio at the CCC2011. | ||
+ | |||
+ | It is now located in the space as mood-light | ||
+ | |||
+ | [[Image:andon_live.jpg|left|400px|Andon live in the studio]] | ||
+ | [[Media:andon_in_the_space.jpg|left|400px|Andon in the space]] | ||
− | |||
− | |||
− | |||
== implementation == | == implementation == | ||
− | + | I used a light tower/andon light which a good friend Spert modified to fit 6 leds in it. | |
− | |||
− | |||
+ | === prototype === | ||
Since the media plugin doesn't work, you have to open the file manually: | Since the media plugin doesn't work, you have to open the file manually: | ||
[[Media:andon_prototype.mov]] | [[Media:andon_prototype.mov]] | ||
+ | |||
+ | === first version === | ||
+ | The first version listens on a serial port and change the lights depending on the data it receives. On the PC, an application listens to the midi signals and above certain channel thresholds, it will send out the correct signal data over the serial port. | ||
+ | |||
+ | === future version(s) === | ||
+ | Create an andon light which has a MIDI port on-board where all the logic is inside the Arduino/AVR with channel thresholds on the internal ROM. | ||
=== todo === | === todo === | ||
− | * | + | * publish both PC c++ midi-to-serial-instructions code as well as the arduino source |
− | |||
− | |||
− | |||
− |
Revision as of 19:13, 2 September 2011
Project: Andon light | |
---|---|
Featured: | |
State | Completed |
Members | xopr |
GitHub | No GitHub project defined. Add your project here. |
Description | Andon light/signal tower |
Picture | |
No project picture! Fill in form Picture or Upload a jpeg here |
synopsis
An andon light is a color-coded visual display for process state control; in short: On-Air light
The first version is completed, and used in the Binary Voice studio at the CCC2011.
It is now located in the space as mood-light
implementation
I used a light tower/andon light which a good friend Spert modified to fit 6 leds in it.
prototype
Since the media plugin doesn't work, you have to open the file manually: Media:andon_prototype.mov
first version
The first version listens on a serial port and change the lights depending on the data it receives. On the PC, an application listens to the midi signals and above certain channel thresholds, it will send out the correct signal data over the serial port.
future version(s)
Create an andon light which has a MIDI port on-board where all the logic is inside the Arduino/AVR with channel thresholds on the internal ROM.
todo
- publish both PC c++ midi-to-serial-instructions code as well as the arduino source