<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>DIY-Central.com - Go Create something! - PCB Design, Electronics - DIY</title>
    <link>http://www.diy-central.com/</link>
    <description>Electronics, PCB, Audio, Recording, Studio - Build, Create, Hacks</description>
    <language>en-us</language>
    <copyright>DIY-Central.com</copyright>
    <lastBuildDate>Wed, 28 Jul 2010 19:59:14 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>info@fivefish.net</managingEditor>
    <webMaster>info@fivefish.net</webMaster>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=ff182fb7-c558-4b95-8fb5-b9ad9a10c851</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,ff182fb7-c558-4b95-8fb5-b9ad9a10c851.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">This is my workflow
when designing a new Eagle part library. 
<br /><br />
I like to buy the part beforehand, if possible. This gives me the chance to touch
it and visually inspect the part and verify that the part dimensions match the working
drawings from the manufacturer. 
<br /><br />
If working drawings from the manufacturer are not available, I use my digital caliper
to make detailed dimensions of the part outline, and pin spacing and pin diameters. 
<br /><br />
If official PDF working drawings/datasheet are available, I use it though. Trust,
but Verify. 
<br /><br />
Today, we're creating an Eagle part library for a switch. 
<br /><br />
Opening the datasheet, we look for the part dimensions. 
<br /><img src="http://farm5.static.flickr.com/4149/4836218483_111ff83ee5_o.jpg" border="0" /><br /><br />
In this case, we also take note of the switch positions, to see which terminals are
connected depending on the switch position (up or down). 
<br /><br /><img src="http://farm5.static.flickr.com/4153/4836218489_2a9e9c48f5_o.jpg" border="0" /><br /><br />
Next step is creating the schematic symbol for the part. In this case, an SPDT switch. 
<br /><br />
We also add "pins" to the schematic symbol. I use a "point" when defining pins on
the schematic symbol. 
<br /><br />
I also like to match the "pin numbers" with the actual pin numbers used by the manufacturer....
makes life simpler. 
<br /><br /><img src="http://farm5.static.flickr.com/4148/4836828722_e4d614dbe1_o.jpg" border="0" /><br /><br />
Next, is creating the physical outline of the part. This is the FUN part for me. I
like to make the part looking as authentic as possible. We also take care that we're
following the part dimensions specified by the manufacturer. Don't forget to check
pin spacings, and most importantly... pin DIAMETER. Since the PCBs will have plated
through holes, I make the pad diameters just a hair-thin slightly bigger. 
<br /><br />
To make working easier, make sure to set your snaps and grid to 0.05" square, and
0.01" for the fine grid spacing. 
<br /><br />
And make sure holes/pads are centered on each "snap." 
<br /><br /><img src="http://farm5.static.flickr.com/4130/4836828746_c36bc30b9a_o.jpg" border="0" /><br /><br />
Make a print out your part and overlay the real part against your "printed part outline."
Check if the holes, dimensions are correct and aligned. You may need several passes
to get this right if you don't have official working drawings and just relying on
caliper measurements. 
<br /><br />
If everything looks good, then we proceed to the next step. 
<br /><br />
Now, we tie together (match) the pin#s we created in the schematic symbol with the
actual pin#s in the part outline. 
<br /><br />
This is also a good time to enter a part description field. I try to include Mouser
or Digikey part #s in the description. 
<br /><br /><img src="http://farm5.static.flickr.com/4133/4836218549_807ae7408a_b.jpg" border="0" /><br /><br />
Next step is I try to use the new part library in a test schematic. 
<br /><br />
I want to verify that when I connect other components to this new part, that the correct
pins correspond with the PCB design. 
<br /><br />
This is a good time to catch any errors you've made in pin-matching. 
<br /><br />
Here's our test schematic. R1 is connected to terminal #1 of the switch, R2 connected
to terminal #2 and R3 connected to terminal #3. 
<br /><br /><img src="http://farm5.static.flickr.com/4112/4836828788_365240a7fe_o.jpg" border="0" /><br /><br />
Then we switch to the Board Layout view and verify that it's correct. 
<br /><br /><img src="http://farm5.static.flickr.com/4150/4836218685_0ea5023b57_o.jpg" border="0" /><br /><br />
And we see that everything is OK. The pin #s in the schematic match the pin#s in the
board layout. 
<br /><br /></span>
        <span class="postbody">In Eagle, the text "&gt;NAME" and "&gt;VALUE" are special.
Eagle will substitute these text with the actual part name and part value in your
schematic. 
<br /><br />
So in the symbol editor, let's add these text. Put the "&gt;NAME" in the NAMES layer
and put "&gt;VALUE" in the VALUES layer. 
<br /><br /><img src="http://farm5.static.flickr.com/4086/4837347583_5e73ab835a_b.jpg" border="0" /><br /><br />
In the Device Editor, click the Prefix button. Enter a prefix text. 
<br /><br /><img src="http://farm5.static.flickr.com/4126/4837352753_cd67f006e6_b.jpg" border="0" /><br /><br />
Since this is a switch, we could use the prefix "SW" or "S". Now when you add multiple
parts in your schematic, it will be renamed "SW1", "SW2", "SW3".... (Of course, you
need to have "&gt;NAME" present in the symbol, see step above.)<br /><br /></span>
        <span class="postbody">
          <br />
And we're done.</span>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=ff182fb7-c558-4b95-8fb5-b9ad9a10c851" />
      </body>
      <title>This Is My Workflow When Designing A New Eagle Part Library I Like To Buy The Part Before</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,ff182fb7-c558-4b95-8fb5-b9ad9a10c851.aspx</guid>
      <link>http://www.diy-central.com/ThisIsMyWorkflowWhenDesigningANewEaglePartLibraryILikeToBuyThePartBefore.aspx</link>
      <pubDate>Wed, 28 Jul 2010 19:59:14 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;This is my workflow when designing a new Eagle part library. 
&lt;br&gt;
&lt;br&gt;
I like to buy the part beforehand, if possible. This gives me the chance to touch
it and visually inspect the part and verify that the part dimensions match the working
drawings from the manufacturer. 
&lt;br&gt;
&lt;br&gt;
If working drawings from the manufacturer are not available, I use my digital caliper
to make detailed dimensions of the part outline, and pin spacing and pin diameters. 
&lt;br&gt;
&lt;br&gt;
If official PDF working drawings/datasheet are available, I use it though. Trust,
but Verify. 
&lt;br&gt;
&lt;br&gt;
Today, we're creating an Eagle part library for a switch. 
&lt;br&gt;
&lt;br&gt;
Opening the datasheet, we look for the part dimensions. 
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4149/4836218483_111ff83ee5_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
In this case, we also take note of the switch positions, to see which terminals are
connected depending on the switch position (up or down). 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4153/4836218489_2a9e9c48f5_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Next step is creating the schematic symbol for the part. In this case, an SPDT switch. 
&lt;br&gt;
&lt;br&gt;
We also add "pins" to the schematic symbol. I use a "point" when defining pins on
the schematic symbol. 
&lt;br&gt;
&lt;br&gt;
I also like to match the "pin numbers" with the actual pin numbers used by the manufacturer....
makes life simpler. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4148/4836828722_e4d614dbe1_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Next, is creating the physical outline of the part. This is the FUN part for me. I
like to make the part looking as authentic as possible. We also take care that we're
following the part dimensions specified by the manufacturer. Don't forget to check
pin spacings, and most importantly... pin DIAMETER. Since the PCBs will have plated
through holes, I make the pad diameters just a hair-thin slightly bigger. 
&lt;br&gt;
&lt;br&gt;
To make working easier, make sure to set your snaps and grid to 0.05" square, and
0.01" for the fine grid spacing. 
&lt;br&gt;
&lt;br&gt;
And make sure holes/pads are centered on each "snap." 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4130/4836828746_c36bc30b9a_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Make a print out your part and overlay the real part against your "printed part outline."
Check if the holes, dimensions are correct and aligned. You may need several passes
to get this right if you don't have official working drawings and just relying on
caliper measurements. 
&lt;br&gt;
&lt;br&gt;
If everything looks good, then we proceed to the next step. 
&lt;br&gt;
&lt;br&gt;
Now, we tie together (match) the pin#s we created in the schematic symbol with the
actual pin#s in the part outline. 
&lt;br&gt;
&lt;br&gt;
This is also a good time to enter a part description field. I try to include Mouser
or Digikey part #s in the description. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4133/4836218549_807ae7408a_b.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Next step is I try to use the new part library in a test schematic. 
&lt;br&gt;
&lt;br&gt;
I want to verify that when I connect other components to this new part, that the correct
pins correspond with the PCB design. 
&lt;br&gt;
&lt;br&gt;
This is a good time to catch any errors you've made in pin-matching. 
&lt;br&gt;
&lt;br&gt;
Here's our test schematic. R1 is connected to terminal #1 of the switch, R2 connected
to terminal #2 and R3 connected to terminal #3. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4112/4836828788_365240a7fe_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Then we switch to the Board Layout view and verify that it's correct. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4150/4836218685_0ea5023b57_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
And we see that everything is OK. The pin #s in the schematic match the pin#s in the
board layout. 
&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span class="postbody"&gt;In Eagle, the text "&amp;gt;NAME" and "&amp;gt;VALUE" are special.
Eagle will substitute these text with the actual part name and part value in your
schematic. 
&lt;br&gt;
&lt;br&gt;
So in the symbol editor, let's add these text. Put the "&amp;gt;NAME" in the NAMES layer
and put "&amp;gt;VALUE" in the VALUES layer. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4086/4837347583_5e73ab835a_b.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
In the Device Editor, click the Prefix button. Enter a prefix text. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm5.static.flickr.com/4126/4837352753_cd67f006e6_b.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Since this is a switch, we could use the prefix "SW" or "S". Now when you add multiple
parts in your schematic, it will be renamed "SW1", "SW2", "SW3".... (Of course, you
need to have "&amp;gt;NAME" present in the symbol, see step above.)&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span class="postbody"&gt; 
&lt;br&gt;
And we're done.&lt;/span&gt;&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=ff182fb7-c558-4b95-8fb5-b9ad9a10c851" /&gt;</description>
      <category>DIY;PCB;Eagle CAD;PCB Design</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=c86846a6-48e6-4aac-873a-46ee70d841ba</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,c86846a6-48e6-4aac-873a-46ee70d841ba.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.guytronix.com/images/499_p7250003_Jul25_1006AM.JPG" />
        <br />
        <font face="Times New Roman,Times,Serif">
          <font size="4">
            <font face="Times New Roman,Times,Serif">
              <font editor_id="mce_editor_0" face="Times New Roman,Times,Serif" size="4">
                <font face="Arial" size="2">Featured above
