<?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>Catrpillr</title>
	<atom:link href="http://www.catrpillr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.catrpillr.com</link>
	<description>Open Source Home Automation</description>
	<lastBuildDate>Wed, 24 Feb 2010 17:11:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RFM12 Tranceiver Modules</title>
		<link>http://www.catrpillr.com/2010/02/rfm12-tranceiver-modules/</link>
		<comments>http://www.catrpillr.com/2010/02/rfm12-tranceiver-modules/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:11:00 +0000</pubDate>
		<dc:creator>jochen</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.catrpillr.com/?p=194</guid>
		<description><![CDATA[

Sparkfun seems to have added  sweet little RFM12B wireless tranceiver modules to their store. They look like a great alternative to the individual transmitters and receivers I have been using in my designs. They operate at 1.8-3.6V, meaning they&#8217;re slightly incompatible with my 5v designs. I&#8217;ll be ordering a few to play with and post [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Sparkfun seems to have added  <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9582" target="_blank">sweet little RFM12B</a> wireless tranceiver modules to their store. They look like a great alternative to the individual transmitters and receivers I have been using in my designs. They operate at 1.8-3.6V, meaning they&#8217;re slightly incompatible with my 5v designs. I&#8217;ll be ordering a few to play with and post results, but unfortunately my time has been limited lately (this job thing is totally overrated).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.catrpillr.com/2010/02/rfm12-tranceiver-modules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitoring Energy Usage</title>
		<link>http://www.catrpillr.com/2010/01/monitoring-energy-usage/</link>
		<comments>http://www.catrpillr.com/2010/01/monitoring-energy-usage/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:15:19 +0000</pubDate>
		<dc:creator>jochen</dc:creator>
				<category><![CDATA[Green Home]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[home]]></category>

		<guid isPermaLink="false">http://www.catrpillr.com/?p=183</guid>
		<description><![CDATA[

Automatically monitoring home energy usage is the new green thing, and will hopefully some day not only be limited to nerds (like me). In my case my energy is not really all that green &#8211; living in a 1920&#8217;s New England colonial-style house, we are powered by with nice greasy heating oil.
Having built out the [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Automatically monitoring home energy usage is the new green thing, and will hopefully some day not only be limited to nerds (like me). In my case my energy is not really all that green &#8211; living in a 1920&#8217;s New England colonial-style house, we are powered by with nice greasy heating oil.</p>
<p>Having built out the basic remoting infrastructure and the receiver and remote sensor devices, I had to find a way to monitor oil usage. While an oil-flow meter was out of reach for a first attempt, I noticed that the burner had an LED on the front which turns itself on when the burner is on. So I took the <a href="http://www.catrpillr.com/hardware/light-sensor/">light sensor</a> board, wrapped a little piece of paper around the LED and the light sensor to keep them stuck together and had it send the status of the LED to my computer every 30 seconds to be stored in a mysql database for further analysis.</p>
<p>This project has two awesome goals. Firstly, to measure how much oil I&#8217;m using (duh). But further to test how the automation solution copes with continuous data points being sent &#8212; a long term test or soak test as we software engineers call it.</p>
<p>Here&#8217;s the first week&#8217;s data showing the boiler on time, missed data time (gap) as well as the day&#8217;s average, high, and low temperatures:</p>
<p><a href="http://www.catrpillr.com/wp-content/uploads/2010/01/datapoints1.png"><img class="aligncenter size-full wp-image-186" title="datapoints" src="http://www.catrpillr.com/wp-content/uploads/2010/01/datapoints1.png" alt="" width="416" height="161" /></a></p>
<p>Some interesting things jump out:</p>
<ul>
<li>There are periods of up to an hour at a time during which no data is received (7.5% of every day&#8217;s data on average). There seems to be no pattern to the times &#8211; I am blaming RF interference.</li>
<li>At first glance, there is no correlation between outside temperature and oil consumption. There are, however, two factors not in this chart, namely sunshine and wind. They make a huge difference as my house gets hit by the sun all afternoon which reduced the need to heat.</li>
<li>I contributed 18 gallons of oil to the planet&#8217;s demise last week (the burner is rated 1.2 gallons/hour)</li>
</ul>
<p>Take-Aways:</p>
<p>We need to find a more error-tolerant transmission scheme as interference is to blame for significant data loss. The firmware&#8217;s automatic re-send feature (re-sends commands twice instead of just transmitting once) was disabled in this test. However, it might also be an excellent reason to investigate the use of transceivers (<a href="http://www.hoperf.com/rf_fsk/rfm12.htm" target="_blank">these</a> look awesome) to allow more sophisticated error handling at the protocol level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.catrpillr.com/2010/01/monitoring-energy-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://www.catrpillr.com/2010/01/yeegeqgwe/</link>
		<comments>http://www.catrpillr.com/2010/01/yeegeqgwe/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Homepage Intro]]></category>

		<guid isPermaLink="false">http://www.catrpillr.com/?p=6</guid>
		<description><![CDATA[

CatrPillr is an open-source based home-automation library based on cheap electronic parts, Arduinos, and the software to bring it all together. Wireless remote sensors and actuators report data measurements from around the house and act on commands sent to them. Applications range from energy monitoring to full house automation such as controlling lights and garage [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><a href="http://www.catrpillr.com/wp-content/uploads/2010/01/attiny.jpg"><img class="alignright size-full wp-image-169" title="attiny" src="http://www.catrpillr.com/wp-content/uploads/2010/01/attiny.jpg" alt="" width="116" height="116" /></a>CatrPillr is an open-source based home-automation library based on cheap electronic parts, Arduinos, and the software to bring it all together. Wireless remote sensors and actuators report data measurements from around the house and act on commands sent to them. Applications range from energy monitoring to full house automation such as controlling lights and garage doors from an iPhone. The complete software and hardware is available via an open source license and easily adapted to new remote sensors.</p>
<p>CatrPillr currently doesn&#8217;t provide a turn-key solution but blueprints, circuits, ideas, and software which are the foundation of hopefully many devices to come. Knowledge of software, basic electronics, and AVR-micro controllers is currently required to put these things together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.catrpillr.com/2010/01/yeegeqgwe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.catrpillr.com/2010/01/hello-world/</link>
		<comments>http://www.catrpillr.com/2010/01/hello-world/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.catrpillr.com/?p=1</guid>
		<description><![CDATA[

Welcome to CatrPillr! The site just went up!
]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>Welcome to CatrPillr! The site just went up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.catrpillr.com/2010/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

