<?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>Silicon Sparrow &#187; Technology</title>
	<atom:link href="http://siliconsparrow.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://siliconsparrow.com</link>
	<description>Electronics and Software Design</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:09:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overkill or Foresight?</title>
		<link>http://siliconsparrow.com/overkill-or-foresight/</link>
		<comments>http://siliconsparrow.com/overkill-or-foresight/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 02:23:09 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=209</guid>
		<description><![CDATA[The Serial Bit Rate Converter runs an ARM7 CPU which is complete overkill for the simple job of relaying serial data. I&#8217;ve often thought I should redesign it to run a cheaper and less powerful CPU like a PIC or AVR. I originally designed it with an ARM7 simply because I like them and enjoy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-210" title="The Mighty ARM7" src="http://siliconsparrow.com/wp-content/uploads/2010/02/ARM7.jpg" alt="" width="420" height="303" /><a href="http://serialgadget.com/">The Serial Bit Rate Converter</a> runs an ARM7 CPU which is complete overkill for the simple job of relaying serial data. I&#8217;ve often thought I should redesign it to run a cheaper and less powerful CPU like a PIC or AVR. I originally designed it with an ARM7 simply because I like them and enjoy programming them.</p>
<p>Another reason I never redesigned it for AVR is that the economics are not that great. It would probably take $5 off the price but cost me a couple of weeks of time to redesign the entire thing.</p>
<p>This decision has had an unexpected benefit recently. A customer asked me if I could add an extra function to search-and-replace byte sequences in the data stream. Now I&#8217;m really glad to have 50 <a href="http://en.wikipedia.org/wiki/Million_instructions_per_second#Million_instructions_per_second">MIPS</a> on board because a smaller CPU might not have had the grunt to do the job.</p>
<p>So having a way-too-powerful CPU has produced a long-term benefit to enable me to quickly sieze a market opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/overkill-or-foresight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Production Volume Box</title>
		<link>http://siliconsparrow.com/first-production-volume-box/</link>
		<comments>http://siliconsparrow.com/first-production-volume-box/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:06:28 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=188</guid>
		<description><![CDATA[Finally I have all the parts and I spent last night assembling ten boxes to fill my first order. It looks not half bad.
Next I need to set up a web page and finalize pricing so anyone can buy one.
So what is a Volume Box I hear you ask? Well, the Volume Box is a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siliconsparrow.com/wp-content/uploads/2010/01/FinishedBox-small.jpg"><img class="alignright size-medium wp-image-189" title="FinishedBox-small" src="http://siliconsparrow.com/wp-content/uploads/2010/01/FinishedBox-small-300x200.jpg" alt="" width="300" height="200" /></a>Finally I have all the parts and I spent last night assembling ten boxes to fill my first order. It looks not half bad.</p>
<p>Next I need to set up a web page and finalize pricing so anyone can buy one.</p>
<p>So what is a Volume Box I hear you ask? Well, the Volume Box is a digital stereo volume control. It has no knobs or buttons, it is controlled via serial commands from a PC or home automation system. It is intended to be used as a component in an automated audiovisual setup such as conference centres, classrooms etc.</p>
<p>Features include:</p>
<ul>
<li>Attenuation from 0 to -95dB in 1dB steps</li>
<li>3 way stereo input selector</li>
<li>Line level inputs and outputs</li>
<li>Optional 7 watt power amplifier</li>
<li>Mute function</li>
<li>Preset store and recall</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/first-production-volume-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Prototype Volume Box</title>
		<link>http://siliconsparrow.com/volume-box-is-working/</link>
		<comments>http://siliconsparrow.com/volume-box-is-working/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 12:04:03 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=171</guid>
		<description><![CDATA[The Volume Box board is assembled and tested, the last few firmware bugs are squished and the only thing missing now is the machined end panel for the plastic case and it is ready to sell!
Here are the lessons I have learned:
1. PICs can be a mighty pain in the bum to debug, particularly the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siliconsparrow.com/wp-content/uploads/2010/01/Built1.JPG"><img class="alignright size-medium wp-image-172" title="The first completed unit" src="http://siliconsparrow.com/wp-content/uploads/2010/01/Built1-300x142.jpg" alt="The first completed unit" width="300" height="142" /></a>The <a href="http://serialgadget.com/volumebox.php">Volume Box</a> board is assembled and tested, the last few firmware bugs are squished and the only thing missing now is the machined end panel for the plastic case and it is ready to sell!</p>
<p><strong>Here are the lessons I have learned:</strong></p>
<p>1. <a href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=2696&amp;param=en537796">PIC</a>s can be a mighty pain in the bum to debug, particularly the peripherals. I think I&#8217;ll use a different chip next time.</p>
<p>2. Always check your component footprints when designing a PCB, the Protel footprint libraries are full of errors. I&#8217;ll be patching the first run of boards due to a bad footprint.</p>
<p>3. Don&#8217;t try to get a product out the door around Christmas time, many manufacturing companies are closed for the holidays especially here in Australia where we combine our summer holiday and Christmas holiday into one big long holiday. Some companies do not resume business until January 18th!</p>
<p>Anyway, now the design is proven I have ordered some parts to begin producing these things.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/volume-box-is-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCB for Volume Box</title>
		<link>http://siliconsparrow.com/pcb-for-volume-box/</link>
		<comments>http://siliconsparrow.com/pcb-for-volume-box/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 11:43:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=164</guid>
		<description><![CDATA[I&#8217;ve finally taken delivery of my first batch of printed circuit boards for the Volume Box. They look real nice. As usual I got them from Gold Phoenix of Shanghai &#8211; The quality of the boards is pretty good and their prices are good for very small runs.
My chips and other parts have already arrived [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://siliconsparrow.com/wp-content/uploads/2009/12/VolumeBoxPCB.JPG"><img class="alignright size-medium wp-image-165" title="VolumeBoxPCB" src="http://siliconsparrow.com/wp-content/uploads/2009/12/VolumeBoxPCB-300x172.jpg" alt="VolumeBoxPCB" width="300" height="172" /></a>I&#8217;ve finally taken delivery of my first batch of printed circuit boards for the <a href="http://serialgadget.com/volumebox.php">Volume Box</a>. They look real nice. As usual I got them from <a href="http://www.goldphoenixpcb.biz/">Gold Phoenix</a> of Shanghai &#8211; The quality of the boards is pretty good and their prices are good for very small runs.</p>
<p>My chips and other parts have already arrived so next I need to assemble it and test. I&#8217;ve still got a lot of tasks after that before it is a finished product such as designing the end panels of the box, writing the user manual and setting up a website for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/pcb-for-volume-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Transcribe v1.1 released</title>
		<link>http://siliconsparrow.com/super-transcribe-v1-1-released/</link>
		<comments>http://siliconsparrow.com/super-transcribe-v1-1-released/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 04:31:45 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Super Transcribe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=144</guid>
		<description><![CDATA[This is a bug fix release based on some user feedback I got. There are a whole bunch of little fixes including some problems with audio sync when playing videos and an issue with the seek bar if your media file was longer than 40 minutes.
There is no public bug-tracker for this software (yet) so [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bug fix release based on some user feedback I got. There are a whole bunch of little fixes including some problems with audio sync when playing videos and an issue with the seek bar if your media file was longer than 40 minutes.</p>
<p>There is no public bug-tracker for this software (yet) so if you try it out and find any more bugs, please email me at <a href="mailto:adam@siliconsparrow.com">adam@siliconsparrow.com</a> and I&#8217;ll fix them as soon as I can.</p>
<p>The new version is online now and ready to download at <a href="http://supertranscribe.com/">http://supertranscribe.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/super-transcribe-v1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What on Earth is Ka-Ching Pal ?</title>
		<link>http://siliconsparrow.com/what-on-earth-is-kachingpal/</link>
		<comments>http://siliconsparrow.com/what-on-earth-is-kachingpal/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:05:03 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[KaChingPal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=114</guid>
		<description><![CDATA[I was setting up some eCommerce websites recently, maybe it was a combination of not enough sleep and too much coffee but I thought to myself, I wish that whenever I got a payment through PayPal, my PC would make a Ka-ching! noise.
So then I spent a couple of hours making a Windows Tray App [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-115" title="screenshot-popup" src="http://siliconsparrow.com/wp-content/uploads/2009/10/screenshot-popup.png" alt="screenshot-popup" width="232" height="127" />I was setting up some eCommerce websites recently, maybe it was a combination of not enough sleep and too much coffee but I thought to myself, I wish that whenever I got a payment through PayPal, my PC would make a Ka-ching! noise.</p>
<p>So then I spent a couple of hours making a Windows Tray App to do just that.</p>
<p>Then I thought maybe other people might like this too.</p>
<p>So I spent an additional two days setting up a website and polishing the app, making an installer and sorting out all the other little details that are needed to make it usable by non-nerds.</p>
<p>So here we have my new product called Ka-Ching Pal. The website is up and taking orders at <a href="http://kachingpal.com/">http://kachingpal.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/what-on-earth-is-kachingpal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Part Substitution a-go-go!</title>
		<link>http://siliconsparrow.com/part-substitution-a-go-go/</link>
		<comments>http://siliconsparrow.com/part-substitution-a-go-go/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:31:47 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=86</guid>
		<description><![CDATA[One of my peeves about the electronics business is the poor availability of parts. I&#8217;d found this brilliant AP1115 power regulator from Diodes Inc. which I&#8217;ve been using for months in my RS232 Rate Converter but now, you can&#8217;t get them anymore. I haven&#8217;t found a supplier who stocks this part since June and my [...]]]></description>
			<content:encoded><![CDATA[<p>One of my peeves about the electronics business is the poor availability of parts. I&#8217;d found this brilliant AP1115 power regulator from Diodes Inc. which I&#8217;ve been using for months in my RS232 Rate Converter but now, you can&#8217;t get them anymore. I haven&#8217;t found a supplier who stocks this part since June and my own stock has run out.</p>
<p>Fortunately, I have found the MCP1703 from Microchip which is compatible and will do as a substitute. But now I can&#8217;t get the particular Atmel microprocessor I use, well not in small quantities anyway and I am not ready to order 1000 of them based on the sales I&#8217;m getting at the moment. So I&#8217;ve had to go up a model and get a more expensive microcontroller which is pin-compatible but I&#8217;ll have to change the firmware to make it work. This is the third time I&#8217;ve had to tweak the design of this product due to unavailable parts in the last 12 months. Such is the fun of the electronics biz!</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/part-substitution-a-go-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just because something is hidden doesn&apos;t mean no-one can find it</title>
		<link>http://siliconsparrow.com/perils-of-obscurity/</link>
		<comments>http://siliconsparrow.com/perils-of-obscurity/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:21:34 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Super Transcribe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=42</guid>
		<description><![CDATA[I had a bit of a surprise when looking at the traffic logs for the new Super Transcribe website. The site has been online for a few months but until now, it only showed a blank home page. I had not announced it or promoted it in any way.
I noticed that some web crawler had [...]]]></description>
			<content:encoded><![CDATA[<p>I had a bit of a surprise when looking at the traffic logs for the new <a href="http://supertranscribe.com/">Super Transcribe</a> website. The site has been online for a few months but until now, it only showed a blank home page. I had not announced it or promoted it in any way.</p>
<p>I noticed that some web crawler had not only found the site but found my source code repository and people have been downloading the source to this app before it has even been released! I&#8217;m going to have to put up some security on that!</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/perils-of-obscurity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Transcribe Beta Almost Ready</title>
		<link>http://siliconsparrow.com/supertranscribe-beta-almost-ready/</link>
		<comments>http://siliconsparrow.com/supertranscribe-beta-almost-ready/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:16:10 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Super Transcribe]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=40</guid>
		<description><![CDATA[I&#8217;m about to start a beta release of my newest project. It is a transcription application for Windows called Super Transcribe.
I&#8217;ve been working on this for a few months now on and off in my spare time. The website supertranscribe.com is up and I&#8217;ll have the beta release on the site real soon now.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m about to start a beta release of my newest project. It is a transcription application for Windows called <strong>Super Transcribe</strong>.</p>
<p>I&#8217;ve been working on this for a few months now on and off in my spare time. The website <a href="http://supertranscribe.com/">supertranscribe.com</a> is up and I&#8217;ll have the beta release on the site real soon now.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/supertranscribe-beta-almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incremental Improvements</title>
		<link>http://siliconsparrow.com/incremental-improvements/</link>
		<comments>http://siliconsparrow.com/incremental-improvements/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 04:46:48 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Serial Gadget]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://siliconsparrow.com/?p=19</guid>
		<description><![CDATA[I&#8217;ve been working on a few things to improve the RS232 Bit Rate Converter. Here&#8217;s my new revision 3 circuit board.
There are some extra capacitors to smooth out a little noise I was getting in the serial data stream and I have also outsourced the machining of the end panels.
The changes are to eliminate some [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_20" class="wp-caption alignright" style="width: 650px"><img class="size-full wp-image-20" title="RS003" src="http://siliconsparrow.com/wp-content/uploads/2009/09/RS003.JPG" alt="Boards boards boards!" width="640" height="508" /><p class="wp-caption-text">Boards boards boards!</p></div>
<p>I&#8217;ve been working on a few things to improve the <a href="http://serialgadget.com">RS232 Bit Rate Converter</a>. Here&#8217;s my new revision 3 circuit board.</p>
<p>There are some extra capacitors to smooth out a little noise I was getting in the serial data stream and I have also outsourced the machining of the end panels.</p>
<p>The changes are to eliminate some pain for me since I am still hand-assembling these things. I&#8217;d love to get the volume up so I could outsource the whole manufacturing process but for a niche product like this, who knows if the volume will ever become that great.</p>
<p>I got a new batch of boards pressed with the additional capacitors included in the layout. I have been patching them onto the revision 2 board but it is a fiddly operation, much nicer to have it baked into the design.</p>
<p>I have also found a more efficient power regulator which can accept an input of up to 15V. This is in response to a very common user request for the device to run off 12V. It seems a lot of people have been using them in the automotive sphere.</p>
<p>Now my biggest problem is lead time on parts, I still have two weeks to wait for some chips I ordered a month ago and my stock is running low.</p>
]]></content:encoded>
			<wfw:commentRss>http://siliconsparrow.com/incremental-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
