<?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 Weather Station: New Version Released	</title>
	<atom:link href="https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html</link>
	<description></description>
	<lastBuildDate>Tue, 10 Oct 2017 06:37:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: baolong liao		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-7157</link>

		<dc:creator><![CDATA[baolong liao]]></dc:creator>
		<pubDate>Tue, 10 Oct 2017 06:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-7157</guid>

					<description><![CDATA[Hi Daniel,
     thank you for your open source spirit.
     I&#039;m a student from china,when i saw this project in instructables,I was deeply attracted by it.and very excited to try to do a weather station,and few days latter,i&#039;m done,but the display can not  display the weather data in my city.as far as I know the wunderground API seems not services for china&#039;s city.what should I do？and it has another API to solve the problem?
     I&#039;m glad you can reply，thank you very much.]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,<br />
     thank you for your open source spirit.<br />
     I&#8217;m a student from china,when i saw this project in instructables,I was deeply attracted by it.and very excited to try to do a weather station,and few days latter,i&#8217;m done,but the display can not  display the weather data in my city.as far as I know the wunderground API seems not services for china&#8217;s city.what should I do？and it has another API to solve the problem?<br />
     I&#8217;m glad you can reply，thank you very much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Bird		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-3357</link>

		<dc:creator><![CDATA[David Bird]]></dc:creator>
		<pubDate>Sat, 03 Dec 2016 21:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-3357</guid>

					<description><![CDATA[Hi Daniel,
Your latest software update 1.1.2 has been updated on my Arduino IDE, but then it requests another update, so I downgrade to 1.1.1 and then it requests an update and every time I start the IDE it keeps requesting an update to 1.1.2 even if it ha bene updated. Is that your end or the Arduino Team?
Dave]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,<br />
Your latest software update 1.1.2 has been updated on my Arduino IDE, but then it requests another update, so I downgrade to 1.1.1 and then it requests an update and every time I start the IDE it keeps requesting an update to 1.1.2 even if it ha bene updated. Is that your end or the Arduino Team?<br />
Dave</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Bird		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-1113</link>

		<dc:creator><![CDATA[David Bird]]></dc:creator>
		<pubDate>Sun, 12 Jun 2016 10:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-1113</guid>

					<description><![CDATA[The need for a &#039;return true&#039; statement is surely because the function is declared as &#039;bool&#039; and therefore expects a return logical value to be provided, so adding &#039;return true&#039; corrects a programming error.
Some of the functions are declared void some not, when no return value is required, I recommend they are checked for consistency.]]></description>
			<content:encoded><![CDATA[<p>The need for a &#8216;return true&#8217; statement is surely because the function is declared as &#8216;bool&#8217; and therefore expects a return logical value to be provided, so adding &#8216;return true&#8217; corrects a programming error.<br />
Some of the functions are declared void some not, when no return value is required, I recommend they are checked for consistency.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-1002</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Sat, 04 Jun 2016 20:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-1002</guid>

					<description><![CDATA[Hi Daniel,

i have found a solution that work for me but i dont know what is going false here. In the function &quot;bool drawFrame1&quot;  i have to add &quot;return true;&quot; at the end. Then it works correctly. But why? Is this a really a bug? I work with your latest Code showing up in Arduino IDE

Thomas]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>i have found a solution that work for me but i dont know what is going false here. In the function &#8220;bool drawFrame1&#8221;  i have to add &#8220;return true;&#8221; at the end. Then it works correctly. But why? Is this a really a bug? I work with your latest Code showing up in Arduino IDE</p>
<p>Thomas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-978</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Sat, 04 Jun 2016 06:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-978</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-835&quot;&gt;Thomas&lt;/a&gt;.

Hi Thomas. Sorry for the long response time. I didn&#039;t see your comment until now. Hm, I have no clue. Which version of the library are you using? The time is recalculated with every call of drawFrame based on the internal timer... Do the other frames show up correctly?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-835">Thomas</a>.</p>
<p>Hi Thomas. Sorry for the long response time. I didn&#8217;t see your comment until now. Hm, I have no clue. Which version of the library are you using? The time is recalculated with every call of drawFrame based on the internal timer&#8230; Do the other frames show up correctly?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-835</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Mon, 16 May 2016 08:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-835</guid>

					<description><![CDATA[Hello Daniel,

first thanks for this amazing project! I have found a bug: i´ve installed all librarys etc. as you discriped in your post. All works fine, but the time in frame1 is not ticking sec. by sec. it shows xx seconds an for the frame time (5s) nothing happends. The time (seconds) ist standing still.  But when the frame changes to frame2 the time is updating and shows the actuall seconds to the time. 

i have arduino 1.6.5, with nodeMCU v1.0 and the ssd1306 display.

Any idea? How can i debug this issue?

I already open a ticket on github for this issues.

Thanks and greetigs

Thomas]]></description>
			<content:encoded><![CDATA[<p>Hello Daniel,</p>
<p>first thanks for this amazing project! I have found a bug: i´ve installed all librarys etc. as you discriped in your post. All works fine, but the time in frame1 is not ticking sec. by sec. it shows xx seconds an for the frame time (5s) nothing happends. The time (seconds) ist standing still.  But when the frame changes to frame2 the time is updating and shows the actuall seconds to the time. </p>
<p>i have arduino 1.6.5, with nodeMCU v1.0 and the ssd1306 display.</p>
<p>Any idea? How can i debug this issue?</p>
<p>I already open a ticket on github for this issues.</p>
<p>Thanks and greetigs</p>
<p>Thomas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Jowett		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-401</link>

		<dc:creator><![CDATA[Simon Jowett]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 01:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-401</guid>

					<description><![CDATA[Hi Dani&lt;br /&gt;&lt;br /&gt;I have a separate question regarding the time library function.  Here in Sydney we have UTC+10 in the winter and +11 in the summer - it doesn&#039;t look like the function can cope with this seasonal change, or can it? ]]></description>
			<content:encoded><![CDATA[<p>Hi Dani</p>
<p>I have a separate question regarding the time library function.  Here in Sydney we have UTC+10 in the winter and +11 in the summer &#8211; it doesn&#39;t look like the function can cope with this seasonal change, or can it? </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon Jowett		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-400</link>

		<dc:creator><![CDATA[Simon Jowett]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 01:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-400</guid>

					<description><![CDATA[Hi Dani&lt;br /&gt;&lt;br /&gt;This latest updates overtake my humble changes (I added a DHT22 to your earlier version).  I also managed to update your SSD1306 library to allow me to use a SH1106 (1.3&#034;)based display. I only had to change this function in the file &#034;SSD1306.cpp&#034; to.....&lt;br /&gt;&lt;br /&gt;==================================================&lt;br /&gt;&lt;br /&gt;void SSD1306::display(void) {&lt;br /&gt;&lt;br /&gt; for (uint8_t k=0; k&#060;8; k++) &lt;br /&gt;    {&lt;br /&gt;      sendCommand(0xB0+k);//set page addressSSD_Data_Mode;&lt;br /&gt;      sendCommand(0x02) ;//set lower column address&lt;br /&gt;      sendCommand(0x10) ;//set higher column address&lt;br /&gt;&lt;br /&gt;       for (uint16_t i=0; i&#060; 128; i++) {&lt;br /&gt;          // send a bunch of data in one xmission&lt;br /&gt;          //Wire.begin(mySda, mySdc);&lt;br /&gt;          Wire.beginTransmission(myI2cAddress);&lt;br /&gt;          Wire.write(0x40);&lt;br /&gt;          for (uint8_t x=0; x&#060;16; x++) {&lt;br /&gt;          Wire.write(buffer[128*k+i]);&lt;br /&gt;          i++;&lt;br /&gt;          }&lt;br /&gt;        i--;&lt;br /&gt;        yield();&lt;br /&gt;        Wire.endTransmission();&lt;br /&gt;        }&lt;br /&gt;      }&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;========================================&lt;br /&gt;&lt;br /&gt;I also renamed a few files to preserve the original library.&lt;br /&gt;&lt;br /&gt;Simon ]]></description>
			<content:encoded><![CDATA[<p>Hi Dani</p>
<p>This latest updates overtake my humble changes (I added a DHT22 to your earlier version).  I also managed to update your SSD1306 library to allow me to use a SH1106 (1.3&quot;)based display. I only had to change this function in the file &quot;SSD1306.cpp&quot; to&#8230;..</p>
<p>==================================================</p>
<p>void SSD1306::display(void) {</p>
<p> for (uint8_t k=0; k&lt;8; k++) <br />    {<br />      sendCommand(0xB0+k);//set page addressSSD_Data_Mode;<br />      sendCommand(0x02) ;//set lower column address<br />      sendCommand(0x10) ;//set higher column address</p>
<p>       for (uint16_t i=0; i&lt; 128; i++) {<br />          // send a bunch of data in one xmission<br />          //Wire.begin(mySda, mySdc);<br />          Wire.beginTransmission(myI2cAddress);<br />          Wire.write(0x40);<br />          for (uint8_t x=0; x&lt;16; x++) {<br />          Wire.write(buffer[128*k+i]);<br />          i++;<br />          }<br />        i&#8211;;<br />        yield();<br />        Wire.endTransmission();<br />        }<br />      }<br />} </p>
<p>========================================</p>
<p>I also renamed a few files to preserve the original library.</p>
<p>Simon </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Schraeder		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-324</link>

		<dc:creator><![CDATA[David Schraeder]]></dc:creator>
		<pubDate>Mon, 28 Dec 2015 22:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-308&quot;&gt;David Schraeder&lt;/a&gt;.

If I disable every call to the time functions I can run it.  I do like this project and it has great promise.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-308">David Schraeder</a>.</p>
<p>If I disable every call to the time functions I can run it.  I do like this project and it has great promise.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Schraeder		</title>
		<link>https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-323</link>

		<dc:creator><![CDATA[David Schraeder]]></dc:creator>
		<pubDate>Mon, 28 Dec 2015 22:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/12/22/esp8266-weather-station-new-version/#comment-323</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-308&quot;&gt;David Schraeder&lt;/a&gt;.

I have tried v 1.01 and 1.02 of the new example and i get an error when running.&lt;br /&gt;&lt;br /&gt;Exception (28):&lt;br /&gt;epc1=0x4000df60 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000&lt;br /&gt;&lt;br /&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/12/esp8266-weather-station-new-version.html#comment-308">David Schraeder</a>.</p>
<p>I have tried v 1.01 and 1.02 of the new example and i get an error when running.</p>
<p>Exception (28):<br />epc1=0x4000df60 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
