<?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: PWM Sound Generation</title>
	<atom:link href="http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/</link>
	<description>Microcontrollers Electronics Hobby</description>
	<lastBuildDate>Sun, 28 Mar 2010 03:07:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Berni</title>
		<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/comment-page-1/#comment-899</link>
		<dc:creator>Berni</dc:creator>
		<pubDate>Mon, 07 Jan 2008 05:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/#comment-899</guid>
		<description>I looked around microchips data sheets and seams there is no waiting for reading it just for writing.So i guess the limit for read speed is the serial bus clock i can be 1Mhz for I2C and 20Mhz for SPI so its relay fast.So real time recording is not possible but playback probably is.(with a dsPIC probably capable of 48Khz 16Bit)</description>
		<content:encoded><![CDATA[<p>I looked around microchips data sheets and seams there is no waiting for reading it just for writing.So i guess the limit for read speed is the serial bus clock i can be 1Mhz for I2C and 20Mhz for SPI so its relay fast.So real time recording is not possible but playback probably is.(with a dsPIC probably capable of 48Khz 16Bit)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/comment-page-1/#comment-898</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 05 Jan 2008 18:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/#comment-898</guid>
		<description>I don&#039;t know if I can get 8kB/s into and out of the EEPROM (It&#039;s some Microchip serial EEPROM I added to my sample order a few months ago to pad it out a little ;-) because I have to find it and look at the spec sheet still.

If it&#039;s not possible to stream the audio onto or off of the EEPROM in realtime, then I&#039;ll look at copying it to program space and playing from there.  I suspect that 8kB/sec isn&#039;t prohibitively fast, however.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if I can get 8kB/s into and out of the EEPROM (It&#8217;s some Microchip serial EEPROM I added to my sample order a few months ago to pad it out a little <img src='http://www.uchobby.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  because I have to find it and look at the spec sheet still.</p>
<p>If it&#8217;s not possible to stream the audio onto or off of the EEPROM in realtime, then I&#8217;ll look at copying it to program space and playing from there.  I suspect that 8kB/sec isn&#8217;t prohibitively fast, however.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berni</title>
		<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/comment-page-1/#comment-896</link>
		<dc:creator>Berni</dc:creator>
		<pubDate>Sat, 05 Jan 2008 09:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/#comment-896</guid>
		<description>A EEPROM is not a bad idea, but is it fast enough to play sound in real time? Can a small serial EEPROM do 8KB/s ?

Well i have some 4MB RAM chips,but the thing is huge since its parallel and a backup battery inside the chip.But since its ram it can write or read in next to no time.</description>
		<content:encoded><![CDATA[<p>A EEPROM is not a bad idea, but is it fast enough to play sound in real time? Can a small serial EEPROM do 8KB/s ?</p>
<p>Well i have some 4MB RAM chips,but the thing is huge since its parallel and a backup battery inside the chip.But since its ram it can write or read in next to no time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/comment-page-1/#comment-897</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 05 Jan 2008 07:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/#comment-897</guid>
		<description>With small mods you can compile the code for any ATmega168.  I got it running and working on a mega168 I had wired up for other purposes, using a darlington pair on the output pin (PB3) to push my 5v source through an 8 ohm speaker.

I&#039;m going to try to expand the memory by adding a serial EEPROM to the board and seeing where that goes.

Nice job!</description>
		<content:encoded><![CDATA[<p>With small mods you can compile the code for any ATmega168.  I got it running and working on a mega168 I had wired up for other purposes, using a darlington pair on the output pin (PB3) to push my 5v source through an 8 ohm speaker.</p>
<p>I&#8217;m going to try to expand the memory by adding a serial EEPROM to the board and seeing where that goes.</p>
<p>Nice job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berni</title>
		<link>http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/comment-page-1/#comment-895</link>
		<dc:creator>Berni</dc:creator>
		<pubDate>Wed, 02 Jan 2008 11:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.uchobby.com/index.php/2008/01/01/pwm-sound-generation/#comment-895</guid>
		<description>Nice one, on my PWM sound experiment i only played out sound that is real time generated in the MCU( Sweaped a sinus over various freqecnys)I never toght about playing a audio sample on that.That wouldn&#039;t be hard to do anyway since i can just replace the sinus sample.</description>
		<content:encoded><![CDATA[<p>Nice one, on my PWM sound experiment i only played out sound that is real time generated in the MCU( Sweaped a sinus over various freqecnys)I never toght about playing a audio sample on that.That wouldn&#8217;t be hard to do anyway since i can just replace the sinus sample.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
