<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Arduino temperature data logger</title>
	<atom:link href="http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/</link>
	<description>code, tech, random stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:38:18 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1683</generator>
	<item>
		<title>By: tom</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-152</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-152</guid>
		<description>@ boolScott

Hi, 

and thanks.

First off I started from Cyberspice&#039;s code so the largest part of php was already written. I didn&#039;t know any php before and by just looking at the code I could easily add some variables and alter it to fit my needs.

The spikes in the graph are caused by using too many datapoints (and the way to represent them) and the &#039;inacurracy&#039; of the temperature sensor. When a temperature of 19.4 degrees is measured the sensor will register anything from 19.0 to 19.8 over a period of time. A more correct way to get rid of the spikes is to do some more calculation and make the graph using exponential smoothing  or moving average. This way the spikes will even out and the graph will become more fluent.

If you have any pachube stuff you would like to share, go ahead!</description>
		<content:encoded><![CDATA[<p>@ boolScott</p>
<p>Hi, </p>
<p>and thanks.</p>
<p>First off I started from Cyberspice&#8217;s code so the largest part of php was already written. I didn&#8217;t know any php before and by just looking at the code I could easily add some variables and alter it to fit my needs.</p>
<p>The spikes in the graph are caused by using too many datapoints (and the way to represent them) and the &#8216;inacurracy&#8217; of the temperature sensor. When a temperature of 19.4 degrees is measured the sensor will register anything from 19.0 to 19.8 over a period of time. A more correct way to get rid of the spikes is to do some more calculation and make the graph using exponential smoothing  or moving average. This way the spikes will even out and the graph will become more fluent.</p>
<p>If you have any pachube stuff you would like to share, go ahead!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-151</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-151</guid>
		<description>@ Geo

The files are stored on a local computer running an Apache web server (like XAMPP) or on your website running on a remote webserver.</description>
		<content:encoded><![CDATA[<p>@ Geo</p>
<p>The files are stored on a local computer running an Apache web server (like XAMPP) or on your website running on a remote webserver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geo</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-149</link>
		<dc:creator>Geo</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-149</guid>
		<description>I am just a rookie to the Arduino. But, I was just wondering.

 ‘newtemp.php’,  ‘tempgraph.php’ 

Are these files being stored on the arduino&#039;s memory or is it running on a standalone computer?</description>
		<content:encoded><![CDATA[<p>I am just a rookie to the Arduino. But, I was just wondering.</p>
<p> ‘newtemp.php’,  ‘tempgraph.php’ </p>
<p>Are these files being stored on the arduino&#8217;s memory or is it running on a standalone computer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boolScott</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-144</link>
		<dc:creator>boolScott</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-144</guid>
		<description>This is such a cool project. 

I&#039;ve just started (not finished yet, hopefully out by April) a similar one that does the following:

-  Arduino logs data
-  A Processing win app graphs it and sends the data to
-  www.pachube.com for online graphs  // they do all the php stuff for me 

Your project does it in a neater way. The only problem is I know nothing about php. :-(  

p.s. any idea what caused all those mini spikes in your graph?

student scott from south africa</description>
		<content:encoded><![CDATA[<p>This is such a cool project. </p>
<p>I&#8217;ve just started (not finished yet, hopefully out by April) a similar one that does the following:</p>
<p>-  Arduino logs data<br />
-  A Processing win app graphs it and sends the data to<br />
-  <a href="http://www.pachube.com" rel="nofollow">http://www.pachube.com</a> for online graphs  // they do all the php stuff for me </p>
<p>Your project does it in a neater way. The only problem is I know nothing about php. :-(  </p>
<p>p.s. any idea what caused all those mini spikes in your graph?</p>
<p>student scott from south africa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco Wijbenga</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-40</link>
		<dc:creator>Remco Wijbenga</dc:creator>
		<pubDate>Wed, 02 Dec 2009 23:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-40</guid>
		<description>Thanks for the link! I am going to take a look tomorrow. Now I have to get some sleep... :) 
It it midnight overhere.

I have already build some simple things with an Arduino, but mostly with sample codes from other people. I am more a electronics guy, but I am gettitng some where with the code stuff.  Wt some copy paste work I have made a Arduino to switch on the central heating of a house oer the internet. :) Now I am trying to also get the temprature information back. I am experimenting wit a LM35 temprature sensor, because the One Wire stuff is still al little to difficult. 

But hey, the bst thing abouta Arduino is that you can always change it very fast and simple. So the next experimet wil be a 18S20 sensor.

I am very curious how the temprature differences are going to be with your next insulation project. I think the differencescan b very huge, fun to watch :)

What kind of Wifi shield are you going to use ? I still have everything with a cable... :(

Thanks for your time !

Remco ( The Netherlands)</description>
		<content:encoded><![CDATA[<p>Thanks for the link! I am going to take a look tomorrow. Now I have to get some sleep&#8230; :)<br />
It it midnight overhere.</p>
<p>I have already build some simple things with an Arduino, but mostly with sample codes from other people. I am more a electronics guy, but I am gettitng some where with the code stuff.  Wt some copy paste work I have made a Arduino to switch on the central heating of a house oer the internet. :) Now I am trying to also get the temprature information back. I am experimenting wit a LM35 temprature sensor, because the One Wire stuff is still al little to difficult. </p>
<p>But hey, the bst thing abouta Arduino is that you can always change it very fast and simple. So the next experimet wil be a 18S20 sensor.</p>
<p>I am very curious how the temprature differences are going to be with your next insulation project. I think the differencescan b very huge, fun to watch :)</p>
<p>What kind of Wifi shield are you going to use ? I still have everything with a cable&#8230; :(</p>
<p>Thanks for your time !</p>
<p>Remco ( The Netherlands)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-39</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-39</guid>
		<description>It is definitely possible to connect 2 or more ds18B20&#039;s in series. 

I was planning on doing this myself when the winter kicks in. I&#039;m renting a house which has double glazing except on 2 doors connecting a hallway. The amount of cold radiation coming from these glass surfaces is really huge. Last winter we found a cheap solution : putting heavy curtains in from of both doors. Thus creating an air buffer and blocking draft and cold radiation. I was positively surprised on the amount of cold it stopped from entering or rather heath it stopped from getting out. 

This year I&#039;m improving the insulation by adding a layer of bubblewrap over the glass leaving about an inch of air between the glass and the bubblewrap. 

So it&#039;s   

outside ~~ &#124;glass&#124; ~~ &#124;bubblewrap&#124; ~~ &#124;curtain&#124; ~~ inside 

I&#039;ll be using 4 ds18B20&#039;s to measure the Tout, Tin and the 2 temperatures in between and a wifi shield to send the data to a website.

Tout ~~ &#124;glass&#124; ~~ T1 ~~ &#124;bubblewrap&#124; ~~ T2 ~~ &#124;curtain&#124; ~~Tin

Here&#039;s a howto on how to connect db18S20&#039;s in series : &lt;a href=&quot;http://dailyduino.com/archives/552&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;

Feel free to post links to your projects.</description>
		<content:encoded><![CDATA[<p>It is definitely possible to connect 2 or more ds18B20&#8242;s in series. </p>
<p>I was planning on doing this myself when the winter kicks in. I&#8217;m renting a house which has double glazing except on 2 doors connecting a hallway. The amount of cold radiation coming from these glass surfaces is really huge. Last winter we found a cheap solution : putting heavy curtains in from of both doors. Thus creating an air buffer and blocking draft and cold radiation. I was positively surprised on the amount of cold it stopped from entering or rather heath it stopped from getting out. </p>
<p>This year I&#8217;m improving the insulation by adding a layer of bubblewrap over the glass leaving about an inch of air between the glass and the bubblewrap. </p>
<p>So it&#8217;s   </p>
<p>outside ~~ |glass| ~~ |bubblewrap| ~~ |curtain| ~~ inside </p>
<p>I&#8217;ll be using 4 ds18B20&#8242;s to measure the Tout, Tin and the 2 temperatures in between and a wifi shield to send the data to a website.</p>
<p>Tout ~~ |glass| ~~ T1 ~~ |bubblewrap| ~~ T2 ~~ |curtain| ~~Tin</p>
<p>Here&#8217;s a howto on how to connect db18S20&#8242;s in series : <a href="http://dailyduino.com/archives/552" rel="nofollow">link</a></p>
<p>Feel free to post links to your projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco Wijbenga</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-38</link>
		<dc:creator>Remco Wijbenga</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-38</guid>
		<description>And would it be possible to connect 2 temprature sensors ? Inside and Outside temprature ? 

That would be handy.. :)

Just starting with the whole Arduino programming.....</description>
		<content:encoded><![CDATA[<p>And would it be possible to connect 2 temprature sensors ? Inside and Outside temprature ? </p>
<p>That would be handy.. :)</p>
<p>Just starting with the whole Arduino programming&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remco Wijbenga</title>
		<link>http://www.codetorment.com/2009/11/12/arduino-temperature-and-light-data-logging-and-chartplotting-webmonitor/comment-page-1/#comment-37</link>
		<dc:creator>Remco Wijbenga</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codetorment.com/?p=672#comment-37</guid>
		<description>Looks great !</description>
		<content:encoded><![CDATA[<p>Looks great !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
