<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Power Inverter with Arduino Pulse Source</title>
	<atom:link href="http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 10:55:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Smitha</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-199100</link>
		<dc:creator>Smitha</dc:creator>
		<pubDate>Mon, 04 Feb 2013 23:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-199100</guid>
		<description><![CDATA[IF i have four switches to be used in the inverter. Say I&#039;m making a 3 level inverter, how do I go about it as I&#039;m very new to Micrcontrollers.]]></description>
		<content:encoded><![CDATA[<p>IF i have four switches to be used in the inverter. Say I&#8217;m making a 3 level inverter, how do I go about it as I&#8217;m very new to Micrcontrollers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-192443</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Sat, 17 Mar 2012 12:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-192443</guid>
		<description><![CDATA[You can&#039;t just change one MOSFET to P-channel without any modifications. But you could refer to http://www.eleccircuit.com/dc-to-ac-inverter-by-ic-555-and-tip41-tip42/ (I haven&#039;t tried myself, but it should work) and replace the 555 squarewave generator with an 50% Arduino PWM output. This circuit doesn&#039;t need a center-tapped transformer.]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t just change one MOSFET to P-channel without any modifications. But you could refer to <a href="http://www.eleccircuit.com/dc-to-ac-inverter-by-ic-555-and-tip41-tip42/" rel="nofollow">http://www.eleccircuit.com/dc-to-ac-inverter-by-ic-555-and-tip41-tip42/</a> (I haven&#8217;t tried myself, but it should work) and replace the 555 squarewave generator with an 50% Arduino PWM output. This circuit doesn&#8217;t need a center-tapped transformer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bino oetomo</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-192437</link>
		<dc:creator>bino oetomo</dc:creator>
		<pubDate>Sat, 17 Mar 2012 03:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-192437</guid>
		<description><![CDATA[Dear Kerry

What if I change one of the Mosfet with a P-channel one, and just control it using single PWM pin in 50% ?

Can it work ??

sincerey
-bino-]]></description>
		<content:encoded><![CDATA[<p>Dear Kerry</p>
<p>What if I change one of the Mosfet with a P-channel one, and just control it using single PWM pin in 50% ?</p>
<p>Can it work ??</p>
<p>sincerey<br />
-bino-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-129605</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Thu, 09 Jun 2011 01:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-129605</guid>
		<description><![CDATA[The total delay should be around 8ms. Since the instructions take some time to execute, the total time delay is actually just above 8ms in my experiment and the resulted waveform is very close to 60Hz.

For more accurate timing, you can use the interrupt method mentioned &lt;a href=&quot;http://www.kerrywong.com/2010/12/26/modified-sine-wave-generation-with-avr/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>The total delay should be around 8ms. Since the instructions take some time to execute, the total time delay is actually just above 8ms in my experiment and the resulted waveform is very close to 60Hz.</p>
<p>For more accurate timing, you can use the interrupt method mentioned <a href="http://www.kerrywong.com/2010/12/26/modified-sine-wave-generation-with-avr/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einherjar</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-129546</link>
		<dc:creator>Einherjar</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-129546</guid>
		<description><![CDATA[Shouldn&#039;t the delay on lines 13 &amp; 16 be 8ms (62.5Hz) not 7ms (71.4Hz)?]]></description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the delay on lines 13 &amp; 16 be 8ms (62.5Hz) not 7ms (71.4Hz)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Visage</title>
		<link>http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/comment-page-1/#comment-94182</link>
		<dc:creator>Jack Visage</dc:creator>
		<pubDate>Wed, 26 Jan 2011 02:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1702#comment-94182</guid>
		<description><![CDATA[The gates of the two mosfets are connected to two digital pins of the arduino board.
Then the benefit of using an Arduino to control the waveform generation is that the frequency can be precisely controlled. So that the output waveform accuracy is a concern, more advance PWM signal with a 50% duty cycle should be used to drive the MOSFETS. I got it, thanks for the info by the way.]]></description>
		<content:encoded><![CDATA[<p>The gates of the two mosfets are connected to two digital pins of the arduino board.<br />
Then the benefit of using an Arduino to control the waveform generation is that the frequency can be precisely controlled. So that the output waveform accuracy is a concern, more advance PWM signal with a 50% duty cycle should be used to drive the MOSFETS. I got it, thanks for the info by the way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
