<?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>Outroot and things</title>
	<atom:link href="http://outroot.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://outroot.com/blog</link>
	<description>Electronics, programming, computers, and geek stuff by Kevin Darlington</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Bitpim contacts CSV to google voice/gmail CSV</title>
		<link>http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/</link>
		<comments>http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 01:42:10 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=221</guid>
		<description><![CDATA[I’ve had Google Voice for a while and I wanted to transfer my list of contacts from my phone to it. So, I decided to make a simple python script to convert the CSV contacts export from Bitpim to something that Google voice could import. This code is not exhaustive whatsoever. Modify it at will. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_222" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/06/bitpim2google.jpg"><img class="size-full wp-image-222" title="bitpim2google" src="http://outroot.com/blog/wp-content/uploads/2010/06/bitpim2google.jpg" alt="bitpim2google" width="553" height="415" /></a><p class="wp-caption-text">bitpim2google</p></div>
<p>I’ve had <a href="http://www.google.com/googlevoice/about.html">Google Voice</a> for a while and I wanted to transfer my list of contacts from my phone to it. So, I decided to make a simple python script to convert the CSV contacts export from <a href="http://www.bitpim.org/">Bitpim</a> to something that Google voice could import. This code is not exhaustive whatsoever. Modify it at will.</p>
<p><a href="http://github.com/outroot/bitpim2google">http://github.com/outroot/bitpim2google</a></p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/">Permalink</a> |
<a href="http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/&title=Bitpim contacts CSV to google voice/gmail CSV">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/06/13/bitpim-contacts-csv-to-google-voicegmail-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia 6100/6610 LCD PIC24H minibully</title>
		<link>http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/</link>
		<comments>http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:44:46 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC24H]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=213</guid>
		<description><![CDATA[I recently bought a Nokia 6100 LCD from Ebay because I am in an LCD craze phase. Since I have no need for this LCD right now, I decided to port some code over to the PIC24H minibully from Sparkfun.(…)Read the rest of Nokia 6100/6610 LCD PIC24H minibully (144 words) © Kevin Darlington for Outroot [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_214" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/04/IMG_0121.jpg"><img class="size-full wp-image-214 " title="Nokia 6100 LCD running on a minibully" src="http://outroot.com/blog/wp-content/uploads/2010/04/IMG_0121.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">Nokia 6100 LCD running on a minibully</p></div>
<p>I recently bought a Nokia 6100 LCD from Ebay because I am in an LCD craze phase. Since I have no need for this LCD right now, I decided to port some code over to the <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9148">PIC24H minibully</a> from Sparkfun.(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/">Nokia 6100/6610 LCD PIC24H minibully</a> (144 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/">Permalink</a> |
<a href="http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/&title=Nokia 6100/6610 LCD PIC24H minibully">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/04/06/nokia-6100-lcd-pic24h-minibully/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple sanguino clock prototype</title>
		<link>http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/</link>
		<comments>http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:22:20 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[Sanguino]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=203</guid>
		<description><![CDATA[I’ve been wanting to make my own alarm clock for some time now, since I’m unsatisfied with any alarm clock on the market (neglecting overpriced ones). I just made a quick prototype to see if I liked it or not. (…)Read the rest of Simple sanguino clock prototype (183 words) © Kevin Darlington for Outroot [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_204" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/03/IMG_0110.jpg"><img class="size-full wp-image-204 " title="Clock prototype" src="http://outroot.com/blog/wp-content/uploads/2010/03/IMG_0110.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">Clock prototype</p></div>
<p>I’ve been wanting to make my own alarm clock for some time now, since I’m unsatisfied with any alarm clock on the market (neglecting overpriced ones). I just made a quick prototype to see if I liked it or not.</p>
<p>(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/">Simple sanguino clock prototype</a> (183 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/">Permalink</a> |
<a href="http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/&title=Simple sanguino clock prototype">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/03/16/simple-sanguino-clock-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heroes of Newerth player stats python script</title>
		<link>http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/</link>
		<comments>http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:22:03 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=199</guid>
		<description><![CDATA[Here is a script I made a long time ago when Heroes of Newerth first released its beta. It simply retrieves all of the player’s statistics given their player name. http://github.com/outroot/honstats © Kevin Darlington for Outroot and things, 2010. &#124; Permalink &#124; 2 comments &#124; Add to del.icio.us Post tags:]]></description>
			<content:encoded><![CDATA[<div id="attachment_200" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/03/honstats.jpg"><img class="size-full wp-image-200" title="HoNstats" src="http://outroot.com/blog/wp-content/uploads/2010/03/honstats.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">HoNstats</p></div>
<p>Here is a script I made a long time ago when <a href="http://www.heroesofnewerth.com/">Heroes of Newerth</a> first released its beta. It simply retrieves all of the player’s statistics given their player name.</p>
<p><a href="http://github.com/outroot/honstats">http://github.com/outroot/honstats</a></p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/">Permalink</a> |
<a href="http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/&title=Heroes of Newerth player stats python script">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/03/01/heroes-of-newerth-player-stats-python-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STM32 4-bit LCD library</title>
		<link>http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/</link>
		<comments>http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 07:04:29 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[STM32]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=189</guid>
		<description><![CDATA[Here is a 4-bit LCD library for the STM32 that I based off of the LCD4BitLibrary for Arduino. It’s lightweight, but it also incorporates Arduino’s Print class. http://github.com/outroot/STM32-LCD-4Bit © Kevin Darlington for Outroot and things, 2010. &#124; Permalink &#124; 2 comments &#124; Add to del.icio.us Post tags:]]></description>
			<content:encoded><![CDATA[<div id="attachment_193" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0087.jpg"><img class="size-full wp-image-193 " title="STM32 with 4-bit LCD" src="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0087.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">STM32 with 4-bit LCD</p></div>
<p>Here is a 4-bit LCD library for the STM32 that I based off of the <a href="http://www.arduino.cc/playground/Code/LCD4BitLibrary">LCD4BitLibrary</a> for Arduino. It’s lightweight, but it also incorporates Arduino’s Print class.</p>
<p><a href="http://github.com/outroot/STM32-LCD-4Bit">http://github.com/outroot/STM32-LCD-4Bit</a></p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/&title=STM32 4-bit LCD library">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/27/stm32-4-bit-lcd-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STM32 Project template for HD devices</title>
		<link>http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/</link>
		<comments>http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:39:25 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[STM32]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=176</guid>
		<description><![CDATA[Here is a STM32 project template that I based off of http://www.micromouseonline.com/blog/2009/10/19/another-stm32-project-template. I made some changes to it to get it working for my purposes and the CodeSourcery G++ lite (EABI) compiler. http://github.com/outroot/STM32-HD-Project-template © Kevin Darlington for Outroot and things, 2010. &#124; Permalink &#124; One comment &#124; Add to del.icio.us Post tags:]]></description>
			<content:encoded><![CDATA[<div id="attachment_197" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/02/stm32-hd-project-template1.jpg"><img class="size-full wp-image-197" title="STM32 HD Project template" src="http://outroot.com/blog/wp-content/uploads/2010/02/stm32-hd-project-template1.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">STM32 HD Project template</p></div>
<p>Here is a STM32 project template that I based off of <a href="http://www.micromouseonline.com/blog/2009/10/19/another-stm32-project-template">http://www.micromouseonline.com/blog/2009/10/19/another-stm32-project-template</a>.</p>
<p>I made some changes to it to get it working for my purposes and the <a href="http://www.codesourcery.com/sgpp/lite/arm/portal/subscription?@template=lite">CodeSourcery G++ lite (EABI)</a> compiler.</p>
<p><a href="http://github.com/outroot/STM32-HD-Project-template">http://github.com/outroot/STM32-HD-Project-template</a></p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/&title=STM32 Project template for HD devices">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/26/stm32-project-template-for-hd-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speeding up the Sanguino reset time</title>
		<link>http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/</link>
		<comments>http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:27:56 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=168</guid>
		<description><![CDATA[I decided to use a Sanguino for my next project and I noticed that every time I reset it with the pushbutton, it would take around 10 seconds to start the program. I thought this was absurd since the regular Arduino doesn’t take that long. I decided to dive into the bootloader firmware and find [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_169" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0097.jpg"><img class="size-full wp-image-169 " title="Sanguino" src="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0097.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">Sanguino</p></div>
<p>I decided to use a <a href="http://sanguino.cc/">Sanguino</a> for my next project and I noticed that every time I reset it with the pushbutton, it would take around 10 seconds to start the program. I thought this was absurd since the regular Arduino doesn’t take that long. I decided to dive into the bootloader firmware and find out the problem. The Sanguino version I’m dealing with is v1.4 r1.</p>
<p>(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/">Speeding up the Sanguino reset time</a> (392 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/&title=Speeding up the Sanguino reset time">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/26/speeding-up-the-sanguino-reset-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repurposed tv-b-gone to turn off benq projector</title>
		<link>http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/</link>
		<comments>http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 06:21:35 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=157</guid>
		<description><![CDATA[At church, we have a projector that is close to the ceiling and far away from the audio/video booth. The remote control that came with the projector does not have a very far range. I have to get out of the booth and walk close to the back row and keep moving the remote until [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_162" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0083.jpg"><img class="size-full wp-image-162 " title="Repurposed tv-b-gone" src="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0083.jpg" alt="" width="553" height="415" /></a><p class="wp-caption-text">Repurposed tv-b-gone</p></div>
<p>At church, we have a projector that is close to the ceiling and far away from the audio/video booth. The remote control that came with the projector does not have a very far range. I have to get out of the booth and walk close to the back row and keep moving the remote until I get the projector to turn off or on. It wasn’t only annoying for me, but I’m sure it was distracting for the church members.</p>
<p>(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/">Repurposed tv-b-gone to turn off benq projector</a> (405 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/&title=Repurposed tv-b-gone to turn off benq projector">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/23/repurposed-tv-b-gone-to-turn-off-benq-projector/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Valentine’s Day 8x8 RGB LED</title>
		<link>http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/</link>
		<comments>http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:57:52 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontrollers]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=128</guid>
		<description><![CDATA[I decided this year to make a 8x8 RGB LED device to give to my girlfriend for Valentine’s Day. I had made her a heart of red LEDs two years ago and I decided to step it up a little. No, this was not a cheap solution (it cost around $100 in materials, including all [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_129" class="wp-caption alignnone" style="width: 563px"><a href="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0014.jpg"><img class="size-full wp-image-129" title="8x8 Heart" src="http://outroot.com/blog/wp-content/uploads/2010/02/IMG_0014.jpg" alt="" width="553" height="311" /></a><p class="wp-caption-text">8x8 Heart</p></div>
<p>I decided this year to make a 8x8 RGB LED device to give to my girlfriend for Valentine’s Day. I had made her a heart of red LEDs two years ago and I decided to step it up a little. No, this was not a cheap solution (it cost around $100 in materials, including all the stuff I bought that I ended up not using). I spent more time on this thing than anything I have made before.</p>
<p>(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/">Valentine’s Day 8x8 RGB LED</a> (472 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/&title=Valentine’s Day 8x8 RGB LED">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/17/valentines-day-8x8-rgb-led/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don’t buy cheap USB to RS232 converters</title>
		<link>http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/</link>
		<comments>http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:07:27 +0000</pubDate>
		<dc:creator>outroot</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://outroot.com/blog/?p=115</guid>
		<description><![CDATA[So, my girlfriend bought me a STM32F103 board to play around with that has a RS-232 serial port on it to program it. Since I haven’t owned any computer in the last few years that has a serial port, I needed to get a converter. (…)Read the rest of Don’t buy cheap USB to RS232 [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 543px"><a href="http://farm5.static.flickr.com/4032/4361116675_a59991ae2c_o.jpg"><img class=" " title="Converters" src="http://farm5.static.flickr.com/4032/4361116675_a59991ae2c_o.jpg" alt="Converters" width="533" height="398" /></a><p class="wp-caption-text">Converters</p></div>
<p>So, my girlfriend bought me a STM32F103 board to play around with that has a RS-232 serial port on it to program it. Since I haven’t owned any computer in the last few years that has a serial port, I needed to get a converter.</p>
<p>(…)<br/>Read the rest of <a href="http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/">Don’t buy cheap USB to RS232 converters</a> (393 words)</p>
<hr />
<p><small>© Kevin Darlington for <a href="http://outroot.com/blog">Outroot and things</a>, 2010. |
<a href="http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/">Permalink</a> |
<a href="http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/&title=Don’t buy cheap USB to RS232 converters">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://outroot.com/blog/2010/02/12/dont-buy-cheap-usb-to-rs232-converters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

