Difference between revisions of "Andon light"

From Hackerspace ACKspace
Jump to: navigation, search
m (added location)
m (put (updated) video in html5 tag, made source collabsible, set as completed)
Line 1: Line 1:
 
{{Project
 
{{Project
|State=Planned
+
|Featured=No
 +
|State=Completed
 
|Members=xopr
 
|Members=xopr
 
|Description=Andon light/signal tower
 
|Description=Andon light/signal tower
Line 18: Line 19:
 
=== 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 392:
 
     }
 
     }
 
   }
 
   }
 +
</pre>
 
</div>
 
</div>
  

Revision as of 11:49, 20 March 2017

Project: Andon light
Featured: No
State Completed
Members xopr
GitHub No GitHub project defined. Add your project here.
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 is currently worked on for OHM2013..

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