<?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>Steve's Junk &#187; sound</title>
	<atom:link href="http://smackaay.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://smackaay.com</link>
	<description>A showcase of Steven Mackaay's stuff</description>
	<lastBuildDate>Sun, 11 Mar 2012 20:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Another pic10f200 project, the Annoyo!</title>
		<link>http://smackaay.com/2012/01/09/another-pic10f200-project-the-annoyo/</link>
		<comments>http://smackaay.com/2012/01/09/another-pic10f200-project-the-annoyo/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 03:50:10 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[annoyo]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[oshonsoft]]></category>
		<category><![CDATA[pic10f200]]></category>
		<category><![CDATA[prank]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=1092</guid>
		<description><![CDATA[I had this cool idea for a prank at the office, a device that generate sound every 6 minutes. This device generates 4 different sounds at 6 minute intervals. The idea is that the sounds are short, familiar, difficult to find and infrequent enough to prevent a hunt for the offending noise. This device has [...]]]></description>
			<content:encoded><![CDATA[<p>I had this cool idea for a prank at the office, a device that generate sound every 6 minutes. This device generates 4 different sounds at 6 minute intervals. The idea is that the sounds are short, familiar, difficult to find and infrequent enough to prevent a hunt for the offending noise. This device has been done before and obviously much more professionally by others but it&#8217;s fun to make since all you need is 2 caps, a 10f200, a speaker and a battery.</p>
<p><a href="http://smackaay.com/wp-content/uploads/2012/01/IMG_3432-modified.jpg"><img class="aligncenter size-medium wp-image-1094" title="Annoyo on board" src="http://smackaay.com/wp-content/uploads/2012/01/IMG_3432-modified-347x300.jpg" alt="" width="347" height="300" /></a><br />
The device itself is dead simple, simply find an old speaker you never use, preferably a small one so that you can drive it from the output pin. Using a small battery like I have there, you could probably let the device run for about 30 days. Here&#8217;s the design:</p>
<p><a href="http://smackaay.com/wp-content/uploads/2012/01/annoyo-scheme.png"><img class="aligncenter size-medium wp-image-1097" title="annoyo scheme" src="http://smackaay.com/wp-content/uploads/2012/01/annoyo-scheme-412x300.png" alt="" width="412" height="300" /></a></p>
<p>dead simple, once again. Only one output is used on this device, I even disabled MCLR so that there is no extra resistor. Just one cap for decoupling and one cap for producing a larger waveform for the speaker. You can change the cap size if you want, you may want a larger cap for a bit of a smoother wave. So, here&#8217;s the pinout and the source code and .hex file</p>
<ul>
<li>GP0,1,3 -&gt; Not connected</li>
<li>GP2 (pin 3) -&gt; to speaker</li>
</ul>
<p>Source and hex: <a href="http://smackaay.com/wp-content/uploads/2012/01/10f200-annoyo.zip">10f200 annoyo src.zip</a></p>
<p>Anyways, a couple of notes. This program was written with Oshonsoft basic. Also, it could have been written a bit smaller if I tried but as it stands it takes up 253 of 255 bytes available in flash. <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope somebody has fun with this!</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2012/01/09/another-pic10f200-project-the-annoyo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programs for generating old school sounds</title>
		<link>http://smackaay.com/2009/01/31/programs-for-generating-old-school-sounds/</link>
		<comments>http://smackaay.com/2009/01/31/programs-for-generating-old-school-sounds/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 08:32:56 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[sfxr]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[subsynth]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=463</guid>
		<description><![CDATA[Since I&#8217;ve started playing around with writing games again, I&#8217;ve been interested in old school sounds. These things can be hard to come by these days since a lot of the older sounds were pure square and triangle waves. I found a couple of programs for creating these sounds. Both are windows programs . SUBSYNTH.ZIP [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve started playing around with writing games again, I&#8217;ve been interested in old school sounds. These things can be hard to come by these days since a lot of the older sounds were pure square and triangle waves.</p>
<p>I found a couple of programs for creating these sounds. Both are windows programs<br />
.<center><br />
<a href='http://smackaay.com/wp-content/uploads/2009/01/subsynth.zip'>SUBSYNTH.ZIP</a><br />
<a href='http://smackaay.com/wp-content/uploads/2009/01/sfxr.zip'>SFXR.ZIP</a></center><br />
.<br />
So far, they seem to work OK. I&#8217;m just keeping them here in case they disappear someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/01/31/programs-for-generating-old-school-sounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

