<?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>N Bit Wonder</title>
	<atom:link href="http://nbitwonder.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nbitwonder.com</link>
	<description>When life gives you lemons, make batteries!</description>
	<lastBuildDate>Fri, 16 Jul 2010 05:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>VoIP32 Progress</title>
		<link>http://nbitwonder.com/2010/07/16/voip32-progress/</link>
		<comments>http://nbitwonder.com/2010/07/16/voip32-progress/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 05:17:42 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[VoIP Server]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=388</guid>
		<description><![CDATA[Over the last couple of weeks, I&#8217;ve spent some time working on the TCP/IP stack used by VoIP32 to handle all its network connections.  It only recently gained the ability to properly manage a relatively large number of concurrent connections, limited by available RAM.  The firmware is currently set to allow 10 simultaneous connections.  The [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks, I&#8217;ve spent some time working on the TCP/IP stack used by VoIP32 to handle all its network connections.  It only recently gained the ability to properly manage a relatively large number of concurrent connections, limited by available RAM.  The firmware is currently set to allow 10 simultaneous connections.  The PIC32MX340F512H has 32kB of RAM, which should be enough to support some 25 simultaneous clients.  The ~380kBps of available bandwidth is shared among all connections.</p>
<p>The total available bandwidth is a bit lower than expected, but is still nearly 60% higher than the available bandwidth on VoIP8.  As I write this, I am downloading a file from VoIP32 at a sustained rate of 375kB/s.  When compared with large commercial Web servers, this isn&#8217;t impressive at all; however, we must keep in mind that this server is running on an 80MHz processor with limited RAM instead of a quad-core Intel chip with gigabytes of memory.</p>
<p>Other tweaks added recently (but not yet fully debugged) are case corrections in filenames to support non-standard Microsoft extensions (this mostly works) and automatic TCP packet retransmission (this still needs some work).</p>
<p>The next steps planned are to start working on a Telnet UI for administrative purposes, a pushbutton-and-LCD-based local UI, and possibly integration with services like Pandora and Twitter.</p>
<p>Other things that I would eventually like to add include a bootloader for remote programming, a Unix-like Telnet or SSH interface, and the ability to execute small programs from the SD card.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/07/16/voip32-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of the school year, and some news</title>
		<link>http://nbitwonder.com/2010/05/15/end-of-the-school-year-and-some-news/</link>
		<comments>http://nbitwonder.com/2010/05/15/end-of-the-school-year-and-some-news/#comments</comments>
		<pubDate>Sat, 15 May 2010 22:17:08 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[VoIP Server]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=375</guid>
		<description><![CDATA[First, let&#8217;s congratulate George.  He has graduated from Purdue University as of this morning, so he is now qualified to go forth to solve the world&#8217;s engineering problems.  Congrats, George! With the end of the school year comes moving to new places, and as such, the 8-bit Web server has come out of storage.  What&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>First, let&#8217;s congratulate George.  He has graduated from Purdue University as of this morning, so he is now qualified to go forth to solve the world&#8217;s engineering problems.  Congrats, George!</p>
<p>With the end of the school year comes moving to new places, and as such, the 8-bit Web server has come out of storage.  What&#8217;s different than last time is that it now has the LED array hooked up and playing the messages that Internet users send to it.  To give it a try (and send stuff to the LED array), simply visit <a title="Embedded Web Server" href="http://benlaskowski.is-a-geek.net:8000" target="_blank">http://benlaskowski.is-a-geek.net:8000/</a>.</p>
<p>As I will have a little more free time this summer, I intend to get the 32-bit VoIP board up and running.  I have so far made it send dummy ARP packets over the network correctly.  Complete implementations of TCP/IP and the like are a long way off, but hopefully everything will come together this summer.</p>
<p>Edit:  VoIP32 now supports ARP and ICMP.  Yes, these are small steps, but it shows that different buffers work properly and that I actually <strong>can</strong> correctly compute checksums in software.  In preliminary testing, the board can echo 1kB of ping data in one millisecond.  Not too shabby&#8230;</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/05/15/end-of-the-school-year-and-some-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NBitWonder Tutorial: PWM Operating Theory</title>
		<link>http://nbitwonder.com/2010/03/19/nbitwonder-tutorial-pwm-operating-theory/</link>
		<comments>http://nbitwonder.com/2010/03/19/nbitwonder-tutorial-pwm-operating-theory/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 17:51:06 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=371</guid>
		<description><![CDATA[Tuorial Number 2 was posted today, covering Pulse Width Modulation (PWM) operating theory and the differences between hardware and software implementations.  Check it out here!]]></description>
			<content:encoded><![CDATA[<p>Tuorial Number 2 was posted today, covering Pulse Width Modulation (PWM) operating theory and the differences between hardware and software implementations.  Check it out <a href="http://nbitwonder.com/tutorials/concepts">here</a>!</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/03/19/nbitwonder-tutorial-pwm-operating-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NBitWonder&#8217;s First Tutorial: An Introduction to the mbed</title>
		<link>http://nbitwonder.com/2010/03/18/nbitwonders-first-tutorial-an-introduction-to-the-mbed/</link>
		<comments>http://nbitwonder.com/2010/03/18/nbitwonders-first-tutorial-an-introduction-to-the-mbed/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:40:54 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[mbed]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[rapid]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=340</guid>
		<description><![CDATA[The mbed is a prototyping platform that came out late last year. Featuring a cloud-based compiler, intuitive development environment, and powerful 32-bit ARM processor, the mbed is designed to help expedite prototyping of electronics concepts. With this in mind, the folks here at NBitWonder created a tutorial that serves as an introduction to the mbed [...]]]></description>
			<content:encoded><![CDATA[<p>The mbed is a prototyping platform that came out late last year. Featuring a cloud-based compiler, intuitive development environment, and powerful 32-bit ARM processor, the mbed is designed to help expedite prototyping of electronics concepts. With this in mind, the folks here at NBitWonder created a tutorial that serves as an introduction to the mbed platform. Check it out <a href="http://nbitwonder.com/tutorials/microcontrollers/mbed/introduction/">here</a>.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/03/18/nbitwonders-first-tutorial-an-introduction-to-the-mbed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Updates</title>
		<link>http://nbitwonder.com/2010/03/15/website-updates/</link>
		<comments>http://nbitwonder.com/2010/03/15/website-updates/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:14:58 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=318</guid>
		<description><![CDATA[We&#8217;ve been hard at work here at NBitWonder the last few days implementing some updates to the site, and work will undoubtedly continue throughout the course of the week. While this work goes on, you may consider checking out the new &#8216;Resources&#8217; tab, which links to all sorts of interesting sites to help quench your [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been hard at work here at NBitWonder the last few days implementing some updates to the site, and work will undoubtedly continue throughout the course of the week. While this work goes on, you may consider checking out the new &#8216;Resources&#8217; tab, which links to all sorts of interesting sites to help quench your thirst for electronics and making things in general.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/03/15/website-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browse Science Over the Ages</title>
		<link>http://nbitwonder.com/2010/03/04/browse-science-over-the-ages/</link>
		<comments>http://nbitwonder.com/2010/03/04/browse-science-over-the-ages/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:06:30 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[adafruit]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[popsci]]></category>
		<category><![CDATA[science. archive]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=266</guid>
		<description><![CDATA[via adafruit Here at NBitWonder we try to keep the blog focused on electronics projects, but this was just too good to pass up. Popsci writes: We’ve partnered with Google to offer our entire 137-year archive for free browsing. Each issue appears just as it did at its original time of publication, complete with period [...]]]></description>
			<content:encoded><![CDATA[<p>via <a href="http://www.adafruit.com/blog/2010/03/04/137-years-of-popular-science-online/">adafruit</a></p>
<p style="text-align: center;"><a href="http://www.popsci.com/archives"><img class="aligncenter size-full wp-image-267" title="NBW_popsci_archives_3_04_10" src="http://nbitwonder.com/wp-content/uploads/2010/03/NBW_popsci_archives_3_04_10.png" alt="" width="559" height="533" /></a></p>
<p>Here at NBitWonder we try to keep the blog focused on electronics projects, but this was just too good to pass up. Popsci writes:</p>
<p><span id="more-266"></span><em>We’ve partnered with Google to offer our entire 137-year archive for free browsing. Each issue appears just as it did at its original time of publication, complete with period advertisements. It’s an amazing resource that beautifully encapsulates our ongoing fascination with the future, and science and technology’s incredible potential to improve our lives. We hope you enjoy it as much as we do.</em></p>
<p>So get to it! Check out the <a href="http://www.popsci.com/archives">PopSci archives</a> today! And if you find something cool, share it with us!</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/03/04/browse-science-over-the-ages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoIP32 Plays Audio</title>
		<link>http://nbitwonder.com/2010/02/18/voip32-plays-audio/</link>
		<comments>http://nbitwonder.com/2010/02/18/voip32-plays-audio/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 04:31:31 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[VoIP Server]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=261</guid>
		<description><![CDATA[The 32-bit VoIP board can, as of tonight, play media from a microSD card inserted into the onboard socket.  This has the added bonus of demonstrating that the code segments for fragmented file handling, file name caching, SD card file searches, and cooperative multitasking all work as they should. Right now, the handler for audio [...]]]></description>
			<content:encoded><![CDATA[<p>The 32-bit VoIP board can, as of tonight, play media from a microSD card inserted into the onboard socket.  This has the added bonus of demonstrating that the code segments for fragmented file handling, file name caching, SD card file searches, and cooperative multitasking all work as they should.</p>
<p>Right now, the handler for audio playback <em>is</em> the SD card filesystem reading layer.  It&#8217;s specific to audio tasks, but a bit of rewriting should make it much more general so that every task needing SD card access will be able to use it.</p>
<p>This means it&#8217;s time to start working on the Ethernet capabilities of the server.  This comes at a time when the semester is starting to pick up, so we&#8217;ll see how quickly this is accomplished.</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/02/18/voip32-plays-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CardPOV Progress</title>
		<link>http://nbitwonder.com/2010/02/16/cardpov-progress/</link>
		<comments>http://nbitwonder.com/2010/02/16/cardpov-progress/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 03:36:48 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[CardPOV]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[persistence of vision]]></category>
		<category><![CDATA[pov]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=239</guid>
		<description><![CDATA[It&#8217;s been a little while since I posted the state of the CardPOV project, but after some trials and tribulations version 1 of the CardPOV device is finished. I went ahead and laid out a board in Eagle for the device, creating a much improved POV. Particular improvements on the POV device over it&#8217;s protoboard [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a little while since I posted the state of the CardPOV project, but after some trials and tribulations version 1 of the CardPOV device is finished. I went ahead and laid out a board in Eagle for the device, creating a much improved POV.</p>
<p><a href="http://nbitwonder.com/wp-content/uploads/2010/02/IMG_2213.png"><img class="aligncenter size-medium wp-image-256" title="IMG_2213" src="http://nbitwonder.com/wp-content/uploads/2010/02/IMG_2213-225x300.png" alt="" width="225" height="300" /></a></p>
<p><span id="more-239"></span><br />
Particular improvements on the POV device over it&#8217;s protoboard predecessor include the migration from the 5V PIC18F2550 to the lower power 3.3V PIC18F25J50. This has allowed me to power the entire system off of a single CR2032 coin cell battery instead of bulkier AA batteries and also eliminates the need for a voltage regulator. All parts (except the leds, for the moment at least), have been switched to surface mount components, which has made the device considerably more compact. Finally, in the latest version of the software, multiple string support has been added. This feature allows the user to store multiple POV strings into the device memory and toggle between them using a pushbutton. The current code configuration allows for a maximum of 255 unique strings to be stored on device. A video of the device in action is included below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Mc2xY6M9LlA&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Mc2xY6M9LlA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>More updates on the CardPOV device as they become available, so stay tuned!</p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/02/16/cardpov-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32-bit VoIP Update</title>
		<link>http://nbitwonder.com/2010/02/16/32-bit-voip-update/</link>
		<comments>http://nbitwonder.com/2010/02/16/32-bit-voip-update/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:47:05 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[VoIP Server]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=240</guid>
		<description><![CDATA[I&#8217;ve spent a few hours (okay, okay, more like 20 hours) over the last two weeks working on implementing SD card support in MIPS assembler.  As of approximately 15 minutes ago, the code successfully implements some subset of the SD SPI protocol as well as FAT32. Three unique features as compared to commercial implementations are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent a few hours (okay, okay, more like 20 hours) over the last two weeks working on implementing SD card support in MIPS assembler.  As of approximately 15 minutes ago, the code successfully implements some subset of the SD SPI protocol as well as FAT32.</p>
<p><span id="more-240"></span></p>
<p>Three unique features as compared to commercial implementations are long file name support, (mostly) unlimited nested sub-directory support, and FAT32 support.  The sub-directory support is a direct consequence of the PIC32&#8242;s large RAM and stack mechanism, providing an easy way to implement context saves when changing directories.  Long file name support makes it such that the firmware can break past the &#8220;8.3&#8243; filename barrier, however (and this is a BIG however), this code will NOT be publicly released due to Microsoft&#8217;s restrictions on the algorithm the code uses to implement LFN support.  TomTom has been taken to court over similar issues, and I&#8217;d rather cripple my code than go up against Microsoft in court.  Lastly, FAT32 support enables support for large files and large SD cards (the firmware should support up to 4GB cards).</p>
<p>Still to come, hopefully in the next week or two:</p>
<ul>
<li>Efficient SD card search algorithm</li>
<li>File system access layer for opening, reading, writing, and closing files</li>
<li>Media playback from SD card</li>
<li>Ethernet MAC/PHY initialization code</li>
<li>Begin work on IP stack</li>
</ul>
<p>To round things out (and prove it works!!), here&#8217;s a screenshot of a terminal session with the board, showing the last few directory entries on the card and a debugging menu:</p>
<p style="text-align: center;"><a href="http://nbitwonder.com/wp-content/uploads/2010/02/SD_support.png"><img class="aligncenter size-medium wp-image-245" title="SD_support" src="http://nbitwonder.com/wp-content/uploads/2010/02/SD_support-284x300.png" alt="PuTTY window showing FAT32 file entries and debugging menu" width="284" height="300" /></a></p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/02/16/32-bit-voip-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RGB Lightsaber Reliability Testing</title>
		<link>http://nbitwonder.com/2010/01/19/rgb-lightsaber-reliability-testing/</link>
		<comments>http://nbitwonder.com/2010/01/19/rgb-lightsaber-reliability-testing/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:42:16 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[RGB Lightsaber]]></category>
		<category><![CDATA[lightsaber]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[rgb]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://nbitwonder.com/?p=196</guid>
		<description><![CDATA[The RGB Lightsaber prototype is nearing preparations for production.  The board faithfully performs correctly under 4.5-5.5V, the voltage range one generally expects from 4 rechargeable NIMH batteries. Still, in order to verify that that claim is indeed the case, I performed a round of power tests today. The tests consisted of testing each of the [...]]]></description>
			<content:encoded><![CDATA[<p>The RGB Lightsaber prototype is nearing preparations for production.  The board faithfully performs correctly under 4.5-5.5V, the voltage range one generally expects from 4 rechargeable NIMH batteries. Still, in order to verify that that claim is indeed the case, I performed a round of power tests today. The tests consisted of testing each of the single colors (red, green, and blue), followed by testing all of the 2 color combinations (red green, red blue, and blue green), and then a 3 color test (red green blue). A &#8220;test&#8221; consisted of turning up the selected color (or colors) all the way, and then leaving em on full bore for 10 minutes. In summary, the tests were very successful, the saber having passed all of them. Photos from the <span id="more-196"></span>testing process found below.</p>
<p style="text-align: center;"><a href="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test1.png"><img class="size-medium wp-image-200 aligncenter" title="rgb_test1" src="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test1-300x225.png" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test3.png"><img class="size-medium wp-image-202 aligncenter" title="rgb_test3" src="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test3-300x225.png" alt="" width="300" height="225" /></a></p>
<p style="text-align: center;"><a href="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test2.png"><img class="size-medium wp-image-201 aligncenter" title="rgb_test2" src="http://nbitwonder.com/wp-content/uploads/2010/01/rgb_test2-300x225.png" alt="" width="300" height="225" /></a></p>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://nbitwonder.com/2010/01/19/rgb-lightsaber-reliability-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
