<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ElectricRock Blog &#187; Hardware</title>
	<atom:link href="http://www.electricrock.co.nz/blog/tag/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.electricrock.co.nz/blog</link>
	<description>Electronic Ramblings</description>
	<lastBuildDate>Tue, 10 Aug 2010 03:37:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Control 16 Firmware Replacement</title>
		<link>http://www.electricrock.co.nz/blog/2009/10/control-16-firmware-replacement/</link>
		<comments>http://www.electricrock.co.nz/blog/2009/10/control-16-firmware-replacement/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:26:56 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[at89s52]]></category>
		<category><![CDATA[Control 16]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=64</guid>
		<description><![CDATA[As I have mentioned in my previous posts about the Ensoniq Control 16, it is a DAW control surface designed to interface to proprietary DAW software via a proprietary PCI card.  As I have the C16, but not the PCI card, I have been working on reverse engineering the interface so that I can build [...]]]></description>
			<content:encoded><![CDATA[<p>As I have mentioned in my previous posts about the <a href="http://www.electricrock.co.nz/blog/tag/control-16/">Ensoniq Control 16</a>, it is a DAW control surface designed to interface to proprietary DAW software via a proprietary PCI card.  As I have the C16, but not the PCI card, I have been working on reverse engineering the interface so that I can build a USB adaptor for it and use it with my PC.</p>
<p>I have previously written about how I built an RS-232 adaptor for the Control 16, but this alone did not allow me to communicate with the Control 16 as I did not know its communication protocol. As I did not have the PCI card to act as a master and provide something for the C16 to communicate with, I was not able to sniff the communications and reverse engineer them. My solution instead was to replace the firmware running on the C16&#8217;s microcontroller with one that I custom wrote, and which used my own communication protocol.</p>
<p><span id="more-64"></span></p>
<h3>Control 16 Architecture</h3>
<p>The Control 16 is based around an Atmel AT89C52 microcontoller.  I replaced this with an AT89S52 for development as I could then use its in-circuit serial programming feature.  Using a multimeter I traced some of the connections between the microcontroller and other ICs on the board, and inferred the rest.  The result was that I was able to map out a block diagram of the mainboard, as shown below.</p>
<div id="attachment_65" class="wp-caption alignnone" style="width: 560px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/10/c16-blockdiagram.png"><img class="size-large wp-image-65" title="C16 Block Diagram" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/10/c16-blockdiagram-1024x791.png" alt="Control 16 Architecture Block Diagram" width="550" height="423" /></a><p class="wp-caption-text">Control 16 Architecture Block Diagram</p></div>
<p>I&#8217;m not going to go into a lengthy explanation of the architecture unless there is someone out there who it&#8217;s useful to, so if that is you then post a comment and let me know.</p>
<h3>Firmware Replacement</h3>
<p>I developed the firmware replacement using the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain.  I have released the code under the GPL v3 license in case it may be of use to anyone. It can be downloaded here: <a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/10/c16firmware.zip">C16Firmware</a>. <i>Please not that there is a bug in the current version of the firmware code.  I will update it at some point, if you need it sooner let me know.</i></p>
<p>This firmware detects events from the sliders, buttons, jog wheel, and rotary encoders (though these have issues) and transmits their values via the serial port. It is also allows the values of the LEDs to be set via commands received on the serial port. So all-in-all it is almost fully functional.  The communication protocol is a fairly simple text-based protocol.</p>
<p>Now that the firmware is completed, the next stage in my C16 project is to develop software that runs on the host PC and converts between the simple text based protocol of the C16, and some other midi control protocol that can be used by DAW software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electricrock.co.nz/blog/2009/10/control-16-firmware-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensoniq Control 16 RJ-45 Connector Pinout</title>
		<link>http://www.electricrock.co.nz/blog/2009/09/ensoniq-control-16-rj-45-connector-pinout/</link>
		<comments>http://www.electricrock.co.nz/blog/2009/09/ensoniq-control-16-rj-45-connector-pinout/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:59:04 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Control 16]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=60</guid>
		<description><![CDATA[As I stated in my first Control 16 post, the C16 is meant to connect to a proprietary Ensoniq PCI card (which I don&#8217;t have.)  So instead I have been reverse engineering the C16 interface so that I can convert it for use with my PC.  The C16 has two connectors on the back a [...]]]></description>
			<content:encoded><![CDATA[<p>As I stated in my <a href="http://www.electricrock.co.nz/blog/2009/08/ensoniq-control-16-undressed/">first Control 16 post</a>, the C16 is meant to connect to a proprietary Ensoniq PCI card (which I don&#8217;t have.)  So instead I have been reverse engineering the C16 interface so that I can convert it for use with my PC.  The C16 has two connectors on the back a 1/4&#8243; jack, which is used to connect an optional footswitch; and an RJ-45 connector, which is proprietary.  Both connectors are mounted on a board called <em>PWR/SER_I/F</em>.</p>
<p><span id="more-60"></span></p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 310px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-3.jpg"><img class="size-medium wp-image-27" title="Control 16 #3" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-3-300x207.jpg" alt="Control 16 Regulator/IO Board" width="300" height="207" /></a><p class="wp-caption-text">Control 16 Regulator/IO Board</p></div>
<p>The pinout of the RJ-45 connector is as follows (pin 1 is on the left when looking into the connector, therefore on the right in the photo above):</p>
<table border="0">
<tbody>
<tr>
<td>1</td>
<td>RS-422 data in (+)</td>
</tr>
<tr>
<td>2</td>
<td>RS-422 data in (-)</td>
</tr>
<tr>
<td>3</td>
<td>RS-422 data out (+)</td>
</tr>
<tr>
<td>4</td>
<td>+12v</td>
</tr>
<tr>
<td>5</td>
<td>GND</td>
</tr>
<tr>
<td>6</td>
<td>RS-422 data out (-)</td>
</tr>
<tr>
<td>7</td>
<td>GND</td>
</tr>
<tr>
<td>8</td>
<td>+5v</td>
</tr>
</tbody>
</table>
<p>While the above pinout may appear a little random at first glance, when using standard CAT5 cable it means that the pairs are RS422 in; RS422 out; +5v and GND; and +12v and GND.</p>
<p>Here is a schematic for a RS422 to RS232 converter, similar to what I am using myself (though I have been providing power from a lab power supply at this stage.)</p>
<div id="attachment_61" class="wp-caption alignnone" style="width: 310px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/09/c16-serial-adaptor.png"><img class="size-medium wp-image-61" title="Control16 - Adaptor" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/09/c16-serial-adaptor-300x160.png" alt="Control 16 - Proprietary interface to RS232 adaptor" width="300" height="160" /></a><p class="wp-caption-text">Control 16 - Proprietary interface to RS232 adaptor</p></div>
<p>Please note that while I have successfully connected power and data to my control 16 without blowing it up, this information is only provided as a guide and I recommend double checking it against your actual hardware before connecting anything to your control 16.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electricrock.co.nz/blog/2009/09/ensoniq-control-16-rj-45-connector-pinout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Xilinx DLC5 Parallel Cable to program an AT89S52</title>
		<link>http://www.electricrock.co.nz/blog/2009/09/using-a-xilinx-dlc5-parallel-cable-to-program-an-at89s52/</link>
		<comments>http://www.electricrock.co.nz/blog/2009/09/using-a-xilinx-dlc5-parallel-cable-to-program-an-at89s52/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 22:31:01 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[at89s52]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=56</guid>
		<description><![CDATA[While working on my control 16 project I realised I would need to replace the firware of the onboard microcontroller, an AT89C52.  Unfortunately, the AT89C52 is a mission to program (as it is parallel programmable only) so I have replaced it with an AT89S52, which supports in-circuit serial programming.  What I still lacked was an [...]]]></description>
			<content:encoded><![CDATA[<p>While working on my control 16 project I realised I would need to replace the firware of the onboard microcontroller, an AT89C52.  Unfortunately, the AT89C52 is a mission to program (as it is parallel programmable only) so I have replaced it with an AT89S52, which supports in-circuit serial programming.  What I still lacked was an ISP programmer; however, instead of building one I made use of an old Xilinx DLC5 parallel port JTAG cable (<a href="http://www.xilinx.com/itp/xilinx4/data/docs/pac/appendixb.html">schematic</a>).  This was fairly straight forward under Ubuntu 9.04, using <a href="http://www.nongnu.org/uisp/">UISP</a> AVR and AT89S programming software.  The following instructions assume the target is self powered and has an oscillator/crystal connected if required. NB these instructions are written from memory, so if you find a mistake please post a comment.</p>
<p><span id="more-56"></span></p>
<h3>Setup</h3>
<ol>
<li>Add yourself to the lp group so that you can access the parallel port without needing to be superuser (you will need to log out and back in again after this command):<br />
<span style="color: #0000ff;"><em>sudo usermod -a -G lp &lt;username&gt;<br />
</em></span></li>
<li>Install uisp:<br />
<span style="color: #0000ff;"><em>sudo aptitude install uisp</em></span></li>
<li>Connect the JTAG cable to your target device as follows:<br />
<table border="0">
<tbody>
<tr>
<td><strong>JTAG</strong></td>
<td><strong>Target</strong></td>
</tr>
<tr>
<td>Vcc</td>
<td>Vcc</td>
</tr>
<tr>
<td>GND</td>
<td>GND</td>
</tr>
<tr>
<td>TDI</td>
<td>MOSI</td>
</tr>
<tr>
<td>TDO</td>
<td>MISO</td>
</tr>
<tr>
<td>TCK</td>
<td>SCK</td>
</tr>
<tr>
<td>TMS</td>
<td>RST</td>
</tr>
</tbody>
</table>
</li>
</ol>
<h3>Some useful UISP commands</h3>
<p>These are given for AT89S52, but for other AVR series it should work if you just drop the <em>-d89</em> flag and use the appropriate part number.  The main thing to note here is that the <em>dprog</em> flag is set to <em>xil</em> to indicate we are using a DLC5 for programming.</p>
<table border="0">
<tbody>
<tr>
<td>Erase</td>
<td><span style="color: #0000ff;"><em>uisp -d89 -dprog=xil -dpart=at89s52 &#8211;erase</em></span></td>
</tr>
<tr>
<td>Program</td>
<td><em><span style="color: #0000ff;">uisp -d89 -dprog=xil -dpart=at89s52  &#8211;upload if=[input filename (in intel hex or motorolla srec format)]</span></em></td>
</tr>
<tr>
<td>Read back</td>
<td><em><span style="color: #0000ff;">uisp -d89 -dprog=xil -dpart=at89s52 &#8211;download of=[output filename (in srec format)]</span></em></td>
</tr>
</tbody>
</table>
<p>If you have issues try adding <em>-v=3</em> or <em>-v=4</em> for more verbose output from UISP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.electricrock.co.nz/blog/2009/09/using-a-xilinx-dlc5-parallel-cable-to-program-an-at89s52/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optrex DMF-50573NB-FW Datasheet</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/optrex-dmf-50573nb-fw-datasheet/</link>
		<comments>http://www.electricrock.co.nz/blog/2009/08/optrex-dmf-50573nb-fw-datasheet/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 02:43:54 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[dmf-50573nb-fw]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[t6963c]]></category>

		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=37</guid>
		<description><![CDATA[I scored a few DMF-50573NB-FW 480&#215;80 pixel graphic LCDs off trademe for $NZ5 each.  However, the documentation around on the internets for this particular variant of the Optrex DMF family seems to be sparse. So here is the information that I have gleaned from the looking at the devices themselves, datasheets for other LCDs in [...]]]></description>
			<content:encoded><![CDATA[<p>I scored a few DMF-50573NB-FW 480&#215;80 pixel graphic LCDs off trademe for $NZ5 each.  However, the documentation around on the internets for this particular variant of the Optrex DMF family seems to be sparse. So here is the information that I have gleaned from the looking at the devices themselves, datasheets for other LCDs in the family, probing with a multimeter and general experimentation. No guarantees as to the accuracy of this data, but so far it has worked for me.  If anyone has a datasheet please link in the comments <img src='http://www.electricrock.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><span id="more-37"></span></p>
<h3>T6963C Controller</h3>
<p>The 50573 is based around a Toshiba T6963C controller IC.  Documentation for these is plentiful and there is plenty of software available to talk to them (e.g. <a href="http://ssl.bulix.org/projects/lcd4linux/wiki/T6963">LCD4Linux</a>, <a href="http://serdisplib.sourceforge.net/ser/t6963.html">serdisplib</a>, etc.).  Given that the 50573 is based around the T6963C it makes it fairly similar to some of the other DMF LCDs for which datasheets are easier to find (e.g. the DMF-50136NF-FW). Beware though, the pinout is different.</p>
<h3>Pinout</h3>
<table border="1" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td>\RESET</td>
<td>1</td>
<td></td>
<td>2</td>
<td>LCD Vee</td>
</tr>
<tr>
<td>D0</td>
<td>3</td>
<td></td>
<td>4</td>
<td>NC</td>
</tr>
<tr>
<td>D1</td>
<td>5</td>
<td></td>
<td>6</td>
<td>NC</td>
</tr>
<tr>
<td>D2</td>
<td>7</td>
<td></td>
<td>8</td>
<td>C/D</td>
</tr>
<tr>
<td>D3</td>
<td>9</td>
<td></td>
<td>10</td>
<td>\CE</td>
</tr>
<tr>
<td>D4</td>
<td>11</td>
<td></td>
<td>12</td>
<td>\WR</td>
</tr>
<tr>
<td>D5</td>
<td>13</td>
<td></td>
<td>14</td>
<td>\RD</td>
</tr>
<tr>
<td>D6</td>
<td>15</td>
<td></td>
<td>16</td>
<td>NC</td>
</tr>
<tr>
<td>D7</td>
<td>17</td>
<td></td>
<td>18</td>
<td>NC</td>
</tr>
<tr>
<td>NC</td>
<td>19</td>
<td></td>
<td>20</td>
<td>Page Select</td>
</tr>
<tr>
<td>Vdd</td>
<td>21</td>
<td></td>
<td>22</td>
<td>NC</td>
</tr>
<tr>
<td>Vss</td>
<td>23</td>
<td></td>
<td>24</td>
<td>FG</td>
</tr>
</tbody>
</table>
<h4>Pin descriptions</h4>
<p>Most of these pins (\RESET, Dx, C/D, \CE, \WR, \RD)  connect directly back to the T6963C, so just have a look at the datasheet for more information.</p>
<p>Vdd and Vss are power supply, which is 5V.  Vee is the LCD driving supply, there is special timing and voltages for this, so check out the datasheet of a similar DMF display (e.g. DMF-50136NF-FW).  Basically, when the LCD is in a reset state (as it is at power up), then this should be Vdd. To actually display something on the LCD this needs to be -15v.</p>
<p>I have called pin 20 the <em>page select</em> pin, as this seems to be an appropriate name for its function, so far as I can tell.  If someone can correct me on this, then please do so.  This pin is connected to the most significant address pin of the LCD&#8217;s display RAM (which stores what is currently being displayed on the screen).  Therefore, using this signal it is possible to quickly change between &#8216;pages&#8217; in this RAM.  To be honest, I haven&#8217;t used this feature yet and have just left it tied to either Vdd or Vss with no problems.</p>
<h3>Internal Wiring</h3>
<p>There are some connections to the T6963C chip which may be of interest. The table below details them and their meanings:</p>
<table border="1" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td>MDS</td>
<td>Vdd</td>
</tr>
<tr>
<td>MD0</td>
<td>Vdd</td>
</tr>
<tr>
<td>MD1</td>
<td>Vdd</td>
</tr>
<tr>
<td>MD2</td>
<td>Vdd</td>
</tr>
<tr>
<td>MD3</td>
<td>Vss</td>
</tr>
<tr>
<td>FS0</td>
<td>Vss</td>
</tr>
<tr>
<td>FS1</td>
<td>Vss</td>
</tr>
<tr>
<td>\DUAL</td>
<td>Vdd</td>
</tr>
</tbody>
</table>
<p>These pins configure the T6963C for the following:</p>
<ul>
<li><em>Lines</em> 10</li>
<li><em>Vertical Dots</em> 80</li>
<li><em>Columns</em> 64</li>
<li><em>Font</em> 8&#215;8</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.electricrock.co.nz/blog/2009/08/optrex-dmf-50573nb-fw-datasheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensoniq Control 16 Undressed</title>
		<link>http://www.electricrock.co.nz/blog/2009/08/ensoniq-control-16-undressed/</link>
		<comments>http://www.electricrock.co.nz/blog/2009/08/ensoniq-control-16-undressed/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 07:51:21 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Hardware Pr0n]]></category>
		<category><![CDATA[Control 16]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.electricrock.co.nz/blog/?p=18</guid>
		<description><![CDATA[I bought an Ensoniq Control 16 off Trademe cause it was going for fairly cheap relative to new control surfaces.  The problem with the Control 16 is that it is designed to only work with a proprietary PCI card from PARIS.  So I am planning on reverse engineering it and building a USB adaptor.  First [...]]]></description>
			<content:encoded><![CDATA[<p>I bought an Ensoniq Control 16 off Trademe cause it was going for fairly cheap relative to new control surfaces.  The problem with the Control 16 is that it is designed to only work with a proprietary PCI card from PARIS.  So I am planning on reverse engineering it and building a USB adaptor.  First things first, though, it needed to be disassembled so I can reverse engineer the circuit.  Here are some pix for those who are interested.</p>
<p><span id="more-18"></span></p>
<div id="attachment_19" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-1.jpg"><img class="size-full wp-image-19" title="Control 16 #1" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-1.jpg" alt="Control 16 - Before Disassembly" width="400" height="181" /></a><p class="wp-caption-text">Control 16 - Before Disassembly</p></div>
<div id="attachment_25" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-2.jpg"><img class="size-large wp-image-25" title="Control 16 #2" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-2-1024x707.jpg" alt="Control 16 - Rear panel" width="400" height="277" /></a><p class="wp-caption-text">Control 16 - Rear panel</p></div>
<div id="attachment_27" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-3.jpg"><img class="size-full wp-image-27" title="Control 16 #3" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-3.jpg" alt="Control 16 Regulator/IO Board" width="400" height="276" /></a><p class="wp-caption-text">Control 16 Regulator/IO Board</p></div>
<div id="attachment_28" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-4.jpg"><img class="size-full wp-image-28" title="Control 16 #4" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-4.jpg" alt="Control 16 - I/O Regulator Board (Underside)" width="400" height="274" /></a><p class="wp-caption-text">Control 16 - I/O Regulator Board (Underside)</p></div>
<div id="attachment_29" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-5.jpg"><img class="size-full wp-image-29" title="Control 16 #5" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-5.jpg" alt="Control 16 - Undressed" width="400" height="223" /></a><p class="wp-caption-text">Control 16 - Undressed</p></div>
<div id="attachment_30" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-6.jpg"><img class="size-full wp-image-30" title="Control 16 #6" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-6.jpg" alt="Control 16 - Up Close" width="400" height="266" /></a><p class="wp-caption-text">Control 16 - Up Close</p></div>
<div id="attachment_31" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-7.jpg"><img class="size-full wp-image-31" title="Control 16 #7" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-7.jpg" alt="Control 16 - The Brains" width="400" height="319" /></a><p class="wp-caption-text">Control 16 - The Brains </p></div>
<div id="attachment_32" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-8.jpg"><img class="size-full wp-image-32" title="Control 16 #8" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-8.jpg" alt="Control 16 Rotary Encoder" width="400" height="141" /></a><p class="wp-caption-text">Control 16 Rotary Encoder</p></div>
<div id="attachment_33" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-9.jpg"><img class="size-full wp-image-33" title="Control 16 #9" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-9.jpg" alt="Control 16 Slider ICs" width="400" height="266" /></a><p class="wp-caption-text">Control 16 Slider ICs</p></div>
<div id="attachment_34" class="wp-caption alignnone" style="width: 410px"><a href="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-10.jpg"><img class="size-full wp-image-34" title="Control 16 #10" src="http://www.electricrock.co.nz/blog/wp-content/uploads/2009/08/control16-10.jpg" alt="Control 16 - Misc ICs" width="400" height="230" /></a><p class="wp-caption-text">Control 16 - Misc ICs</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.electricrock.co.nz/blog/2009/08/ensoniq-control-16-undressed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