are working builds of the 8 Watt Ardmore and 1/2 Watt Gilmore Jr Kits designed
by Gerhart Amplification tone wizard, Gary Gerhart.  Everything is included
except solder (use 60/40 rosin core solder, no flux).  The chassis are
finished for the Customer with all holes being drilled and punched. 
Note the stainless steel PEM nuts press fitted into the chassis for a solid, quality
build.  Kits feature a Mil-Std black anodize chassis, Mercury
Magnetics power transformers, Gerhart Amplification's p<span style="font-family: 'times new roman'; font-size: 13.5pt;">roprietary
output tr</span>ansformers manufactured by Mercury Magnetics and all stainless steel
chassis hardware.  The assembly manual guides the builder through each step. 
The Gilmore Jr or Ardmore Kit are an excellent choice for those who are
building for the first time, yet challenging enough for those who have built kits before. 
Guytronix stands poised and ready to assist the builder throughout the assembly process. 
<br /><br />
Click here for more details.<a href="http://www.guytronix.com/"> http://www.guytronix.com/</a></font>
                <br />
              </font>
            </font>
          </font>
        </font>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=c86846a6-48e6-4aac-873a-46ee70d841ba" />
      </body>
      <title>Low Wattage Guitar Amplifier Kits</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,c86846a6-48e6-4aac-873a-46ee70d841ba.aspx</guid>
      <link>http://www.diy-central.com/LowWattageGuitarAmplifierKits.aspx</link>
      <pubDate>Mon, 04 Jan 2010 17:02:59 GMT</pubDate>
      <description>&lt;img src="http://www.guytronix.com/images/499_p7250003_Jul25_1006AM.JPG"&gt;
&lt;br&gt;
&lt;font face="Times New Roman,Times,Serif"&gt;&lt;font size="4"&gt;&lt;font face="Times New Roman,Times,Serif"&gt;&lt;font editor_id="mce_editor_0" face="Times New Roman,Times,Serif" size="4"&gt;&lt;font face="Arial" size="2"&gt;Featured&amp;nbsp;above
are&amp;nbsp;working builds of the 8 Watt Ardmore and 1/2&amp;nbsp;Watt Gilmore Jr Kits designed
by Gerhart&amp;nbsp;Amplification tone wizard, Gary Gerhart.&amp;nbsp; Everything is included
except solder (use 60/40 rosin core solder, no flux).&amp;nbsp; The&amp;nbsp;chassis&amp;nbsp;are
finished&amp;nbsp;for the Customer with all holes&amp;nbsp;being drilled and punched.&amp;nbsp;
Note the stainless steel PEM nuts press fitted into the chassis for a solid, quality
build.&amp;nbsp; Kits&amp;nbsp;feature a&amp;nbsp;Mil-Std&amp;nbsp;black anodize chassis, Mercury
Magnetics&amp;nbsp;power transformers, Gerhart Amplification's p&lt;span style="font-family: 'times new roman'; font-size: 13.5pt;"&gt;roprietary
output tr&lt;/span&gt;ansformers manufactured by Mercury Magnetics and all stainless steel
chassis hardware.&amp;nbsp; The assembly manual guides the builder through each step.&amp;nbsp;
The Gilmore Jr&amp;nbsp;or Ardmore Kit&amp;nbsp;are an excellent choice for those who are
building for the first time, yet challenging enough for those who have built kits&amp;nbsp;before.&amp;nbsp;
Guytronix stands poised and ready to assist the builder throughout the assembly&amp;nbsp;process. 
&lt;br&gt;
&lt;br&gt;
Click here for more details.&lt;a href="http://www.guytronix.com/"&gt; http://www.guytronix.com/&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=c86846a6-48e6-4aac-873a-46ee70d841ba" /&gt;</description>
      <category>Amplifiers;DIY;Guitar Amplifier;Guitar Fx;Tubes;Vacuum Tubes</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=c226e7b2-e13b-40c4-b414-a77e17bbc508</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,c226e7b2-e13b-40c4-b414-a77e17bbc508.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">A flash of inspiration...
I found a smaller footprint output transformer I can use... so I created an Eagle
part library for that. (Tip: use a digital caliper when creating part libraries) 
<br /><br />
After some creative rearranging of parts, and I made this. 
<br /><br />
This is just the motherboard. Measuring about 6" x 6". 
<br /><img src="http://farm3.static.flickr.com/2539/4223753900_549c009b20_o.gif" border="0" /><br /><br />
Ch-check it out! 
<br /><br />
2 Input Transformers - <span style="font-weight: bold;">NEW FEATURE</span><br />
2 Output Transformers - <span style="font-weight: bold;">NEW FEATURE</span><br />
Gain and Trim knob for each channel 
<br />
2 VU Meters 
<br />
4 Full size XLRs 
<br />
Relay Controlled switching - <span style="font-weight: bold;">NEW FEATURE</span><br />
Bigger DC Converters - <span style="font-weight: bold;">NEW FEATURE</span><br />
... and better PCB layout by re-arranging parts. 
<br /><br />
Also, reduced the number of molex connectors from the original (7) to a single 10-pin
Molex! That will be a big time-saver.... plus the use of PCB mounted XLR Neutrik Jacks. </span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=c226e7b2-e13b-40c4-b414-a77e17bbc508" />
      </body>
      <title>TS-2 Rev.B Preamp Redesign</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,c226e7b2-e13b-40c4-b414-a77e17bbc508.aspx</guid>
      <link>http://www.diy-central.com/TS2RevBPreampRedesign.aspx</link>
      <pubDate>Mon, 28 Dec 2009 23:04:46 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;A flash of inspiration... I found a smaller footprint output
transformer I can use... so I created an Eagle part library for that. (Tip: use a
digital caliper when creating part libraries) 
&lt;br&gt;
&lt;br&gt;
After some creative rearranging of parts, and I made this. 
&lt;br&gt;
&lt;br&gt;
This is just the motherboard. Measuring about 6" x 6". 
&lt;br&gt;
&lt;img src="http://farm3.static.flickr.com/2539/4223753900_549c009b20_o.gif" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Ch-check it out! 
&lt;br&gt;
&lt;br&gt;
2 Input Transformers - &lt;span style="font-weight: bold;"&gt;NEW FEATURE&lt;/span&gt; 
&lt;br&gt;
2 Output Transformers - &lt;span style="font-weight: bold;"&gt;NEW FEATURE&lt;/span&gt; 
&lt;br&gt;
Gain and Trim knob for each channel 
&lt;br&gt;
2 VU Meters 
&lt;br&gt;
4 Full size XLRs 
&lt;br&gt;
Relay Controlled switching - &lt;span style="font-weight: bold;"&gt;NEW FEATURE&lt;/span&gt; 
&lt;br&gt;
Bigger DC Converters - &lt;span style="font-weight: bold;"&gt;NEW FEATURE&lt;/span&gt; 
&lt;br&gt;
... and better PCB layout by re-arranging parts. 
&lt;br&gt;
&lt;br&gt;
Also, reduced the number of molex connectors from the original (7) to a single 10-pin
Molex! That will be a big time-saver.... plus the use of PCB mounted XLR Neutrik Jacks. &lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=c226e7b2-e13b-40c4-b414-a77e17bbc508" /&gt;</description>
      <category>DC-DC Converter;DIY;PCB;TS-2 Preamp </category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=414f0386-db5a-4c26-a17a-be3bd3fafd18</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,414f0386-db5a-4c26-a17a-be3bd3fafd18.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.pmillett.com/images/atest_pcba1.jpg" />
        <br />
        <br />
        <img src="http://www.pmillett.com/images/atest_front.jpg" />
        <br />
        <br />
This looks like a very interesting project. If you're into audio measurements, this
project might also interest you. 
<br /><br />
From the Pmillett website... 
<br /><p><i>Most of us DIY audio types have been using PC sound cards to make measurements. 
There are excellent, inexpensive programs available to do test and measurement of
audio equipment available.  Personally I use <a href="http://www.audiotester.de/">Audiotester</a>. 
If you've been around my web site you've seen FFT plots generated that way.</i></p><p><i>What has always been lacking is a decent interface between the sound card and the
device under test (DUT for you geeks).  There has been much discussion in forums
like DIYaudio about this, and many proposals and circuits shown, but so far I've not
seen anything implemented.</i></p><p><i>The problem with sound cards is that they are designed for fixed line-level inputs
and outputs.  Depending on the card this may be between 1V and 5V RMS maximum. 
They are also not tolerant of overloads - accidentally deliver 20V into your sound
card input and you will most likely be looking for a new sounds card.</i></p><a href="http://www.pmillett.com/ATEST.htm">http://www.pmillett.com/ATEST.htm</a><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=414f0386-db5a-4c26-a17a-be3bd3fafd18" /></body>
      <title>Sound Card Interface / AC RMS voltmeter Kit</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,414f0386-db5a-4c26-a17a-be3bd3fafd18.aspx</guid>
      <link>http://www.diy-central.com/SoundCardInterfaceACRMSVoltmeterKit.aspx</link>
      <pubDate>Thu, 24 Dec 2009 03:19:43 GMT</pubDate>
      <description>&lt;img src="http://www.pmillett.com/images/atest_pcba1.jpg"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.pmillett.com/images/atest_front.jpg"&gt;
