<?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>Matthew Gorbsky &#187; Arduino</title>
	<atom:link href="http://www.gorbsky.com/tag/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gorbsky.com</link>
	<description>Life as I see it...</description>
	<lastBuildDate>Tue, 30 Mar 2010 20:36:24 +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>Arduino Web Interface</title>
		<link>http://www.gorbsky.com/2009/12/arduino-web-interface/</link>
		<comments>http://www.gorbsky.com/2009/12/arduino-web-interface/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Brewduino]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[pCharts]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.gorbsky.com/?p=85</guid>
		<description><![CDATA[The Problem: As part of my continuing experimentation with the Arduino platform and working towards my goal of the Brewduino, I wanted a way to have the Arduino publish data to the web. The Solution: Live (well, so long as I have the arduino dedicated to the purpose) view of the current temperature in my [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.gorbsky.com/wp-content/uploads/2009/12/arduino_temp1.png"><img class="alignleft size-thumbnail wp-image-87" title="arduino_temp" src="http://www.gorbsky.com/wp-content/uploads/2009/12/arduino_temp1-150x150.png" alt="arduino_temp" width="150" height="150" /></a> <strong>The Problem:</strong> As part of my continuing experimentation with the Arduino platform and working towards my goal of the Brewduino, I wanted a way to have the Arduino publish data to the web.</p>
<p><strong>The Solution</strong>: Live (well, so long as I have the arduino dedicated to the purpose) view of the current temperature in my home office.</p>
<p><strong>The Technology</strong>: This project got my feet wet in the world of Python scripting. There&#8217;s a SerialPy class that monitors the USB port on my desktop. The Arduino passes the current temperature from a sensor into the serial bus. The Python script pushed the temperature and date to a web service running that updated a MySQL database. Finally, a PHP script pulled the most recent update and displayed it to the world.</p>
<p>This was more of a proof of concept into finding a way to store the data from the Arduino. Onboard storage is tight and working with external storage on the Arduino gets messy. I like the idea of using a web-based application to store and hopefully control the Arduino which would allow me to track temperature (brewing and fermentation) over a period of time, store procedures to be loaded on demand, etc. I have some pCharts I started tinkering with to get the temp data plotted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gorbsky.com/2009/12/arduino-web-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

