Difference between revisions of "Andon light"

From Hackerspace ACKspace
Jump to: navigation, search
m (added location)
m (project stalled needs second midi port fixed)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Project
 
{{Project
|State=Planned
+
|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
 
|Picture=andon_in_the_space.jpg
 
}}
 
}}
Line 9: Line 11:
 
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 second version is currently worked on 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:
[[Media:andon_prototype.mov]]
+
{{#Widget:Html5media|url={{filepath:Andon_prototype.mov}}}}
  
 
=== andon 1.0 ===
 
=== 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.
  
Here is the current Arduino source code:
+
<div class="mw-customtoggle-andon_ino mw-code">Click here to view the source code</div>
<div>
+
<pre class="mw-collapsible-content">
 
   //#define _DEBUG
 
   //#define _DEBUG
 
    
 
    
Line 390: Line 393:
 
     }
 
     }
 
   }
 
   }
 +
</pre>
 
</div>
 
</div>
  

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
Andon in the space.jpg

synopsis

Andon live in the studio

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.

Click here to view the source code

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