&lt;br&gt;
&lt;br&gt;
This looks like a very interesting project. If you're into audio measurements, this
project might also interest you. 
&lt;br&gt;
&lt;br&gt;
From the Pmillett website... 
&lt;br&gt;
&lt;p&gt;
&lt;i&gt;Most of us DIY audio types have been using PC sound cards to make measurements.&amp;nbsp;
There are excellent, inexpensive programs available to do test and measurement of
audio equipment available.&amp;nbsp; Personally I use &lt;a href="http://www.audiotester.de/"&gt;Audiotester&lt;/a&gt;.&amp;nbsp;
If you've been around my web site you've seen FFT plots generated that way.&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;What has always been lacking is a decent interface between the sound card and the
device under test (DUT for you geeks).&amp;nbsp; There has been much discussion in forums
like DIYaudio about this, and many proposals and circuits shown, but so far I've not
seen anything implemented.&lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;The problem with sound cards is that they are designed for fixed line-level inputs
and outputs.&amp;nbsp; Depending on the card this may be between 1V and 5V RMS maximum.&amp;nbsp;
They are also not tolerant of overloads - accidentally deliver 20V into your sound
card input and you will most likely be looking for a new sounds card.&lt;/i&gt;
&lt;/p&gt;
&lt;a href="http://www.pmillett.com/ATEST.htm"&gt;http://www.pmillett.com/ATEST.htm&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=414f0386-db5a-4c26-a17a-be3bd3fafd18" /&gt;</description>
      <category>DIY;Project Kits</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=f3741323-dad2-45dd-8857-f0aa8ed0a354</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,f3741323-dad2-45dd-8857-f0aa8ed0a354.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">I opened up a big
box labeled "TS-2" that I've put away for sometime. 
<br />
Surprise surprise! 
<br /><br />
I have lots of finished front panels, hundreds of blank VU meter boards, parts for
the 48V DC-DC converter, inductors, chips, LEDs, etc... even found some brand new
router bits. 
<br /><br /><span style="font-weight: bold;">I think I'm going to stick with the current front
panel design. </span>So we'll have power on/off switch, VU meter on/off switch, 48V
on/off, polarity reverse switch, gain, and trim knobs and 5-LED VU meters. This design
is as basic as I can make it (while still keeping the features working.) 
<br /><br />
I think I've got the solution now to reduce labor building a TS-2 preamp. The new
board design will: 
<br /><br />
Reduced molex connectors from (7) to (2). 
<br />
Eliminated 12 wire to XLR soldering tasks. 
<br />
Eliminated 12 wire stripping, and 12 heatshrinking tasks. 
<br />
Made easier soldering the VU meter PCBs to the main motherboard. 
<br />
Eliminate 14 wire stripping, 14 molex connectors crimping tasks. 
<br /><br />
I think I can have a prototype PCB for the new board design by late January. So I
need to finish the PCB design before the 31st.</span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=f3741323-dad2-45dd-8857-f0aa8ed0a354" />
      </body>
      <title>TS-2 Mic Preamp Redesign</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,f3741323-dad2-45dd-8857-f0aa8ed0a354.aspx</guid>
      <link>http://www.diy-central.com/TS2MicPreampRedesign.aspx</link>
      <pubDate>Mon, 21 Dec 2009 23:40:15 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;I opened up a big box labeled "TS-2" that I've put away for
sometime. 
&lt;br&gt;
Surprise surprise! 
&lt;br&gt;
&lt;br&gt;
I have lots of finished front panels, hundreds of blank VU meter boards, parts for
the 48V DC-DC converter, inductors, chips, LEDs, etc... even found some brand new
router bits. 
&lt;br&gt;
&lt;br&gt;
&lt;span style="font-weight: bold;"&gt;I think I'm going to stick with the current front
panel design. &lt;/span&gt;So we'll have power on/off switch, VU meter on/off switch, 48V
on/off, polarity reverse switch, gain, and trim knobs and 5-LED VU meters. This design
is as basic as I can make it (while still keeping the features working.) 
&lt;br&gt;
&lt;br&gt;
I think I've got the solution now to reduce labor building a TS-2 preamp. The new
board design will: 
&lt;br&gt;
&lt;br&gt;
Reduced molex connectors from (7) to (2). 
&lt;br&gt;
Eliminated 12 wire to XLR soldering tasks. 
&lt;br&gt;
Eliminated 12 wire stripping, and 12 heatshrinking tasks. 
&lt;br&gt;
Made easier soldering the VU meter PCBs to the main motherboard. 
&lt;br&gt;
Eliminate 14 wire stripping, 14 molex connectors crimping tasks. 
&lt;br&gt;
&lt;br&gt;
I think I can have a prototype PCB for the new board design by late January. So I
need to finish the PCB design before the 31st.&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=f3741323-dad2-45dd-8857-f0aa8ed0a354" /&gt;</description>
      <category>DIY;Portable;TS-2 Preamp </category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=d752434a-e910-4d8c-b48d-4b33c39f6335</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,d752434a-e910-4d8c-b48d-4b33c39f6335.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://farm3.static.flickr.com/2455/3567609195_79760d88fe.jpg" />
        <br />
        <br />
        <br />
Mightyohm documents in his blog the making of a <i><em>low cost, open source wireless
streaming internet radio receiver.  All construction details, including schematics,
source code, and even the design process itself will be documented on this blog.</em></i><a href="http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/">http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/</a><br /><br /><img src="http://farm4.static.flickr.com/3201/3113532375_f429580226.jpg" /><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=d752434a-e910-4d8c-b48d-4b33c39f6335" /></body>
      <title>Wifi Radio</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,d752434a-e910-4d8c-b48d-4b33c39f6335.aspx</guid>
      <link>http://www.diy-central.com/WifiRadio.aspx</link>
      <pubDate>Mon, 21 Dec 2009 17:32:49 GMT</pubDate>
      <description>&lt;img src="http://farm3.static.flickr.com/2455/3567609195_79760d88fe.jpg"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Mightyohm documents in his blog the making of a &lt;i&gt;&lt;em&gt;low cost, open source wireless
streaming internet radio receiver.&amp;nbsp; All construction details, including schematics,
source code, and even the design process itself will be documented on this blog.&lt;/em&gt;&lt;/i&gt; &lt;a href="http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/"&gt;http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introduction/&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm4.static.flickr.com/3201/3113532375_f429580226.jpg"&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=d752434a-e910-4d8c-b48d-4b33c39f6335" /&gt;</description>
      <category>DIY</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=412faa7b-214b-42bb-b119-d866552c6f93</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,412faa7b-214b-42bb-b119-d866552c6f93.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">Doing some CNC milling work... 
<br /><br /><img src="http://www.fivefishstudios.com/ffimages/ts2panel2.jpg" /><br /><br />
After a couple of hours, I have these babies...<br /><br /><img src="http://www.fivefishstudios.com/ffimages/TS2RearPanels.jpg" alt="" border="0" /><br /><br />
For my TS-2 preamps<br /><img src="http://www.fivefishstudios.com/ffimages/TS2MicPreamp/TS-2Preamp-8.jpg" alt="" border="0" /><br /><br /><a href="http://www.fivefishstudios.com/">TS-2 Preamp by FiveFish Studios</a><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=412faa7b-214b-42bb-b119-d866552c6f93" /></body>
      <title>Doing Some CNC Milling Work After A Couple O</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,412faa7b-214b-42bb-b119-d866552c6f93.aspx</guid>
      <link>http://www.diy-central.com/DoingSomeCNCMillingWorkAfterACoupleO.aspx</link>
      <pubDate>Sun, 20 Dec 2009 03:43:41 GMT</pubDate>
      <description>Doing some CNC milling work... &lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefishstudios.com/ffimages/ts2panel2.jpg"&gt;
&lt;br&gt;
&lt;br&gt;
After a couple of hours, I have these babies...&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefishstudios.com/ffimages/TS2RearPanels.jpg" alt="" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
For my TS-2 preamps&lt;br&gt;
&lt;img src="http://www.fivefishstudios.com/ffimages/TS2MicPreamp/TS-2Preamp-8.jpg" alt="" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.fivefishstudios.com/"&gt;TS-2 Preamp by FiveFish Studios&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=412faa7b-214b-42bb-b119-d866552c6f93" /&gt;</description>
      <category>DIY;TS-2 Preamp </category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=8e3797c7-4a5a-43db-8e63-382c875b2e16</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,8e3797c7-4a5a-43db-8e63-382c875b2e16.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.maxim-ic.com/images/appnotes/2031/2031Fig10.gif" />
        <br />
        <br />
