<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: ESP8266: Wifi data logger already running for more than 2 months on batteries!	</title>
	<atom:link href="https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2016 20:17:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Simon Jowett		</title>
		<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-126</link>

		<dc:creator><![CDATA[Simon Jowett]]></dc:creator>
		<pubDate>Sat, 11 Jul 2015 08:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/06/30/esp8266-wifi-data-logger-already/#comment-126</guid>

					<description><![CDATA[Thanks very much for the blog post - I&#039;ve got everything up and working a great source for these low power sensor projects thanks!  A trip up point was me not attaching GPIO 16 to the rest pin.   It would be useful for new users to put a note at the top of the code for all connections required.&lt;br /&gt;&lt;br /&gt;I have a question about Field 3 in the code which is named as voltage....&lt;br /&gt;&lt;br /&gt;===========================================================&lt;br /&gt;&lt;br /&gt;  String temp = String(dht.readTemperature());&lt;br /&gt;  String humidity = String(dht.readHumidity());&lt;br /&gt;  String voltage = String(system_get_free_heap_size());&lt;br /&gt;  String url = &#034;/update?key=&#034;;&lt;br /&gt;  url += thingspeak_key;&lt;br /&gt;  url += &#034;&#038;field1=&#034;;&lt;br /&gt;  url += temp;&lt;br /&gt;  url += &#034;&#038;field2=&#034;;&lt;br /&gt;  url += humidity;&lt;br /&gt;  url += &#034;&#038;field3=&#034;;&lt;br /&gt;  url += voltage;&lt;br /&gt;&lt;br /&gt;==================================================&lt;br /&gt;&lt;br /&gt;Is this the voltage on the ESP8266 chip?  I thought that expression was related to the free memory on the ESP83266.... is this a check to see if the heap is changing over time (for debug)?&lt;br /&gt;&lt;br /&gt;Anyway thanks again for the great work with this SoC!&lt;br /&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks very much for the blog post &#8211; I&#39;ve got everything up and working a great source for these low power sensor projects thanks!  A trip up point was me not attaching GPIO 16 to the rest pin.   It would be useful for new users to put a note at the top of the code for all connections required.</p>
<p>I have a question about Field 3 in the code which is named as voltage&#8230;.</p>
<p>===========================================================</p>
<p>  String temp = String(dht.readTemperature());<br />  String humidity = String(dht.readHumidity());<br />  String voltage = String(system_get_free_heap_size());<br />  String url = &quot;/update?key=&quot;;<br />  url += thingspeak_key;<br />  url += &quot;&amp;field1=&quot;;<br />  url += temp;<br />  url += &quot;&amp;field2=&quot;;<br />  url += humidity;<br />  url += &quot;&amp;field3=&quot;;<br />  url += voltage;</p>
<p>==================================================</p>
<p>Is this the voltage on the ESP8266 chip?  I thought that expression was related to the free memory on the ESP83266&#8230;. is this a check to see if the heap is changing over time (for debug)?</p>
<p>Anyway thanks again for the great work with this SoC!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-109</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Thu, 02 Jul 2015 03:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/06/30/esp8266-wifi-data-logger-already/#comment-109</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-104&quot;&gt;Anonymous&lt;/a&gt;.

I updated the post above. For completness and repetition&#039;s sake: https://github.com/squix78/esp8266-projects/tree/master/arduino-ide/thingspeak-data-logger]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-104">Anonymous</a>.</p>
<p>I updated the post above. For completness and repetition&#39;s sake: <a href="https://github.com/squix78/esp8266-projects/tree/master/arduino-ide/thingspeak-data-logger" rel="nofollow ugc">https://github.com/squix78/esp8266-projects/tree/master/arduino-ide/thingspeak-data-logger</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-107</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 01 Jul 2015 18:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/06/30/esp8266-wifi-data-logger-already/#comment-107</guid>

					<description><![CDATA[Hi. Thanks a lot. Looks very good.&lt;br /&gt;Can you provide the code to see how you did it?&lt;br /&gt;Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi. Thanks a lot. Looks very good.<br />Can you provide the code to see how you did it?<br />Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-105</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 01 Jul 2015 09:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/06/30/esp8266-wifi-data-logger-already/#comment-105</guid>

					<description><![CDATA[Again a very interesting post. Looking at the datasheet, the dropout voltage for the reg. is below 100mV. Looking at discharge curves in general(for AA alkaline), I would say that it is roughly ½ way. /LCL]]></description>
			<content:encoded><![CDATA[<p>Again a very interesting post. Looking at the datasheet, the dropout voltage for the reg. is below 100mV. Looking at discharge curves in general(for AA alkaline), I would say that it is roughly ½ way. /LCL</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://blog.squix.org/2015/06/esp8266-wifi-data-logger-already.html#comment-104</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 01 Jul 2015 02:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/06/30/esp8266-wifi-data-logger-already/#comment-104</guid>

					<description><![CDATA[Hi - can you provide and details on the code you used on this deep sleep project?]]></description>
			<content:encoded><![CDATA[<p>Hi &#8211; can you provide and details on the code you used on this deep sleep project?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
