<?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>GuShH&#039;s DevBlog &#187; Electronics</title>
	<atom:link href="http://gushh.net/blog/?tag=electronics&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://gushh.net/blog</link>
	<description>This blog is about software, electronics engineering and game development.</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:31:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to quickly identify bipolar transistors.</title>
		<link>http://gushh.net/blog/howto-transistor-pinout/</link>
		<comments>http://gushh.net/blog/howto-transistor-pinout/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:44:43 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[how to find transistor pins]]></category>
		<category><![CDATA[identifying transistors]]></category>
		<category><![CDATA[test transistor]]></category>
		<category><![CDATA[transistor datasheet]]></category>
		<category><![CDATA[unknown transistor pin]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/?p=859</guid>
		<description><![CDATA[Introduction: Sooner or later you&#8217;ll encounter an unknown transistor to which you cannot find a datasheet for. Here&#8217;s a quick and simple tester you can build on perfboard or you can simply wire it up temporarily on your breadboard to identify those pesky pins! The circuit: Explanation: R2 pulls the base down so it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction:</h3>
<p>Sooner or later you&#8217;ll encounter an unknown transistor to which you cannot find a datasheet for. Here&#8217;s a quick and simple tester you can build on perfboard or you can simply wire it up temporarily on your breadboard to identify those pesky pins!</p>
<h3>The circuit:</h3>
<p><a href="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTester.png"><img class="aligncenter size-full wp-image-860" title="Transistor Tester" src="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTester.png" alt="" width="317" height="304" /></a></p>
<h3>Explanation:</h3>
<div id="_mcePaste">
<ul>
<li>R2 pulls the base down so it&#8217;s not left floating whilst SW1 remains open.</li>
<li>If the transistor is correctly connected and it&#8217;s of NPN type, when pressing the button the base would be forward biased and the LED should turn on brightly. Otherwise it may not turn on or it will be barely visible, this means C and E have been swapped.</li>
<li>For PNP once power is applied the LED should turn on by itself if C and E are correct, because the base is pulled to ground by R2, if the button is pressed the base would be lifted from ground and the LED should turn off.</li>
<li>If swapping C and E on both cases does not yield a conclusive result, you can assume this BJT  is damaged or you incorrectly identified the base.</li>
</ul>
<div>
<blockquote>
<div><em>Perform your initial  tests with known good devices. Make sure you swap C and E on purpose to visualize the outcome.</em></div>
<div><em><br />
</em></div>
<div><em>You may place an ammeter between VCC and C instead of an LED. You should normally get around ~10mA across it with a general purpose NPN as long as R1 is 330 Ohms, with a PNP this value would be nearly halved due to the pull-down resistor being an order of magnitude bigger than the pull-up.</em></div>
<div><em><br />
</em></div>
<div><em>However due to the nature of this circuit the resistor values are not critical, just respect (roughly) their ratios and you&#8217;ll be fine.</em></div>
</blockquote>
</div>
</div>
<p>&nbsp;</p>
<h2>Test procedure:</h2>
<h3>NPN</h3>
<div>
<ol>
<li>Identify the tra<a href="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTesterNPN.png"><img class="alignright size-full wp-image-861" title="TransistorTesterNPN" src="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTesterNPN.png" alt="" width="316" height="279" /></a>nsistor base using your DMM in DIODE mode. The base is going to be the anode of both &#8220;diodes&#8221;. (See Fig:1) &#8211; If you can&#8217;t identify both diodes, this may not be a BJT or it&#8217;s been damaged; throw it away.</li>
<li>Connect base to the connector B from the transistor-tester and the rest to C and E (doesn&#8217;t matter which)</li>
<li>Apply power, nothing should happen. Press the button, if the LED barely lights up or it doesn&#8217;t light up at all then the pin you connected on C may actually be E, if it lights up brightly then your assumption of C may have been correct.</li>
<li>Turn C and E around even if you&#8217;ve got a result and go back to 3) to rule out a faulty device. If the transistor is shorted it would conduct either way around. With a good and properly connected transistor the LED should only turn on when the button is <strong>closed </strong>and should remain OFF for the rest of the time.</li>
</ol>
</div>
<h3>PNP</h3>
<div>
<ol>
<li><a href="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTesterPNP.png"><img class="alignright size-full wp-image-863" title="TransistorTesterPNP" src="http://gushh.net/blog/wp-content/uploads/2011/05/TransistorTesterPNP.png" alt="" width="320" height="269" /></a>Identify the transistor base using your DMM in DIODE mode. The base is going to be the cathode of both &#8220;diodes&#8221;. (See Fig:2) &#8211; If you can&#8217;t identify both diodes, this may not be a BJT or it&#8217;s been damaged; throw it away.</li>
<li>Connect base to the connector B from the transistor-tester and the rest to C and E (doesn&#8217;t matter which)</li>
<li>Apply power, if the LED lights up brightly then your assumption of C and E may have been correct.</li>
<li>Press the button, the LED should go OFF, otherwise swap C and E and go back to 3) &#8212; If the results are inconclusive you may have a defective transistor. With a good and properly connected transistor the LED should only turn on when the button is  <strong>open </strong>and should remain OFF for the rest of the time.</li>
</ol>
</div>
<p>&nbsp;</p>
<h2>Conclusion:</h2>
<div>With just a few parts from the junk box you can identify your unknown BJTs and test known ones for YES/NO fault finding. This circuit won&#8217;t identify damaged junctions; for that you&#8217;d need a curve tracer.</div>
<div></div>
<div>However it may come in handy if you&#8217;re constantly recycling components from old devices!</div>
<div></div>
<p></p>
<div>Have fun and don&#8217;t forget to share your findings with the community! &#8212; Likewise if you have any old datasheets don&#8217;t hesitate to scan them!</div>
<div></div>
<p></p>
<div>Cheers.</div>
<p></p>
<g:plusone href='http://gushh.net/blog/howto-transistor-pinout/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/howto-transistor-pinout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESR Meter &#8211; What went wrong.</title>
		<link>http://gushh.net/blog/esr-meter-what-went-wrong/</link>
		<comments>http://gushh.net/blog/esr-meter-what-went-wrong/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 02:34:34 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Circuit problems]]></category>
		<category><![CDATA[DIY Meter]]></category>
		<category><![CDATA[DIY Project]]></category>
		<category><![CDATA[Equivalent Series Resistance]]></category>
		<category><![CDATA[ESR Meter]]></category>
		<category><![CDATA[Maker]]></category>
		<category><![CDATA[PCB Layout]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/?p=603</guid>
		<description><![CDATA[Continuing with the ESR project, I&#8217;d like to enumerate the various issues I encountered during layout design, fabrication and finishing of the project. I believe some people only show their &#8220;good side&#8221; and bury deep down each and every failure they suffered, however you don&#8217;t learn from winning and that&#8217;s why I thought it would [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_607" class="wp-caption alignright" style="width: 310px"><a href="http://gushh.net/blog/wp-content/uploads/2010/11/esrmeter_pcb.png"><br />
<img class="size-medium wp-image-607" title="ESR Meter PCB" src="http://gushh.net/blog/wp-content/uploads/2010/11/esrmeter_pcb-300x170.png" alt="" width="300" height="170" /></a><p class="wp-caption-text">Current PCB layout for the ESR Meter</p></div>
<p>Continuing with the <a href="http://gushh.net/blog/2010/11/01/esr-meter-update/">ESR project</a>, I&#8217;d like to enumerate the various issues I encountered during layout design, fabrication and finishing of the project.</p>
<p>I believe some people only show their &#8220;good side&#8221; and bury deep down each and every failure they suffered, however you don&#8217;t learn from winning and that&#8217;s why I thought it would be a good idea to write this.</p>
<p>These are some of the problems diagnosed during troubleshooting in no particular order:</p>
<ol>
<li><strong>PCB Layout error, first revision circuit had a trace that was mistakenly connected to another component, this rendered the detector phase useless.<br />
</strong></li>
<li>Bad ceramic capacitor, the 470pF was damaged. Replaced with two 1nF in series to approximate the value.</li>
<li><strong>The transformer displayed losses at high frequencies, it was replaced with another transformer. (I still worry about the output level, it&#8217;s way under 100mV)<br />
</strong></li>
<li>Negative supply &#8220;biasing&#8221; potentiometer had one of the wires broken by the PCB end, most likely due to the amount of handling involved during the troubleshooting phase: always hotglue your wires!!</li>
<li><strong>Power supply wasn&#8217;t providing enough voltage for the opamp used, turns out 5v input is a no-go for TL082 due to manufacturing tolerances, etc. I had to go for 12V. The final unit uses 13.8V &#8212; I would like to go up to 15V but that calls for a different regulator.<br />
</strong></li>
<li>Deflection issues due to the 100uA meter, feedback gain was changed and a potentiometer was added for convenience.</li>
<li><strong>One of the test leads had a high resistance due to severed wires by the connector, this was a cheap DMM set of leads and I regret using them!<br />
</strong></li>
<li>The only TL082s I had were in SMD packages, so I had to etch a dip adapter board!</li>
<li><strong>My PCB layout was lost, well &#8212; the source file at least, this meant I had to redraw the entire layout from scratch, based on screenshots.<br />
</strong></li>
<li>Several placement and power issues during the last phase of the project were encountered, all of which have been fixed ever since &#8212; Although I&#8217;m not entirely happy with the placement of the potentiometers, they&#8217;re at a slight angle and this means their values will shift due to the slight pressure they&#8217;re under.</li>
</ol>
<p>So, I wasn&#8217;t kidding when I said this wasn&#8217;t a simple project! &#8212; Probably the most problematic one thus far. However I didn&#8217;t give up and I could probably say I succeeded.</p>
<p>Special thanks to Lee and everyone in ##electronics @ freenode  for the invaluable help and support!</p>
<p>Have fun!<br />
Cheers.</p>
<g:plusone href='http://gushh.net/blog/esr-meter-what-went-wrong/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/esr-meter-what-went-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A simple Coil-Less FM Bug</title>
		<link>http://gushh.net/blog/a-simple-coil-less-fm-bug/</link>
		<comments>http://gushh.net/blog/a-simple-coil-less-fm-bug/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 04:16:56 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[RF]]></category>
		<category><![CDATA[coil less]]></category>
		<category><![CDATA[electronic beginner]]></category>
		<category><![CDATA[fm bug]]></category>
		<category><![CDATA[fm spy]]></category>
		<category><![CDATA[fm transmitter]]></category>
		<category><![CDATA[inductor less]]></category>
		<category><![CDATA[radio project]]></category>
		<category><![CDATA[radio transmitter]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/?p=532</guid>
		<description><![CDATA[For months I&#8217;ve been looking for a simple FM BUG project, the ones online require inductors which you either have to acquire or build, if you don&#8217;t have a LCR meter it becomes rather hard to get the circuit working, specially if you&#8217;re a beginner without an oscilloscope! &#8211; Sometimes they don&#8217;t even tell you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_533" class="wp-caption alignright" style="width: 310px"><a href="http://gushh.net/blog/wp-content/uploads/2010/09/fmbug.jpg"><img class="size-medium wp-image-533" title="fmbug" src="http://gushh.net/blog/wp-content/uploads/2010/09/fmbug-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">A simple FM Bug for beginners</p></div>
<p>For months I&#8217;ve been looking for a simple FM BUG project, the ones online require inductors which you either have to acquire or build, if you don&#8217;t have a LCR meter it becomes rather hard to get the circuit working, specially if you&#8217;re a beginner without an oscilloscope! &#8211; Sometimes they don&#8217;t even tell you which inductance is required and you have to calculate an estimate, which is the main reason why many high frequency RF projects fail in the first place.</p>
<p>From all the projects out there I&#8217;ve only seen one which didn&#8217;t require an external inductor since  it simply used a pcb / trace inductor, however the board was big and the circuit itself had lots of stability issues, etc. I wasn&#8217;t going to waste my time with it.</p>
<p>My first FM BUG was based on one of the many schematics out there, it seldom worked. It was microphonic (due to the air core inductor) but the electret capsule itself did not modulate the output at all, needless to say it was very unstable and it never worked properly.</p>
<p>This circuit on the other hand performs pretty well, even if you&#8217;re manipulating the board or touching the coax it will stay within the tuned frequency (unless you touch the transistor or timing capacitor!). The power is very low, so don&#8217;t expect great distances, specially in populated areas!<span id="more-532"></span></p>
<p>This is the schematic:</p>
<p><a href="http://gushh.net/blog/wp-content/uploads/2010/09/fmbug_schematic.png"><img class="aligncenter size-full wp-image-534" title="fmbug_schematic" src="http://gushh.net/blog/wp-content/uploads/2010/09/fmbug_schematic.png" alt="" width="671" height="376" /></a></p>
<p>No surprises there, it&#8217;s very similar to other schematics so therefore I won&#8217;t go into the working details. Actually I might argue this one is a bit on the low efficiency side, but at the moment I don&#8217;t have the equipment to further improve it&#8217;s design.</p>
<p>But let&#8217;s not focus on that and instead let&#8217;s talk about the inductor / antenna, it&#8217;s based on a 12cm long 50-75Ohms coaxial cable with one of it&#8217;s ends soldered (mesh and core are joined together) this is a big plus, we don&#8217;t have to use a flimsy air core inductor and we don&#8217;t need a lengthy wire antenna either &#8211; Great!</p>
<p>This tiny ghetto transmitter is guaranteed to work first time, as long as you double check all connections and you make sure your transistor is properly placed and in working order. I used the BF199 because it&#8217;s got a low capacitance and it&#8217;s ideal for this type of application, but you may use a 2n2222 or similar general purpose NPN BJT. I know, the schematic calls for a BF259 which is what I used in my simulation, but believe me it works beautifully with the BF199.</p>
<p>I didn&#8217;t have a 8.2pF capacitor so I used a smaller one, which naturally led the transmitter to work on the upper FM broadcast band, but hey &#8212; better than nothing!</p>
<p>The sound quality is not the best, this FM Bug could clearly benefit from an audio amplification stage. Another idea would be to scrap the electret and use an mp3 player instead. I reckon R4 could be ignored in that case but you might want to use a resistor in series with the input capacitor.</p>
<p>Another important component is the variable capacitor which forms the tuning circuit, I used a 4.5-20pF trimmer type capacitor, it&#8217;s the first one I found in the junk box, it was a bit flimsy and it required lots of patience to tune but I eventually got it to the point I wanted.</p>
<p>I recommend you get a ceramic screwdriver for the tuning or you can improvise one with a piece of plastic, it&#8217;s important because otherwise your body capacitance will affect the transmitter!</p>
<p>For those interested I also included the PCB layout, it&#8217;s very easy to etch your own PCBs so you should definitely give it a try! &#8211; Remember to keep the component leads to a minimum, we&#8217;re working with high frequencies, any parasitic capacitance, etc. will modify the behaviour of the circuit one way or another!</p>
<p>Click here to download all pertinent files for this project: <a href="http://gushh.net/blog/wp-content/uploads/2010/09/fmbug_docs.zip">fmbug_docs</a>. The exports are not in perfect quality due to the PDF printer driver I used, but hey at least I&#8217;m providing the PCB layout, other projects leave this as an &#8220;exercise for the reader&#8221; (that&#8217;s because they never actually built the damn thing!)</p>
<p>One improvement over the current layout would be to get rid of the header for the power connection and use a button cell with a holder instead, another one would be to use a 3.5mm connector instead of the electret being soldered directly to the board.</p>
<p>And in case you&#8217;re wondering, here&#8217;s the BOM:</p>
<ul>
<li>1x BF199 or similar RF NPN BJT.</li>
<li>1x 8.2pF Capacitor.</li>
<li>1x 2.2nF Capacitor.</li>
<li>1x 0.1uF Capacitor.</li>
<li>1x 50nF Capacitor.</li>
<li>1x 100 ohm resistor.</li>
<li>2x 4.7k resistor.</li>
<li>1x 5.6k resistor.</li>
<li>1x 3-30pF variable capacitor.</li>
<li>1x 3V source (I used 2x 1.5V AAs with a battery holder).</li>
<li>1x 12cm long piece of 50-75Ohms coaxial cable to serve as the inductor/antenna.</li>
<li>1x electret microphone (double check the polarity!)</li>
</ul>
<p>Standby power consumption is ~5mA. During normal operation you should expect peaks of 10mA but on average 6mA is about right. L1 would be lucky to see peaks higher than 15mW!</p>
<p><em>If you want to increase the transmission distances you may use a metallic enclosure and solder the negative of the battery to the enclosure itself.</em></p>
<p>Also keep in mind my design was not meant to be used as a concealed spy bug, if you really wanted to build a proper spy bug you&#8217;d have to use SMT parts, these are generally not available to the beginner and therefore I went with through-hole components instead. Plus I&#8217;m against spying people without their consent&#8230;</p>
<p>That&#8217;s all for now, hopefully you&#8217;ll build and enjoy this tiny FM &#8220;BUG&#8221;, I know I did <img src='http://gushh.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers.</p>
<p>Oh by the way&#8230; check your local laws regarding this type of device. I can&#8217;t be held responsible if you interrupt your neighbours favourite station!</p>
<g:plusone href='http://gushh.net/blog/a-simple-coil-less-fm-bug/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/a-simple-coil-less-fm-bug/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is LaunchPad?</title>
		<link>http://gushh.net/blog/what-is-launchpad/</link>
		<comments>http://gushh.net/blog/what-is-launchpad/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 03:36:21 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[MSP-EXP430G2]]></category>
		<category><![CDATA[MSP430]]></category>
		<category><![CDATA[MSP430 LaunchPad (MSP-EXP430G2)]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[pickit]]></category>
		<category><![CDATA[TI]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/?p=337</guid>
		<description><![CDATA[Bullshit, that&#8217;s what it is. They targeted the &#8220;Launchpad&#8221;  toward the maker/hacker market and yet they don&#8217;t provide the according payment methods, these corporate weasels will only take your credit card, tell me how many students actually own a credit card? only the rich kids, who are probably more interested in getting more free money from their parents and living [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gushh.net/blog/wp-content/uploads/2010/06/launchphail.png"><img class="alignright size-medium wp-image-340" title="launchphail" src="http://gushh.net/blog/wp-content/uploads/2010/06/launchphail-187x300.png" alt="" width="187" height="300" /></a>Bullshit, that&#8217;s what it is. They targeted the &#8220;Launchpad&#8221;  toward the maker/hacker market and yet they don&#8217;t provide the according payment methods, these corporate weasels will only take your credit card, tell me how many students actually own a credit card? only the rich kids, who are probably more interested in getting more free money from their parents and living la vida loca than spending their time hacking away on a TI development board alone in their basement.</p>
<p>It just makes no sense whatsoever! they&#8217;re trying to get a piece of this huge market by introducing a ridiculously cheap product and yet theres no way anyone outside the US without a CC would be able to get one!.</p>
<p>Therefore TI&#8217;s product is as appealing to me as sucking a rusty nail while watching a match of cricket under severe chronic depression! It&#8217;s going to end one way and it won&#8217;t be pretty.</p>
<p><span id="more-337"></span></p>
<p>The worst part is the fact that once you&#8217;ve got the kit and you want more ICs, you&#8217;d expect them to be cheap but they really aren&#8217;t, unless you&#8217;re buying bulk that is! &#8212; Do you know any student who buys bulk quantities of ICs (10.000 units) ? I didn&#8217;t think so, unless they&#8217;re running a meth lab.</p>
<p><em>Well TI, heres a launchpad you can use to launch this lie out of orbit! But wait, you&#8217;ll need a CC to use it.</em></p>
<p>At least I know they won&#8217;t be making a profit out of this and due to the fact that they didn&#8217;t try to compete directly with the Arduino, they won&#8217;t be doing well since it&#8217;s an established, properly supported product with a plethora of options to choose from. TI&#8217;s Launchpad just isn&#8217;t.</p>
<p>So yeah, there you go.</p>
<p>And by the way, I&#8217;m not an Arduino fanboy. In fact PICs are pretty much the norm here in Argentina (not a fan either) so I&#8217;m in no way biased, this is just my point of view. Hopefully other weasels will start reselling them on eBay, giving us a chance to give it a try&#8230;</p>
<p>Remember: If it sounds too good to be true, it probably isn&#8217;t.</p>
<g:plusone href='http://gushh.net/blog/what-is-launchpad/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/what-is-launchpad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Very Simple Oscillator</title>
		<link>http://gushh.net/blog/very-simple-oscillator/</link>
		<comments>http://gushh.net/blog/very-simple-oscillator/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:30:42 +0000</pubDate>
		<dc:creator>GuShH</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Oscillators]]></category>
		<category><![CDATA[audio oscillator]]></category>
		<category><![CDATA[colpitt]]></category>
		<category><![CDATA[hartley]]></category>
		<category><![CDATA[mosquito repellent]]></category>
		<category><![CDATA[negistor]]></category>
		<category><![CDATA[schematic]]></category>
		<category><![CDATA[simple oscillator]]></category>

		<guid isPermaLink="false">http://gushh.net/blog/?p=284</guid>
		<description><![CDATA[This is the first oscillator I ever built. I remember looking at books and magazines, schematics on the net, etc. They were all either colpitt or hartley oscillators. Generally speaking while they&#8217;re simple enough, they require the use of proper inductors which is something that usually you don&#8217;t have when you&#8217;re just starting out or you can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_DSO.png"></a>This is the first oscillator I ever built. I remember looking at books and magazines, schematics on the net, etc. They were all either colpitt or hartley oscillators. Generally speaking while they&#8217;re simple enough, they require the use of proper inductors which is something that usually you don&#8217;t have when you&#8217;re just starting out or you can&#8217;t measure them because you don&#8217;t yet own the proper equipment (unless you&#8217;re lucky).</p>
<p>As to avoid frustration, you should ignore them for now and take a look at simpler oscillators like the one that follows:</p>
<p><a href="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_SCH1.png"><img class="aligncenter size-full wp-image-301" style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Very_Simple_Oscillator_SCH" src="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_SCH1.png" alt="" /></a></p>
<p style="text-align: center;"><span id="more-284"></span><em>( This schematic is also available in PDF: <a href="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator.pdf">Very_Simple_Oscillator</a> </em><em>)</em></p>
<p><em><br />
</em></p>
<div id="_mcePaste">This one is based on a cheap mosquito repellent, however the frequency was modified to a lower audible region, this is indeed an audio oscillator.</div>
<div>The output wave:<a href="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_DSO.png"><img class="aligncenter size-full wp-image-293" title="Very_Simple_Oscillator_DSO" src="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_DSO.png" alt="" width="529" height="410" /></a></div>
<p style="text-align: center;"><a href="http://gushh.net/blog/wp-content/uploads/2010/04/Very_Simple_Oscillator_DSO.png"> </a></p>
<p>If you want something even simpler, you may take a look at &#8220;<a href="http://jlnlabs.online.fr/cnr/negosc.htm" target="_blank">negistors</a>&#8221; &#8212; however you will need a much higher voltage than 3V so it may not be possible to operate it in a portable device, unless you were to use two 9V batteries (and this to me wouldn&#8217;t be cheap nor practical!)</p>
<p>List of materials:</p>
<ul>
<li>1x 100K Resistor (1/4W)</li>
<li>1x 10nF Capacitor (Ceramic or any other type)</li>
<li>1x 3V Cell (use a button cell or two 1.5V batteries)</li>
<li>1x BC548 (Or any other general purpose NPN transistor)</li>
<li>1x BC558 (Or any other general purpose PNP transistor)</li>
<li>1x 8 Ohm Speaker (any low power speaker will do)</li>
<li>1x SPST Switch or Push button (optional, highly recommended)</li>
</ul>
<p>Note: this oscillator will generally work reliably with voltages down to ~1.0V</p>
<p>If you want to operate the oscillator at higher voltages, you&#8217;ll have to replace the transistors with higher power devices such as the BC337 and the BD140. These should allow you to run it up to 12V (although the BC337 may run hot!)</p>
<p>The total cost is just pennies, considering you may already have a suitable speaker, switch and button cell which are arguably the most expensive components in the list.</p>
<p>Have fun building it!</p>
<p>Cheers.</p>
<g:plusone href='http://gushh.net/blog/very-simple-oscillator/'></g:plusone>]]></content:encoded>
			<wfw:commentRss>http://gushh.net/blog/very-simple-oscillator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gushh.net @ 2012-02-09 07:58:46 by W3 Total Cache -->