Maxim offers a great explanation of DC-DC converters. 
<br /><h1>DC-DC Converter Tutorial
</h1><!-- ======================================================================= --><!-- BEGIN: AUTHOR INFO --><!-- ======================================================================= --><!-- ======================================================================= --><!-- END: AUTHOR INFO --><!-- ======================================================================= --><p></p><!-- ======================================================================= --><!-- END: AN_TYPE --><!-- ======================================================================= --><!-- ======================================================================= --><!-- BEGIN: WIRELESS NAV --><!-- ======================================================================= --><!-- ======================================================================= --><!-- END: WIRELESS NAV --><!-- ======================================================================= --><!-- ======================================================================= --><!-- ABSTRACT --><!-- ======================================================================= --><i>Abstract: Switching power supplies offer higher efficiency than traditional
linear power supplies. They can step-up, step-down, and invert. Some designs can isolate
output voltage from the input. This article outlines the different types of switching
regulators used in DC-DC conversion. It also reviews and compares the various control
techniques for these converters. </i><br /><br /><a href="http://www.maxim-ic.com/app-notes/index.mvp/id/2031">http://www.maxim-ic.com/app-notes/index.mvp/id/2031</a><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=8e3797c7-4a5a-43db-8e63-382c875b2e16" /></body>
      <title>DC-DC Converter How-To</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,8e3797c7-4a5a-43db-8e63-382c875b2e16.aspx</guid>
      <link>http://www.diy-central.com/DCDCConverterHowTo.aspx</link>
      <pubDate>Sat, 19 Dec 2009 20:10:27 GMT</pubDate>
      <description>&lt;img src="http://www.maxim-ic.com/images/appnotes/2031/2031Fig10.gif"&gt;
&lt;br&gt;
&lt;br&gt;
Maxim offers a great explanation of DC-DC converters. 
&lt;br&gt;
&lt;h1&gt;DC-DC Converter Tutorial
&lt;/h1&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- BEGIN: AUTHOR INFO --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- END: AUTHOR INFO --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- END: AN_TYPE --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- BEGIN: WIRELESS NAV --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- END: WIRELESS NAV --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;!-- ABSTRACT --&gt;
&lt;!-- ======================================================================= --&gt;
&lt;i&gt;Abstract:&amp;nbsp;Switching power supplies offer higher efficiency than traditional
linear power supplies. They can step-up, step-down, and invert. Some designs can isolate
output voltage from the input. This article outlines the different types of switching
regulators used in DC-DC conversion. It also reviews and compares the various control
techniques for these converters. &lt;/i&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.maxim-ic.com/app-notes/index.mvp/id/2031"&gt;http://www.maxim-ic.com/app-notes/index.mvp/id/2031&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=8e3797c7-4a5a-43db-8e63-382c875b2e16" /&gt;</description>
      <category>DIY;Power Supply;DC-DC Converter</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=94f5e8f5-ea87-4845-bf5e-00d64a4a32c1</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,94f5e8f5-ea87-4845-bf5e-00d64a4a32c1.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">You want things that make bleeps, noises,
and other electronic noises? Then this kit is for you! 
<br /><img src="http://www.thinkgeek.com/images/products/additional/large/bf12_bleep_labs_robo_audio_synth_lineup.jpg" /><br /><br /><p><strong>Bleep Labs Robo Audio Synths</strong></p><ul><li>
Enjoy making all sorts of robotic and electronic noises with this light-controlled
analog synthesizer.</li><li>
Great fun for the hobbyist, musician, electronics buff, or goober who just likes making
weird noises for people.</li><li>
1/4" output jack to connect to guitar pedals, amps, etc. (no input jack)</li><li>
Thingamakit features two LEDacles and has square <em>and</em> triangle wave output
which, coupled with the secondary photocell, means even more creative and sound control.</li><li><strong>Thingamagoop includes:</strong> one Thingamagoop (your choice of color) -
each will have slight (very slight) sound variations as each is hand made.</li><li><strong>Thingamakit includes:</strong> Detailed instructions., fully labeled components,
simply laid out circuit board with minimal hand wiring, two ready to blink LEDacles,
"stompbox" style enclosure, and control panel and face stickers.</li></ul>
http://www.thinkgeek.com/electronics/musical-instruments/bf12/<br /><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=94f5e8f5-ea87-4845-bf5e-00d64a4a32c1" /></body>
      <title>DIY Audio Synths</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,94f5e8f5-ea87-4845-bf5e-00d64a4a32c1.aspx</guid>
      <link>http://www.diy-central.com/DIYAudioSynths.aspx</link>
      <pubDate>Fri, 18 Dec 2009 14:34:39 GMT</pubDate>
      <description>You want things that make bleeps, noises, and other electronic noises? Then this kit is for you! &lt;br&gt;
&lt;img src="http://www.thinkgeek.com/images/products/additional/large/bf12_bleep_labs_robo_audio_synth_lineup.jpg"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;strong&gt;Bleep Labs Robo Audio Synths&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Enjoy making all sorts of robotic and electronic noises with this light-controlled
analog synthesizer.&lt;/li&gt;
&lt;li&gt;
Great fun for the hobbyist, musician, electronics buff, or goober who just likes making
weird noises for people.&lt;/li&gt;
&lt;li&gt;
1/4" output jack to connect to guitar pedals, amps, etc. (no input jack)&lt;/li&gt;
&lt;li&gt;
Thingamakit features two LEDacles and has square &lt;em&gt;and&lt;/em&gt; triangle wave output
which, coupled with the secondary photocell, means even more creative and sound control.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thingamagoop includes:&lt;/strong&gt; one Thingamagoop (your choice of color) -
each will have slight (very slight) sound variations as each is hand made.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thingamakit includes:&lt;/strong&gt; Detailed instructions., fully labeled components,
simply laid out circuit board with minimal hand wiring, two ready to blink LEDacles,
"stompbox" style enclosure, and control panel and face stickers.&lt;/li&gt;
&lt;/ul&gt;
http://www.thinkgeek.com/electronics/musical-instruments/bf12/&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=94f5e8f5-ea87-4845-bf5e-00d64a4a32c1" /&gt;</description>
      <category>DIY</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=5f4dbe7f-e851-4c16-8018-c62d9e7a38ad</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,5f4dbe7f-e851-4c16-8018-c62d9e7a38ad.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">This site http://scotthelmke.com/ showcases
a lot of DIY microphones by the author. They look awesome. Here's a picture of a stereo
microphone.<br /><img src="file:///Users/rueloquindo/Library/Caches/TemporaryItems/moz-screenshot.png" alt="" /><br /><img src="http://scotthelmke.com/copper-stereo-finished.jpg" /><br /><i><br />
This mic is based on a pair of Transound TSB-55A cardioid electret capsules. These
capsules are almost identical to the Panasonic WM-55A, but with a bit flatter low
end. The two capsules are in a vertical stack, splayed out about 100 degrees. I really
designed it to fit into a grand piano for live sound, but it does a nice general stereo
recording as well. </i><p><i> I've also built stereo mics with the bigger, better Transound capsules. Those
tend to be quieter, but not as flat as the TSB-55A. </i></p><p><i> Construction is a lot simpler than it looks. The body is just 1" ID copper water
pipe, with the window cutouts done with a Dremel tool. The screen is brass mesh from
McMaster-Carr. The capsule mount was made from various bits of brass from that little
craft-metals display in the hardware store, and is mounted in a wooden plug that fits
inside the mic body. Finally, the connector is a Switchcraft B4M, which fits the copper
pipe almost perfectly. I used a piece rigid tubing to help the body of the connector
fit nicely into mic body. This mic uses a <a href="http://scotthelmke.com/phantom-power-2.jpg">small
external power supply</a> which is phantom-powered from a standard audio mixer. It
would also be possible to build a simple power supply using a 9 volt battery and with
an 1/8" stereo output, for use with a minidisc or other small recorder. </i></p>
http://scotthelmke.com/stereo-mic.html<br /><br />
More DIY Microhones... http://scotthelmke.com/microphones.html<br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=5f4dbe7f-e851-4c16-8018-c62d9e7a38ad" /></body>
      <title>DIY Microphones</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,5f4dbe7f-e851-4c16-8018-c62d9e7a38ad.aspx</guid>
      <link>http://www.diy-central.com/DIYMicrophones.aspx</link>
      <pubDate>Thu, 17 Dec 2009 14:24:57 GMT</pubDate>
      <description>This site http://scotthelmke.com/ showcases a lot of DIY microphones by the author. They look awesome. Here's a picture of a stereo microphone.&lt;br&gt;
&lt;img src="file:///Users/rueloquindo/Library/Caches/TemporaryItems/moz-screenshot.png" alt=""&gt;
&lt;br&gt;
&lt;img src="http://scotthelmke.com/copper-stereo-finished.jpg"&gt;
&lt;br&gt;
&lt;i&gt;
&lt;br&gt;
This mic is based on a pair of Transound TSB-55A cardioid electret capsules. These
capsules are almost identical to the Panasonic WM-55A, but with a bit flatter low
end. The two capsules are in a vertical stack, splayed out about 100 degrees. I really
designed it to fit into a grand piano for live sound, but it does a nice general stereo
recording as well. &lt;/i&gt;
&lt;p&gt;
&lt;i&gt; I've also built stereo mics with the bigger, better Transound capsules. Those
tend to be quieter, but not as flat as the TSB-55A. &lt;/i&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;i&gt; Construction is a lot simpler than it looks. The body is just 1" ID copper water
pipe, with the window cutouts done with a Dremel tool. The screen is brass mesh from
McMaster-Carr. The capsule mount was made from various bits of brass from that little
craft-metals display in the hardware store, and is mounted in a wooden plug that fits
inside the mic body. Finally, the connector is a Switchcraft B4M, which fits the copper
pipe almost perfectly. I used a piece rigid tubing to help the body of the connector
fit nicely into mic body. This mic uses a &lt;a href="http://scotthelmke.com/phantom-power-2.jpg"&gt;small
external power supply&lt;/a&gt; which is phantom-powered from a standard audio mixer. It
would also be possible to build a simple power supply using a 9 volt battery and with
an 1/8" stereo output, for use with a minidisc or other small recorder. &lt;/i&gt;
&lt;/p&gt;
http://scotthelmke.com/stereo-mic.html&lt;br&gt;
&lt;br&gt;
More DIY Microhones... http://scotthelmke.com/microphones.html&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=5f4dbe7f-e851-4c16-8018-c62d9e7a38ad" /&gt;</description>
      <category>DIY;Microphones</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=ae288692-c5eb-43f0-b911-bf0bf818ca44</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,ae288692-c5eb-43f0-b911-bf0bf818ca44.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">The TS-2 has been
