<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/climatesensor/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/climatesensor/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 17 Jun 2011 18:55:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/climatesensor/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Anonymous Coward</title><link>https://sourceforge.net/p/climatesensor/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,36 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/climatesensor/home/markdown_syntax/) syntax.
+The Arduino Climate Sensor Project
+================================================================================
+
+2010 Nathan Oostendorp
+
+This is one of those sketches that I kind of assumed was out there already, but when I couldn't find it I just hacked it up.  I am using this as part of a greenhouse environment monitoring project, where I want to log temperature and humidity to a computer, as well as display on an LCD.
+
+It is largely plagiarized from Maurice Ribble example temperature code, and sparkfun wiring example for the SHT15 breakout board http://wiring.org.co/learning/basics/humiditytemperaturesht15.html
+
+LCD code plucked from LCD117demo2x16 for arduino
+http://www.moderndevice.com/products/16x2lcd-lcd117kit
+
+
+Components:
+
+ - SHT15 breakout board from sparkfun http://www.sparkfun.com/commerce/product_info.php?products_id=8257
+ - LCD and TTL serial driver board http://www.moderndevice.com/products/16x2lcd-lcd117kit
+ - Arduino compatable board (RBBB kit pictured http://www.moderndevice.com/products/rbbb-kit )
+
+&lt;a href=/p/climatesensor/wiki/Home/attachment/4ca232c1b9363c5eda0001e9&gt;&lt;img width=600 height=449 src=/p/climatesensor/wiki/Home/attachment/4ca232c1b9363c5eda0001e9&gt;&lt;/a&gt;
+
+Basic Circuit:
+
+ - +5v -&gt; SHT VCC
+ - dataPin -&gt; SHT DATA
+ - clockPin -&gt; SHT15 SCK
+ - Gnd -&gt; SHT15 GND
+ - +5v and Gnd to TTL serial driver board 5v and G
+ - txPin to TTL serial driver board RX
+
+Instructions:
+
+ - assemble as above
+ - check out source code from [Git](git/)
+ - tweak pin assignments, and upload to the arduino.
+ - to log data, keep connected to a computer and dump serial output to file
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Fri, 17 Jun 2011 18:55:25 -0000</pubDate><guid>https://sourceforge.net56f9f5b8db3166b6ba5b29de6f0533904d2f08d9</guid></item><item><title>WikiPage Home modified by Anonymous Coward</title><link>https://sourceforge.net/p/climatesensor/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/climatesensor/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Fri, 17 Jun 2011 18:55:25 -0000</pubDate><guid>https://sourceforge.netd4eeb2593b2ab762a5a5611e5e3d3a889695070e</guid></item></channel></rss>