Difference between revisions of "Andon light"
m |
m (project stalled needs second midi port fixed) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Project | {{Project | ||
− | |State= | + | |Featured=No |
+ | |State=Stalled | ||
|Members=xopr | |Members=xopr | ||
|Description=Andon light/signal tower | |Description=Andon light/signal tower | ||
+ | |GitHub=midi-andon | ||
+ | |Picture=andon_in_the_space.jpg | ||
}} | }} | ||
== synopsis == | == synopsis == | ||
− | [[ | + | [[File:Off the Hook at CCC 2011.jpg|thumb|right|400px|Andon live in the studio]] |
− | |||
An andon light is a color-coded visual display for process state control; in short: On-Air light | 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. | + | The first version is completed, and used in the Binary Voice studio at the [[CCC2011]]. |
− | + | The second version was for [[OHM2013]].. | |
− | + | The third version was for [[SHA2017]] but the second midi port (for the second mixer) failed and needs to be looked at for the next revision (H-2021).. | |
== implementation == | == implementation == | ||
Line 18: | Line 20: | ||
=== prototype === | === 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: | ||
− | + | {{#Widget:Html5media|url={{filepath:Andon_prototype.mov}}}} | |
− | === | + | === andon 1.0 === |
+ | <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-andon_ino"> | ||
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. | 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. | ||
− | + | <div class="mw-customtoggle-andon_ino mw-code">Click here to view the source code</div> | |
− | < | + | <pre class="mw-collapsible-content"> |
//#define _DEBUG | //#define _DEBUG | ||
Line 390: | Line 393: | ||
} | } | ||
} | } | ||
+ | </pre> | ||
</div> | </div> | ||
− | === | + | === andon 2.0 === |
− | + | ||
+ | Currently being worked on.. | ||
+ | |||
+ | It does: | ||
+ | * do on-board MIDI | ||
+ | * work stand-alone | ||
+ | * switch a 220V 2A relay output as well | ||
=== todo === | === todo === | ||
* publish both PC c++ midi-to-serial-instructions code as well as the arduino source | * publish both PC c++ midi-to-serial-instructions code as well as the arduino source | ||
+ | * read values from EEPROM | ||
+ | * store values to EEPROM | ||
+ | * add relay that can switch outlet power | ||
+ | |||
+ | Location: at [[Location::user:xopr|xopr's]] | ||
+ | [[Category:Arduino]][[Category:LEDs]] |
Latest revision as of 11:46, 10 April 2018
Project: Andon light | |
---|---|
Featured: | No |
State | Stalled |
Members | xopr |
GitHub | midi-andon |
Description | Andon light/signal tower |
Picture | |
![]() |
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. The second version was for OHM2013.. The third version was for SHA2017 but the second midi port (for the second mixer) failed and needs to be looked at for the next revision (H-2021)..
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:
andon 1.0
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.
andon 2.0
Currently being worked on..
It does:
- do on-board MIDI
- work stand-alone
- switch a 220V 2A relay output as well
todo
- publish both PC c++ midi-to-serial-instructions code as well as the arduino source
- read values from EEPROM
- store values to EEPROM
- add relay that can switch outlet power
Location: at xopr's