<?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>Kelly Robotics &#187; Arduino</title>
	<atom:link href="http://kellyrobotics.com/?cat=10&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kellyrobotics.com</link>
	<description>South Texas Robotics Blog</description>
	<lastBuildDate>Mon, 02 Dec 2013 01:31:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>RobotC / Arduino Controller</title>
		<link>http://kellyrobotics.com/?p=31</link>
		<comments>http://kellyrobotics.com/?p=31#comments</comments>
		<pubDate>Sun, 13 May 2012 14:30:40 +0000</pubDate>
		<dc:creator><![CDATA[kellyds]]></dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[FTC]]></category>
		<category><![CDATA[Kelly Robotics]]></category>

		<guid isPermaLink="false">http://kellyrobotics.com/?p=31</guid>
		<description><![CDATA[The latest controller to fall under to control of RobotC is the Arduino!  While programming the Arduino w/ it&#8217;s existing development environment is not really all that complex, RobotC does bring some significant capabilities and advantages to the table. Interactive [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The latest controller to fall under to control of RobotC is the Arduino!  While programming the Arduino w/ it&#8217;s existing development environment is not really all that complex, RobotC does bring some significant capabilities and advantages to the table.</p>
<ul>
<li>Interactive debugging</li>
<li>Easy access to a host of sensors</li>
<li>Easy learning curve lowered for those FIRST Robotics fans (FIRST Tech Challenge specficially)</li>
<li>Possibly be able to simulate multi-tasking (fast task switching)</li>
</ul>
<p>If you are interested in finding out more about this head over to <a title="RobotC.net" href="http://www.robotc.net/download/arduino/" target="_blank">robotc.net </a>to download the demo and start playing with it today!</p>
]]></content:encoded>
			<wfw:commentRss>http://kellyrobotics.com/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Temp Monitor Progress</title>
		<link>http://kellyrobotics.com/?p=24</link>
		<comments>http://kellyrobotics.com/?p=24#comments</comments>
		<pubDate>Sun, 13 May 2012 03:12:47 +0000</pubDate>
		<dc:creator><![CDATA[kellyds]]></dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://kellyrobotics.com/?p=24</guid>
		<description><![CDATA[I&#8217;ve finally made some time to work on the temperature monitor for the server room. The Temperature Monitor currently consists of an Arduino Uno R3, Ethernet Shield and a small prototyping board. It will currently listen to port 80 on [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve finally made some time to work on the temperature monitor for the server room.</p>
<p>The Temperature Monitor currently consists of an Arduino Uno R3, Ethernet Shield and a small prototyping board.</p>
<p>It will currently listen to port 80 on an internal IP address. When a request comes in it will create a simple web page that shows the raw value from the sensor, degrees Kelvin, degrees Celsius and degrees Fahrenheit. In addition to the web page there is an RGB LED that reflects the current temperature. The picture below shows the simple web page and the color scale for the RGB LED.</p>
<p><a href="http://kellyrobotics.com/wp-content/uploads/2012/05/Arduino_Temp_2.jpg"><img class="alignnone size-medium wp-image-23" title="Arduino_Temp_2" src="http://kellyrobotics.com/wp-content/uploads/2012/05/Arduino_Temp_2-300x169.jpg" alt="" width="300" height="169" /></a></p>
<p>The prototype board consists of the two sections:</p>
<p><strong>Temperature Monitor:</strong><br />
LM335A temperature sensor, 2K ohm resistor and a 10k ohm potentiometer.</p>
<p>The LM335 has a positive terminal, negative (signal) terminal and an adjustment terminal. The 10k pot attaches to the adjustment terminal to help calibrate the LM335A.</p>
<p><strong>RGB LED:</strong><br />
3 x 220 ohm resistors and an RGB LED.</p>
<p>The RGB LED is driven by three PWM outputs from the Arduino which controls the effective voltage sent to each of the Red, Green and Blue terminals on the LED.</p>
<p>The LED will be solid blue when the temperature is 65 degrees or colder, solid green at 73 degrees, solid yellow at 81 degrees and solid red at 89 degrees or greater. This provides an at-a-glance status of the temperature in the server room.</p>
<p><a href="http://kellyrobotics.com/wp-content/uploads/2012/05/Arduino_Temp_1.jpg"><img class="alignnone size-medium wp-image-22" title="Arduino_Temp_1" src="http://kellyrobotics.com/wp-content/uploads/2012/05/Arduino_Temp_1-300x169.jpg" alt="" width="300" height="169" /></a></p>
<p>After I get the Arduino sketch cleaned up a little I&#8217;ll post the first draft of the program.</p>
<p><strong>Planned improvements:</strong><br />
&#8211; Better looking web page. Pulled from an SD card on the Ethernet Shield. Will use character replacement to &#8216;inject&#8217; the variables into the web page.</p>
<p>&#8211; The formula for calculating the temperature is dependent on the current voltage entering the system. Would like to be able to measure the operating voltage and feed that value back into the formula for calculating the temperature.</p>
<p>&#8211; Add averaging into the &#8216;current&#8217; temperature to filter stabilize the LED and values on the web page</p>
]]></content:encoded>
			<wfw:commentRss>http://kellyrobotics.com/?feed=rss2&#038;p=24</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Arduino Project</title>
		<link>http://kellyrobotics.com/?p=10</link>
		<comments>http://kellyrobotics.com/?p=10#comments</comments>
		<pubDate>Tue, 17 Apr 2012 02:25:47 +0000</pubDate>
		<dc:creator><![CDATA[kellyds]]></dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://kellyrobotics.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve finally come up with a reason to play with the Arduino.  Last week our server room&#8217;s AC went offline and the building&#8217;s AC is turned off.  When the our sys admins got there in the morning it was a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve finally come up with a reason to play with the Arduino.  Last week our server room&#8217;s AC went offline and the building&#8217;s AC is turned off.  When the our sys admins got there in the morning it was a scorching 118 degrees in the server room.  While we could probably buy a sensor or use one of the computers in the server room to send notifications about temperature problems that wouldn&#8217;t be nearly as interesting.</p>
<p>So, I&#8217;m going to build an Arduino system that will monitor the temperature in the room and send an email whenever it rises past a specified threshold.  Additionally, it will have a small web server that we can use to see what the current temperature is in the room.</p>
<p>Equipment:</p>
<ul>
<li>Arduino Uno R3</li>
<li>Ethernet Shield w/ SD Card Slot</li>
<li>Temperature sensor</li>
</ul>
<p>Software:</p>
<ul>
<li>Simple Web Server (1 page stored on the SD card)</li>
<li>Simple email sender (template stored on the SD card)</li>
<li>Read the thresholds from a file on the SD card</li>
<li>Monitor the temperature for exceeding the threshold</li>
<li>Datalog the temperature (rotate logs once per month or as size dictates)</li>
</ul>
<p>I&#8217;ll keep posting updates here as I work through the project&#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kellyrobotics.com/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
