56 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <title>Ether Dream - DMX Interface</title>
 | |
| <link rel="stylesheet" type="text/css" href="main.css" />
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 | |
| </head>
 | |
| <body>
 | |
|  <img src="etherdream.png" width="298" height="75" alt="ether dream">
 | |
|  <div id="header"><a href="protocol.html">Ether Dream</a></div>
 | |
|  <div id="content">
 | |
|   <h1>Ether Dream - DMX Interface</h1>
 | |
|   <h2 style="color:red"><em>NOTE</em> - This page is for the previous Ether Dream 1. Check the <a href="/">current website</a>.</h2>
 | |
|   <p>
 | |
|   The Ether Dream DMX interface is an add-on board for the Ether Dream
 | |
|   that allows it to control external DMX devices and receive DMX input. New firmware
 | |
|   allows the Ether Dream to work as a DMX-to-OSC and OSC-to-DMX bridge, for compatibility
 | |
|   with a wide variety of other software.
 | |
|   </p>
 | |
|   <img src="/dmx-dream.jpg" alt="photo of Ether Dream with DMX interface"/>
 | |
| 
 | |
|   <h2>Features</h2>
 | |
|    <ul>
 | |
|     <li>3-pin and 5-pin XLR connectors available</li>
 | |
|     <li>DMX in, thru (electrically connected to in), and out</li>
 | |
|     <li>Optional full electrical isolation for noise and damage resistance</li>
 | |
|     <li>Driver support in Ether Dream DLLM</li>
 | |
|     <li>Standard OSC interface</li>
 | |
|     <li><i>Future</i>: control of laser output via DMX commands</li>
 | |
|     <li>Works with any production Ether Dream with firmware v0.5.0 or later, available from the <a href="downloads.html">Downloads</a> page
 | |
|    </ul>
 | |
| 
 | |
|   <h2>Connection Diagram</h2>
 | |
|   <p>
 | |
|   Use the included 6-pin jumper cable to connect the DMX board to one of the serial expansion headers on the Ether Dream.
 | |
|   Match pin 1 on the Ether Dream to pin 1 on the DMX board. Serial expansion header #1 correponds to DMX universe 1, and
 | |
|   likewise for 2 and 3. Only header 1 can currently be used for input.
 | |
|   </p>
 | |
|   <img src="/2dmx.png"/>
 | |
|   <img src="/etherdreamboard.png"/>
 | |
|  </div>
 | |
|  <div id="footer">
 | |
|   © 2010-2021 Jacob Potter.
 | |
|  </div>
 | |
|  <div id="menu">
 | |
|   <ul>
 | |
|     <li><a href="../index.html">LJ doc</a></li>
 | |
|     <li><a href="protocol.html">Protocol</a></li>
 | |
|    <li><a href="userguide.html">V1 User Guide</a></li>
 | |
|    <li><a href="manual.html">V1 Developer Manual</a></li>
 | |
|    <li><a href="dmx.html">V1 DMX Board</a></li>
 | |
|   </ul>
 | |
|  </div>
 | |
| </body>
 | |
| </html>
 |