<?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>The LED Artist - blog &#187; MOSFET</title>
	<atom:link href="https://blog.theledart.com/blog/tag/mosfet/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.theledart.com/blog</link>
	<description>Art and Technology are Friends</description>
	<lastBuildDate>Thu, 10 Apr 2025 20:44:15 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Variations on Nixie Power Supply Design</title>
		<link>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/</link>
		<comments>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/#comments</comments>
		<pubDate>Tue, 11 Sep 2018 20:21:25 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[High Voltage]]></category>
		<category><![CDATA[Joule Thief]]></category>
		<category><![CDATA[MOSFET]]></category>
		<category><![CDATA[Nixie]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://blog.theledart.com/blog/?p=2115</guid>
		<description><![CDATA[Since I started tinkering with Nixie and other Neon tubes, I found the need for simple (read: inexpensive) high voltage power supply capable of generating over 170V from 5V DC. After a bit of research I found that most of the high voltage power supply designs use boost converter driven by a PWM controller IC [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Since I started tinkering with Nixie and other Neon tubes, I found the need for simple (<em>read: inexpensive</em>) high voltage power supply capable of generating over 170V from 5V DC.</p>
<p>After a bit of research I found that most of the high voltage power supply designs use boost converter driven by a PWM controller IC such as MC34063, with a high voltage MOSFET switching an inductor. (Here&#8217;s an <a href="https://threeneurons.wordpress.com/nixie-power-supply/hv-supply-kit/" target="_blank">example of the design</a>.)<br />
Those designs looked a bit overkill to me, so I started designing my own from scratch.</p>
<p>Since I&#8217;m familiar with transistor based blocking oscillator circuit to boost voltage (i.e. Joule Thief), I wanted to see if I can use a similar circuit. The switching transistor has to withstand the output voltage of 180V so I picked some high voltage transistors and experimented. Turned out that typical high voltage transistors (C-E breakdown of more than 200V) were too wimpy for the purpose, and the simple two transistor circuit that I was using was not capable of very high duty cycle demanded by high input/output voltage ratio (over 90%).</p>
<p>One way to reduce requirement for the boost converter is to add voltage multiplier at the output. I added a 3 stage <a href="https://en.wikipedia.org/wiki/Voltage_multiplier" target="_blank">voltage multiplier</a> to a circuit using pretty ordinary (inexpensive) transistors. This circuit was able to provide required voltage (about 170V) and up to around 3 to 4mA of driving current to medium sized Nixie like IN-12.</p>
<p>After building a couple of prototype Nixie clocks using this circuit, I found a <a title="ZTX653" href="https://www.diodes.com/products/discrete/bipolar-transistors/transistor-bjt-master-table/transistors-55v-to-100v/part/ZTX653" target="_blank">very nice transistor capable of handling 100V and 1A current</a>.</p>
<p>With this new transistor, I can now reduce the voltage multiplier stage to only one, since the boost circuit itself can produce up to 100V (ok, with safety margin, more like 90V). This circuit outperformed the prior version, producing about 8mA at 170V.</p>
<div id="attachment_2129" style="width: 513px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_based_HVPS1.png"><img class="wp-image-2129 size-full" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_based_HVPS1.png" alt="" width="503" height="321" /></a><p class="wp-caption-text">Super simple HVPS using only two transistors. 180V output capable.</p></div>
<div id="attachment_2131" style="width: 570px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_HVPS_PCBA.jpg"><img class="wp-image-2131" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_HVPS_PCBA.jpg" alt="" width="560" height="431" /></a><p class="wp-caption-text">Simple two transistor HVPS on a Nixie clock controller PCBA. (Inside yellow rectangle &#8211; fits in 12mm x 32mm)</p></div>
<p>While I was happy with this design &#8211; especially the size and cost &#8211; and built a couple of Nixie clocks and IN-13 Neon indicator tube projects with it, I still wanted to make it better (mostly wanted more power).</p>
<p>If I can find a transistor capable of withstanding over 200V with a reasonably low loss, I can forgo the voltage multiplier. However the only options that I can find were MOSFETs.</p>
<p>After checking the prices of high voltage MOSFETs such as IRF740, I concluded that it can be more cost effective if I can make it work, since I&#8217;ll be removing two diodes and capacitors from the voltage multiplier.</p>
<p>After a bit of experimentation, I got it to work! Here&#8217;s the MOSFET based circuit. Note that this design needs at least 9V of input voltage to work (due to the MOSFETs gate voltage). So for the 5V powered projects, I&#8217;d still use BJT based design.</p>
<div id="attachment_2127" style="width: 585px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/MOSFET_HVPS.png"><img class="wp-image-2127 size-full" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/MOSFET_HVPS.png" alt="" width="575" height="272" /></a><p class="wp-caption-text">Super simple HVPS using only two transistors. 240V output capable with 12V input.</p></div>
<p>This MOSFET based design is capable of delivering at least 50mA at 200V.</p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&amp;t=Variations%20on%20Nixie%20Power%20Supply%20Design" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Variations on Nixie Power Supply Design" data-url="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2018%2F09%2FJT_HVPS_PCBA.jpg&description=Simple%20HVPS%20on%20a%20PCBA" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/&amp;title=Variations on Nixie Power Supply Design"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