getting some traction recently... and I'm thinking maybe it's time to revisit this
product again and do a Revision B. 
<br /><br />
The first TS-2 design was very good, and I love the sound of it! (Of course, it's
based on the SC-1mk500 and SC-1mk2 preamps, but in a smaller form factor.) 
<br /><br />
But assembling a single TS-2 unit takes up a lot of time/manpower and with the small
profit I have on each unit, it's a losing proposition. I'd come out ahead if I DON'T
build a TS-2! 
<br /><br />
So to fix this problem, I'd need to raise TS-2 prices, or reduce my production cost,
or a little bit of both. For now, I'm going to concentrate on reducing production
cost. With today's economy, it may not be smart to raise prices (unless that price
increase brings with it additional features that the original TS-2 didn't have.) 
<br /><br />
Question: So what can I do to reduce production cost? 
<br />
Answer: Reduce the time/manpower to build a TS-2 unit. 
<br /><br />
Question: How can I reduce time to build a TS-2 unit? 
<br />
Answer: Good question... 
<br /><br />
I'm thinking of several possibilities. 
<br />
1. Through automation. Using SMD parts and pick and place machines. Ask a manufacturer
to build the boards for me. 
<br /><br />
Cons: A little on the expensive side, and requires a lot of capital. I think 100 boards
is the minimum. Assuming it will cost $50 per board assembly fee, 100pcs is a staggering
$5000! 
<br /><br />
And I doubt it will cost only $50 per board... maybe closer to $100. And that's just
the labor. The cost of parts for 100 boards is not included yet. 
<br /><br />
2. Minimize "wiring". Yes, soldering wires to the PCB board and connectors, and jacks
take a lot of time. So if we can get rid of "flying wires", then that will reduce
a lot of time and labor. So as much as possible, use PCB mounted jacks, switches,
LEDs, etc... everything should be soldered to the PCB. No more hookup wires, if I
can avoid it! 
<br /><br /><img src="http://farm4.static.flickr.com/3019/2932848457_b3b38b1a8f_o.jpg" border="0" /><br /><br />
3. Reduce the number of PCBs. Right now, the original TS-2 preamp has 4 PCBs. A motherboard
and a switchboard, and 2 VU meter PCBs. 
<br />
That's a lot! And of course, there are hookup wires to connect all 4 PCBs to each
other (see #2 above). So I need to reduce the number of boards required to build a
TS-2. 
<br /><br /><img src="http://farm4.static.flickr.com/3061/2932848787_c5378b62e7_o.jpg" border="0" /><br /><br />
I've upgraded my PCB design software last year, to allow me to make the bigger boards.
Unfortunately, the TS-2 board design was prior to my software upgrade. 
<br /><br />
Now, with the ability to make bigger boards, I think I'll be able to combine more
functions in a single board. 
<br /><br />
We've got plenty of real estate space FREE! 
<br /><br /><img src="http://www.fivefishstudios.com/ffimages/PCBDesign-Preamp.jpg" border="0" /><br /><br />
What else... 
<br /><br />
Revision B will also give the user the option to have INPUT TRANSFORMERS! So that
will be cool! Maybe even add a switch to bypass Input Transformer. Hmmm... I'm getting
too far ahead here. 
<br /><br />
So that's my goal.... redesign the TS-2 preamp to minimize wiring, combine more functionality
in a single board, and add some new features. 
<br /></span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=ae288692-c5eb-43f0-b911-bf0bf818ca44" />
      </body>
      <title>Portable Preamp TS-2 Redesign</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,ae288692-c5eb-43f0-b911-bf0bf818ca44.aspx</guid>
      <link>http://www.diy-central.com/PortablePreampTS2Redesign.aspx</link>
      <pubDate>Thu, 17 Dec 2009 14:16:09 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;The TS-2 has been getting some traction recently... and I'm
thinking maybe it's time to revisit this product again and do a Revision B. 
&lt;br&gt;
&lt;br&gt;
The first TS-2 design was very good, and I love the sound of it! (Of course, it's
based on the SC-1mk500 and SC-1mk2 preamps, but in a smaller form factor.) 
&lt;br&gt;
&lt;br&gt;
But assembling a single TS-2 unit takes up a lot of time/manpower and with the small
profit I have on each unit, it's a losing proposition. I'd come out ahead if I DON'T
build a TS-2! 
&lt;br&gt;
&lt;br&gt;
So to fix this problem, I'd need to raise TS-2 prices, or reduce my production cost,
or a little bit of both. For now, I'm going to concentrate on reducing production
cost. With today's economy, it may not be smart to raise prices (unless that price
increase brings with it additional features that the original TS-2 didn't have.) 
&lt;br&gt;
&lt;br&gt;
Question: So what can I do to reduce production cost? 
&lt;br&gt;
Answer: Reduce the time/manpower to build a TS-2 unit. 
&lt;br&gt;
&lt;br&gt;
Question: How can I reduce time to build a TS-2 unit? 
&lt;br&gt;
Answer: Good question... 
&lt;br&gt;
&lt;br&gt;
I'm thinking of several possibilities. 
&lt;br&gt;
1. Through automation. Using SMD parts and pick and place machines. Ask a manufacturer
to build the boards for me. 
&lt;br&gt;
&lt;br&gt;
Cons: A little on the expensive side, and requires a lot of capital. I think 100 boards
is the minimum. Assuming it will cost $50 per board assembly fee, 100pcs is a staggering
$5000! 
&lt;br&gt;
&lt;br&gt;
And I doubt it will cost only $50 per board... maybe closer to $100. And that's just
the labor. The cost of parts for 100 boards is not included yet. 
&lt;br&gt;
&lt;br&gt;
2. Minimize "wiring". Yes, soldering wires to the PCB board and connectors, and jacks
take a lot of time. So if we can get rid of "flying wires", then that will reduce
a lot of time and labor. So as much as possible, use PCB mounted jacks, switches,
LEDs, etc... everything should be soldered to the PCB. No more hookup wires, if I
can avoid it! 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm4.static.flickr.com/3019/2932848457_b3b38b1a8f_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
3. Reduce the number of PCBs. Right now, the original TS-2 preamp has 4 PCBs. A motherboard
and a switchboard, and 2 VU meter PCBs. 
&lt;br&gt;
That's a lot! And of course, there are hookup wires to connect all 4 PCBs to each
other (see #2 above). So I need to reduce the number of boards required to build a
TS-2. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm4.static.flickr.com/3061/2932848787_c5378b62e7_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
I've upgraded my PCB design software last year, to allow me to make the bigger boards.
Unfortunately, the TS-2 board design was prior to my software upgrade. 
&lt;br&gt;
&lt;br&gt;
Now, with the ability to make bigger boards, I think I'll be able to combine more
functions in a single board. 
&lt;br&gt;
&lt;br&gt;
We've got plenty of real estate space FREE! 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefishstudios.com/ffimages/PCBDesign-Preamp.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
What else... 
&lt;br&gt;
&lt;br&gt;
Revision B will also give the user the option to have INPUT TRANSFORMERS! So that
will be cool! Maybe even add a switch to bypass Input Transformer. Hmmm... I'm getting
too far ahead here. 
&lt;br&gt;
&lt;br&gt;
So that's my goal.... redesign the TS-2 preamp to minimize wiring, combine more functionality
in a single board, and add some new features. 
&lt;br&gt;
&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=ae288692-c5eb-43f0-b911-bf0bf818ca44" /&gt;</description>
      <category>DIY;PCB;Power Supply;TS-2 Preamp ;Portable</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=949e5186-435b-442a-b453-caef001000b1</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,949e5186-435b-442a-b453-caef001000b1.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.aurycle.com/ebay/images/a5500diy/IMG_3043.jpg" />
        <br />
        <img src="http://www.aurycle.com/files/EbayHeadingLogo.gif" />
        <br />
        <br />
A DIY Tube Microphone.... and yes, it's a KIT!  What's even more awesome about
this is the microphone body, grille and other stuff is included in the KIT. 
Anybody that's into building DIY microphones know this is the most hardest thing to
DIY... the microphone case. Not the electronics, not the power supply but the mechanical
enclosure! So this kit packages everything nicely. 
<br /><br />
From the writeup:<br /><p align="left"><font face="Arial" size="2">Beautifully machined (unpainted) brass microphone body
and head-grill assembly<br />
Internal mounting cage assembly to mount circuit board, capsule, transformer and connector
housings.<br /><br /><b>Components included</b><br /><br /></font><font face="Arial" size="1">1 - 32mm/1in large diaphragm pressure gradient
capsule (assembled)<br />
1 - Plastic capsule mount<br />
1 - Pre-amp circuit PCB<br />
1 - Tube socket PCB<br />
1 - Vacuum tube, 12AX7<br />
1 - 9-pin tube socket<br />
1 - 7-pin XLR male connector<br />
2 - Ceramic insulators for both ends of C4<br /><br />
1 - Film Resistor,  1/2 W 10KΩ<br />
1 - Film Resistor,  2W 100KΩ<br />
2 - Film Resistor,  1/2 W 270KΩ<br />
2 - Resistor, 51M<br />
1 - Resistor, 200M<br />
1 - Film Resistor, RJ 1/2 W 3KΩ<br />
1 - Resistor, 1 KM<br />
3 - Capacitor,  1μ/400V<br />
2 - Capacitor,  .022μ/630V<br />
1 - Capacitor,  1000 pF/630V<br />
1 - Capacitor,  100μ/25V<br />
3 - Capacitor,  0.1μ/63V<br />
1 - Capacitor,  1000μ/10V<br />
1 - Ceramic Capacitor, 2pF<br />
1 - Transformer, turns ratio 10:1<br /><br />
1 - Fully assembled power supply<br />
1 - Power cable for power supply<br />
1 - 7-pin microphone cable</font><font face="Arial" size="2"><br /><br /><b>Printed documents</b><br />
Schematic</font></p>
I bought this kit on eBay and sure hope to find the time to build it.  I'll post
pictures of my build. 
<br /><br /><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=949e5186-435b-442a-b453-caef001000b1" /></body>
      <title>DIY Tube Microphone</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,949e5186-435b-442a-b453-caef001000b1.aspx</guid>
      <link>http://www.diy-central.com/DIYTubeMicrophone.aspx</link>
      <pubDate>Wed, 02 Dec 2009 14:54:33 GMT</pubDate>
      <description>&lt;img src="http://www.aurycle.com/ebay/images/a5500diy/IMG_3043.jpg"&gt;
&lt;br&gt;
&lt;img src="http://www.aurycle.com/files/EbayHeadingLogo.gif"&gt;
&lt;br&gt;
&lt;br&gt;
A DIY Tube Microphone.... and yes, it's a KIT!&amp;nbsp; What's even more awesome about
this is the microphone body, grille and other stuff is included in the KIT.&amp;nbsp;
Anybody that's into building DIY microphones know this is the most hardest thing to
DIY... the microphone case. Not the electronics, not the power supply but the mechanical
enclosure! So this kit packages everything nicely. 
&lt;br&gt;
&lt;br&gt;
From the writeup:&lt;br&gt;
&lt;p align="left"&gt;
&lt;font face="Arial" size="2"&gt;Beautifully machined (unpainted) brass microphone body
and head-grill assembly&lt;br&gt;
Internal mounting cage assembly to mount circuit board, capsule, transformer and connector
housings.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Components included&lt;/b&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;font face="Arial" size="1"&gt;1 - 32mm/1in large diaphragm pressure gradient
capsule (assembled)&lt;br&gt;
1 - Plastic capsule mount&lt;br&gt;
1 - Pre-amp circuit PCB&lt;br&gt;
1 - Tube socket PCB&lt;br&gt;
1 - Vacuum tube, 12AX7&lt;br&gt;
1 - 9-pin tube socket&lt;br&gt;
1 - 7-pin XLR male connector&lt;br&gt;
2 - Ceramic insulators for both ends of C4&lt;br&gt;
&lt;br&gt;
1 - Film Resistor,&amp;nbsp; 1/2 W 10KΩ&lt;br&gt;
1 - Film Resistor,&amp;nbsp; 2W 100KΩ&lt;br&gt;
2 - Film Resistor,&amp;nbsp; 1/2 W 270KΩ&lt;br&gt;
2 - Resistor, 51M&lt;br&gt;
1 - Resistor, 200M&lt;br&gt;
1 - Film Resistor, RJ 1/2 W 3KΩ&lt;br&gt;
1 - Resistor, 1 KM&lt;br&gt;
3 - Capacitor,&amp;nbsp; 1μ/400V&lt;br&gt;
2 - Capacitor,&amp;nbsp; .022μ/630V&lt;br&gt;
1 - Capacitor,&amp;nbsp; 1000 pF/630V&lt;br&gt;
1 - Capacitor,&amp;nbsp; 100μ/25V&lt;br&gt;
3 - Capacitor,&amp;nbsp; 0.1μ/63V&lt;br&gt;
1 - Capacitor,&amp;nbsp; 1000μ/10V&lt;br&gt;
1 - Ceramic Capacitor, 2pF&lt;br&gt;
1 - Transformer, turns ratio 10:1&lt;br&gt;
&lt;br&gt;
1 - Fully assembled power supply&lt;br&gt;
1 - Power cable for power supply&lt;br&gt;
1 - 7-pin microphone cable&lt;/font&gt;&lt;font face="Arial" size="2"&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Printed documents&lt;/b&gt;
&lt;br&gt;
Schematic&lt;/font&gt;
&lt;/p&gt;
I bought this kit on eBay and sure hope to find the time to build it.&amp;nbsp; I'll post
pictures of my build. 
&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=949e5186-435b-442a-b453-caef001000b1" /&gt;</description>
      <category>DIY;Microphones;Project Kits;Recording;Tubes</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=a05111b7-0f9c-4344-9a64-b8d10819b211</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,a05111b7-0f9c-4344-9a64-b8d10819b211.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">Last October, I held a sale of my X-12mk500
preamps. 
<br />
 <a href="http://fivefishstudios.com/index.php/X-12mk500-Mic-Preamp-Kit.html">http://fivefishstudios.com/index.php/X-12mk500-Mic-Preamp-Kit.html</a><br /><br />
These are some of the units that went out to customers... &lt;drool&gt;<br /><br />
Thanks to all my customers that support FiveFish Studios DIY Mic Preamp kits. 
<br /><span class="postbody">Some photos: 
<br /><img src="http://farm3.static.flickr.com/2539/4104195126_88c71a2626_o.jpg" border="0" /><br /><br />
from another angle 
<br /><img src="http://farm3.static.flickr.com/2733/4103434277_86ac5b2cd5_o.jpg" border="0" /></span><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=a05111b7-0f9c-4344-9a64-b8d10819b211" /></body>
      <title>FiveFishStudios - X-12mk500 Lunchbox (API 500 Series) Preamps</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,a05111b7-0f9c-4344-9a64-b8d10819b211.aspx</guid>
      <link>http://www.diy-central.com/FiveFishStudiosX12mk500LunchboxAPI500SeriesPreamps.aspx</link>
      <pubDate>Mon, 30 Nov 2009 14:41:57 GMT</pubDate>
      <description>Last October, I held a sale of my X-12mk500 preamps. &lt;br&gt;
&amp;nbsp;&lt;a href="http://fivefishstudios.com/index.php/X-12mk500-Mic-Preamp-Kit.html"&gt;http://fivefishstudios.com/index.php/X-12mk500-Mic-Preamp-Kit.html&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
These are some of the units that went out to customers... &amp;lt;drool&amp;gt;&lt;br&gt;
&lt;br&gt;
Thanks to all my customers that support FiveFish Studios DIY Mic Preamp kits. 
&lt;br&gt;
&lt;span class="postbody"&gt;Some photos: 
&lt;br&gt;
&lt;img src="http://farm3.static.flickr.com/2539/4104195126_88c71a2626_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
from another angle 
&lt;br&gt;
&lt;img src="http://farm3.static.flickr.com/2733/4103434277_86ac5b2cd5_o.jpg" border="0"&gt;&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=a05111b7-0f9c-4344-9a64-b8d10819b211" /&gt;</description>
      <category>500 Series Preamp;API Preamp;DIY;PCB;Project Kits;X-12 Mic Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=465f11d4-5ba2-458f-a704-7b80f1d72151</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,465f11d4-5ba2-458f-a704-7b80f1d72151.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">
          <img src="http://farm4.static.flickr.com/3386/3471904678_e91493660a_o.jpg" border="0" />
          <br />
          <br />
Lunchbox pres racked in a 1u case<br /><br /></span>
        <span class="postbody">Just a test.... <img src="http://fivefishstudios.com/forum/images/smiles/icon_smile.gif" alt="Smile" border="0" /> checking
clearances, and how the whole thing will look. 
<br /><br />
The real deal will be a setup for (2) X-12 pres.</span>
        <br />
        <br />
update: 
<br /><br /><span class="postbody"><img src="http://farm3.static.flickr.com/2478/3649789264_a64b9d159e_o.jpg" border="0" /><br /><br />
Finished X-12 preamp, 2 channel in a 1u rack.<br /><br /></span><span class="postbody"><img src="http://www.fivefishstudios.com/ffimages/munoz3.jpg" border="0" /><br /><br /><img src="http://www.fivefishstudios.com/ffimages/munoz4.jpg" border="0" /></span><br /><span class="postbody">check it out... We now have audio samples of the X-12 Mic Preamp. 
<br /><br /><a href="http://www.micpreampkit.com/ct.ashx?id=fc218d77-dc20-49e5-a40d-c1f9d805e45a&amp;url=http%3a%2f%2ffivefishstudios.com%2findex.php%2fAudio-Samples.html" target="_blank">http://fivefishstudios.com/index.php/Audio-Samples.html</a><br /><br />
Special thanks to Farview Recording (Jay Walsh) and Jason Mallow. You guys ROCK! Also
thanks to Madison Rhoades for the vocal clips. 
<br /><br />
Check out the Servant song... all tracks recorded through an X-12 Mic Preamp.</span><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=465f11d4-5ba2-458f-a704-7b80f1d72151" /></body>
      <title>X-12 Preamps in a 1u rack case.</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,465f11d4-5ba2-458f-a704-7b80f1d72151.aspx</guid>
      <link>http://www.diy-central.com/X12PreampsInA1uRackCase.aspx</link>
      <pubDate>Fri, 02 Oct 2009 03:49:22 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;&lt;img src="http://farm4.static.flickr.com/3386/3471904678_e91493660a_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Lunchbox pres racked in a 1u case&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span class="postbody"&gt;Just a test.... &lt;img src="http://fivefishstudios.com/forum/images/smiles/icon_smile.gif" alt="Smile" border="0"&gt; checking
clearances, and how the whole thing will look. 
&lt;br&gt;
&lt;br&gt;
The real deal will be a setup for (2) X-12 pres.&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;
update: 
&lt;br&gt;
&lt;br&gt;
&lt;span class="postbody"&gt;&lt;img src="http://farm3.static.flickr.com/2478/3649789264_a64b9d159e_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Finished X-12 preamp, 2 channel in a 1u rack.&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span class="postbody"&gt;&lt;img src="http://www.fivefishstudios.com/ffimages/munoz3.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefishstudios.com/ffimages/munoz4.jpg" border="0"&gt;&lt;/span&gt;
&lt;br&gt;
&lt;span class="postbody"&gt;check it out... We now have audio samples of the X-12 Mic Preamp. 
&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.micpreampkit.com/ct.ashx?id=fc218d77-dc20-49e5-a40d-c1f9d805e45a&amp;amp;url=http%3a%2f%2ffivefishstudios.com%2findex.php%2fAudio-Samples.html" target="_blank"&gt;http://fivefishstudios.com/index.php/Audio-Samples.html&lt;/a&gt; 
&lt;br&gt;
&lt;br&gt;
Special thanks to Farview Recording (Jay Walsh) and Jason Mallow. You guys ROCK! Also
thanks to Madison Rhoades for the vocal clips. 
&lt;br&gt;
&lt;br&gt;
Check out the Servant song... all tracks recorded through an X-12 Mic Preamp.&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=465f11d4-5ba2-458f-a704-7b80f1d72151" /&gt;</description>
      <category>DIY;PCB;Power Supply;Project Kits;X-12 Mic Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=52075e1f-8da6-4403-b32b-745aabda7749</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,52075e1f-8da6-4403-b32b-745aabda7749.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">
          <img src="http://farm4.static.flickr.com/3386/3471904678_e91493660a_o.jpg" border="0" />
          <br />
          <br />
SC-1mk500 Lunchbox pres racked in a 1u case. If there are any interests in this configuration,
email me at <a href="mailto:info@fivefishstudios.com">info@fivefishstudios.com</a><br /></span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=52075e1f-8da6-4403-b32b-745aabda7749" />
      </body>
      <title>SC-1 Lunchbox preamps racked in a 1u case</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,52075e1f-8da6-4403-b32b-745aabda7749.aspx</guid>
      <link>http://www.diy-central.com/SC1LunchboxPreampsRackedInA1uCase.aspx</link>
      <pubDate>Fri, 24 Apr 2009 14:26:24 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;&lt;img src="http://farm4.static.flickr.com/3386/3471904678_e91493660a_o.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
SC-1mk500 Lunchbox pres racked in a 1u case. If there are any interests in this configuration,
email me at &lt;a href="mailto:info@fivefishstudios.com"&gt;info@fivefishstudios.com&lt;/a&gt;
&lt;br&gt;
&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=52075e1f-8da6-4403-b32b-745aabda7749" /&gt;</description>
      <category>DIY;PCB;Project Kits;SC-1 Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=071b35f0-fb56-4e7e-84f3-6c87cc409e6d</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,071b35f0-fb56-4e7e-84f3-6c87cc409e6d.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">The X-12 preamp kits are now on sale.<br /><br />
I updated the X-12 PDF guide and explained more about the option of using PDIP8 chips
and DOA chips.<br /><br />
The key is using MillMax socket pins on the board. This will allow you to quickly
remove the PDIP8 chips, insert your DOA chips and do some listening tests. The DOA
chip sits well above the IC sockets. You'd have to remove the PDIP chip though if
you want to use DOAs.<br /><br />
Here's the latest photo of the X-12 preamp using an API 2520 clone Discrete Op Amp.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://fivefishstudios.com/ffimages/X12-Preamp-Peterc.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 600px; height: 450px;" src="http://fivefishstudios.com/ffimages/X12-Preamp-Peterc.jpg" alt="" border="0" /></a><p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=071b35f0-fb56-4e7e-84f3-6c87cc409e6d" /></body>
      <title>X-12 Mic Preamps now on SALE</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,071b35f0-fb56-4e7e-84f3-6c87cc409e6d.aspx</guid>
      <link>http://www.diy-central.com/X12MicPreampsNowOnSALE.aspx</link>
      <pubDate>Sat, 28 Mar 2009 15:25:10 GMT</pubDate>
      <description>The X-12 preamp kits are now on sale.&lt;br&gt;
&lt;br&gt;
I updated the X-12 PDF guide and explained more about the option of using PDIP8 chips
and DOA chips.&lt;br&gt;
&lt;br&gt;
The key is using MillMax socket pins on the board. This will allow you to quickly
remove the PDIP8 chips, insert your DOA chips and do some listening tests. The DOA
chip sits well above the IC sockets. You'd have to remove the PDIP chip though if
you want to use DOAs.&lt;br&gt;
&lt;br&gt;
Here's the latest photo of the X-12 preamp using an API 2520 clone Discrete Op Amp.&lt;br&gt;
&lt;br&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://fivefishstudios.com/ffimages/X12-Preamp-Peterc.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 600px; height: 450px;" src="http://fivefishstudios.com/ffimages/X12-Preamp-Peterc.jpg" alt="" border="0"&gt;&lt;/a&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=071b35f0-fb56-4e7e-84f3-6c87cc409e6d" /&gt;</description>
      <category>API Preamp;DIY;X-12 Mic Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=7574e1ca-2e8b-468b-b5e4-ec791a5db654</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,7574e1ca-2e8b-468b-b5e4-ec791a5db654.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">More photos showing
discrete opamps installed on the board. You don't need to desolder the 8pin IC socket.
Just install the MillMax sockets and the discrete opamp will install with enough cleareance
above the IC socket. (You'd need to remove the PDIP8 IC chip.)<br /><br />
with a JFET-992<br /><img style="width: 670px; height: 515px;" src="http://farm4.static.flickr.com/3562/3320662474_42f85b7576_o.jpg" border="0" /><br /><br />
with APP2050 (Made in Italy)<br /><img style="width: 670px; height: 541px;" src="http://farm4.static.flickr.com/3595/3320662372_5c0c18072c_o.jpg" border="0" /><br /><br />
with APP10 (Made in Italy)<br /><img style="width: 670px; height: 506px;" src="http://farm4.static.flickr.com/3574/3320662288_43ef585588_o.jpg" border="0" /></span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=7574e1ca-2e8b-468b-b5e4-ec791a5db654" />
      </body>
      <title>X-12 Mic Preamp with Discrete OpAmps 2520 style</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,7574e1ca-2e8b-468b-b5e4-ec791a5db654.aspx</guid>
      <link>http://www.diy-central.com/X12MicPreampWithDiscreteOpAmps2520Style.aspx</link>
      <pubDate>Sun, 01 Mar 2009 15:24:17 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;More photos showing discrete opamps installed on the board.
You don't need to desolder the 8pin IC socket. Just install the MillMax sockets and
the discrete opamp will install with enough cleareance above the IC socket. (You'd
need to remove the PDIP8 IC chip.)&lt;br&gt;
&lt;br&gt;
with a JFET-992&lt;br&gt;
&lt;img style="width: 670px; height: 515px;" src="http://farm4.static.flickr.com/3562/3320662474_42f85b7576_o.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
with APP2050 (Made in Italy)&lt;br&gt;
&lt;img style="width: 670px; height: 541px;" src="http://farm4.static.flickr.com/3595/3320662372_5c0c18072c_o.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
with APP10 (Made in Italy)&lt;br&gt;
&lt;img style="width: 670px; height: 506px;" src="http://farm4.static.flickr.com/3574/3320662288_43ef585588_o.jpg" border="0"&gt;&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=7574e1ca-2e8b-468b-b5e4-ec791a5db654" /&gt;</description>
      <category>API Preamp;DIY;PCB;X-12 Mic Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=b9278421-6555-4a02-85fc-22619d43767f</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,b9278421-6555-4a02-85fc-22619d43767f.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img style="width: 584px; height: 473px;" src="http://farm4.static.flickr.com/3558/3315038044_8e121f1b90_o.jpg" alt="Image" />
        <br />
        <br />
This preamp was inspired by <span style="font-weight: bold;"><span style="line-height: normal;">A</span></span> certain <span style="font-weight: bold;"><span style="line-height: normal;">P</span></span>reamp <span style="font-weight: bold;"><span style="line-height: normal;">I</span></span>ndeed!<br /><br />
But no, it's not a clone. Rather, I'd like to call it my FiveFish version <img src="http://studio-central.com/phpbb/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />
It uses input transformers with high-nickel and mumetal shielding, monolithic opamps
and also has the option to use 990/992/2520 discrete opamps, null offset, output transformers,
on-board voltage regulators, Relay-controlled -20dB Pads and Polarity Reverse, Soft-start
phantom power, LED-lighted push button swithes, Grayhill selector switch, Bourns pot.<br /><br />
It uses a very very low distortion opamp chip for amplification, coupled to a high
current, high-slew rate (2000V/us) video buffer driver subjecting that output transformer
into submission.<br /><br />
The sound is huge and beefy... it will fight back when pushed hard, and slap you up
and down silly to let you know who's boss... kinda like a rock n roll club bouncer.<br /><br />
(VU meter not shown in above photo, 5-LED VU Metering included in kit.) 
<p></p><img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=b9278421-6555-4a02-85fc-22619d43767f" /></body>
      <title>X-12 Mic Preamp Kit</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,b9278421-6555-4a02-85fc-22619d43767f.aspx</guid>
      <link>http://www.diy-central.com/X12MicPreampKit.aspx</link>
      <pubDate>Fri, 27 Feb 2009 15:22:44 GMT</pubDate>
      <description>&lt;img style="width: 584px; height: 473px;" src="http://farm4.static.flickr.com/3558/3315038044_8e121f1b90_o.jpg" alt="Image"&gt;
&lt;br&gt;
&lt;br&gt;
This preamp was inspired by &lt;span style="font-weight: bold;"&gt;&lt;span style="line-height: normal;"&gt;A&lt;/span&gt;&lt;/span&gt; certain &lt;span style="font-weight: bold;"&gt;&lt;span style="line-height: normal;"&gt;P&lt;/span&gt;&lt;/span&gt;reamp &lt;span style="font-weight: bold;"&gt;&lt;span style="line-height: normal;"&gt;I&lt;/span&gt;&lt;/span&gt;ndeed!&lt;br&gt;
&lt;br&gt;
But no, it's not a clone. Rather, I'd like to call it my FiveFish version &lt;img src="http://studio-central.com/phpbb/images/smilies/icon_smile.gif" alt=":)" title="Smile"&gt;
&lt;br&gt;
&lt;br&gt;
It uses input transformers with high-nickel and mumetal shielding, monolithic opamps
and also has the option to use 990/992/2520 discrete opamps, null offset, output transformers,
on-board voltage regulators, Relay-controlled -20dB Pads and Polarity Reverse, Soft-start
phantom power, LED-lighted push button swithes, Grayhill selector switch, Bourns pot.&lt;br&gt;
&lt;br&gt;
It uses a very very low distortion opamp chip for amplification, coupled to a high
current, high-slew rate (2000V/us) video buffer driver subjecting that output transformer
into submission.&lt;br&gt;
&lt;br&gt;
The sound is huge and beefy... it will fight back when pushed hard, and slap you up
and down silly to let you know who's boss... kinda like a rock n roll club bouncer.&lt;br&gt;
&lt;br&gt;
(VU meter not shown in above photo, 5-LED VU Metering included in kit.) 
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=b9278421-6555-4a02-85fc-22619d43767f" /&gt;</description>
      <category>API Preamp;DIY;PCB;X-12 Mic Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=3d7037f7-bed2-4f33-8452-ec910e1a12d4</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,3d7037f7-bed2-4f33-8452-ec910e1a12d4.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">What looks better?
I can't decide. Help me. 
<br /><br />
The white paint fill "pops out"... and is very clear and bright. But seems drab and
lacks personality. 
<br /><br />
The yellow has "personality" and not boring like white. But I'm not sure if I like
the yellow. 
<br /><br />
These are Testors model paint by the way. 
<br /><br /><img src="http://farm4.static.flickr.com/3243/3122215608_1537c7c142_o.jpg" border="0" /></span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=3d7037f7-bed2-4f33-8452-ec910e1a12d4" />
      </body>
      <title>White vs Yellow fill paint</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,3d7037f7-bed2-4f33-8452-ec910e1a12d4.aspx</guid>
      <link>http://www.diy-central.com/WhiteVsYellowFillPaint.aspx</link>
      <pubDate>Sat, 20 Dec 2008 15:30:14 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;What looks better? I can't decide. Help me. 
&lt;br&gt;
&lt;br&gt;
The white paint fill "pops out"... and is very clear and bright. But seems drab and
lacks personality. 
&lt;br&gt;
&lt;br&gt;
The yellow has "personality" and not boring like white. But I'm not sure if I like
the yellow. 
&lt;br&gt;
&lt;br&gt;
These are Testors model paint by the way. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://farm4.static.flickr.com/3243/3122215608_1537c7c142_o.jpg" border="0"&gt;&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=3d7037f7-bed2-4f33-8452-ec910e1a12d4" /&gt;</description>
      <category>500 Series Preamp;DIY;Lunchbox Preamp;PCB;SC-1 Preamp Kit</category>
    </item>
    <item>
      <trackback:ping>http://www.diy-central.com/Trackback.aspx?guid=d776a8c1-b49d-4568-878e-365e5724cae5</trackback:ping>
      <pingback:server>http://www.diy-central.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.diy-central.com/PermaLink,guid,d776a8c1-b49d-4568-878e-365e5724cae5.aspx</pingback:target>
      <dc:creator>DIY-Central.com Administrator</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <span class="postbody">
          <span style="font-size: 18px; line-height: normal;">
            <span style="color: rgb(191, 0, 0);">
              <span style="font-weight: bold;">SC1-mk2
Mic Preamp Kit</span>
            </span>
          </span>
          <br />
          <img src="http://www.fivefish.net/diy/sc1/images/SC-1mk2.jpg" border="0" />
          <br />
          <br />
Now, with optional Input Transformer option! 
<br />
Improved design, improved performance, design refinements. 
<br />
Uses the same "footprint" as the original SC-1, so you can use this new kit in our
1u SC-1 Rack Case. 
<br />
Have 2 channels of clean/uncolored preamp and 2 channels of "flavored" preamp 
<br />
Local PSU regulation for a 2nd-level filtering of power supply. 
<br />
DC Servo, Dual Buffered design 
<br />
THAT and Burr-Brown chips 
<br />
Using uMetal shielded Input Transformer for excellent magnetic shielding 
<br />
6dB gain steps in the lower range, and 4db gain steps in the upper range for more
precise control 
<br />
Using standard 0.1" pitch pads for power and XLR connections, Molex 0.1" compatible 
<br />
Bourns, conductive plastic potentiometers 
<br />
Grayhill, mil-spec selector switches 
<br />
0.079" thick PCB with 2 oz. copper, Solder mask, silkscreen, plated-through holes,
Lead-free Rohs 
<br /><br />
More ordering choices, more package deal combinations for better discount! 
<br />
Flexible ordering with or without PSU, Rack Case, Input Transformers, etc... to fit
your DIY budget. 
<br /><br /><span style="font-weight: bold;">More photos:</span><br /><img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp5.jpg" border="0" /><br /><br /><img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp3.jpg" border="0" /><br /><br /><img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp1.jpg" border="0" /><br /><br /><img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp2.jpg" border="0" /><br /><br /><img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp6.jpg" border="0" /></span>
        <p>
        </p>
        <img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=d776a8c1-b49d-4568-878e-365e5724cae5" />
      </body>
      <title>NEW SC-1mk2 Mic Preamp Kit with Input Transformers</title>
      <guid isPermaLink="false">http://www.diy-central.com/PermaLink,guid,d776a8c1-b49d-4568-878e-365e5724cae5.aspx</guid>
      <link>http://www.diy-central.com/NEWSC1mk2MicPreampKitWithInputTransformers.aspx</link>
      <pubDate>Sun, 16 Nov 2008 15:33:29 GMT</pubDate>
      <description>&lt;span class="postbody"&gt;&lt;span style="font-size: 18px; line-height: normal;"&gt;&lt;span style="color: rgb(191, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;SC1-mk2
Mic Preamp Kit&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; 
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC-1mk2.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
Now, with optional Input Transformer option! 
&lt;br&gt;
Improved design, improved performance, design refinements. 
&lt;br&gt;
Uses the same "footprint" as the original SC-1, so you can use this new kit in our
1u SC-1 Rack Case. 
&lt;br&gt;
Have 2 channels of clean/uncolored preamp and 2 channels of "flavored" preamp 
&lt;br&gt;
Local PSU regulation for a 2nd-level filtering of power supply. 
&lt;br&gt;
DC Servo, Dual Buffered design 
&lt;br&gt;
THAT and Burr-Brown chips 
&lt;br&gt;
Using uMetal shielded Input Transformer for excellent magnetic shielding 
&lt;br&gt;
6dB gain steps in the lower range, and 4db gain steps in the upper range for more
precise control 
&lt;br&gt;
Using standard 0.1" pitch pads for power and XLR connections, Molex 0.1" compatible 
&lt;br&gt;
Bourns, conductive plastic potentiometers 
&lt;br&gt;
Grayhill, mil-spec selector switches 
&lt;br&gt;
0.079" thick PCB with 2 oz. copper, Solder mask, silkscreen, plated-through holes,
Lead-free Rohs 
&lt;br&gt;
&lt;br&gt;
More ordering choices, more package deal combinations for better discount! 
&lt;br&gt;
Flexible ordering with or without PSU, Rack Case, Input Transformers, etc... to fit
your DIY budget. 
&lt;br&gt;
&lt;br&gt;
&lt;span style="font-weight: bold;"&gt;More photos:&lt;/span&gt; 
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp5.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp3.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp1.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp2.jpg" border="0"&gt; 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.fivefish.net/diy/sc1/images/SC1mk2-micpreamp6.jpg" border="0"&gt;&lt;/span&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.diy-central.com/aggbug.ashx?id=d776a8c1-b49d-4568-878e-365e5724cae5" /&gt;</description>
      <category>DIY;PCB;Project Kits;SC-1 Preamp Kit</category>
    </item>
  </channel>
</rss>