<?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 Projects: Internet Connected WeatherStation with beautiful icons	</title>
	<atom:link href="https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html</link>
	<description></description>
	<lastBuildDate>Thu, 09 Dec 2021 08:10:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-2254</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Tue, 20 Sep 2016 18:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-2254</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-2169&quot;&gt;buhuo&lt;/a&gt;.

Hi buhuo

Yes, that is possible. I think the currently released version has a bug but you can work around it as I did on the advanced version of the Weather Station (https://github.com/squix78/esp8266-weather-station/blob/master/examples/WeatherStationDemoExtended/WeatherStationDemoExtended.ino#L175) by setting an empty icon. The current unreleased version will fix this bug

Dani]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-2169">buhuo</a>.</p>
<p>Hi buhuo</p>
<p>Yes, that is possible. I think the currently released version has a bug but you can work around it as I did on the advanced version of the Weather Station (<a href="https://github.com/squix78/esp8266-weather-station/blob/master/examples/WeatherStationDemoExtended/WeatherStationDemoExtended.ino#L175" rel="nofollow ugc">https://github.com/squix78/esp8266-weather-station/blob/master/examples/WeatherStationDemoExtended/WeatherStationDemoExtended.ino#L175</a>) by setting an empty icon. The current unreleased version will fix this bug</p>
<p>Dani</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: buhuo		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-2169</link>

		<dc:creator><![CDATA[buhuo]]></dc:creator>
		<pubDate>Sun, 11 Sep 2016 22:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-2169</guid>

					<description><![CDATA[Hi Dani,
Thank you for your great work! I havn&#039;t seen anything even close to what you have done on oled display.
Just one question: is it possible to hide or remove the Indecator?

Best regards]]></description>
			<content:encoded><![CDATA[<p>Hi Dani,<br />
Thank you for your great work! I havn&#8217;t seen anything even close to what you have done on oled display.<br />
Just one question: is it possible to hide or remove the Indecator?</p>
<p>Best regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pwillard		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-385</link>

		<dc:creator><![CDATA[pwillard]]></dc:creator>
		<pubDate>Mon, 18 Jan 2016 01:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-385</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-384&quot;&gt;pwillard&lt;/a&gt;.

Nevemind. I figured out I also needed to add it to drawProgress()&lt;br /&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-384">pwillard</a>.</p>
<p>Nevemind. I figured out I also needed to add it to drawProgress()</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pwillard		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-384</link>

		<dc:creator><![CDATA[pwillard]]></dc:creator>
		<pubDate>Mon, 18 Jan 2016 01:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-384</guid>

					<description><![CDATA[Mine displays upside down.  IF I enable   display.flipScreenVertically();  it only works for &#034;  display.drawString(64, 10, &#034;Connecting to WiFi&#034;);&#034;   after that, it flips back]]></description>
			<content:encoded><![CDATA[<p>Mine displays upside down.  IF I enable   display.flipScreenVertically();  it only works for &quot;  display.drawString(64, 10, &quot;Connecting to WiFi&quot;);&quot;   after that, it flips back</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FIXTHINGSGUY		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-196</link>

		<dc:creator><![CDATA[FIXTHINGSGUY]]></dc:creator>
		<pubDate>Mon, 19 Oct 2015 12:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-196</guid>

					<description><![CDATA[Got it. Thanks]]></description>
			<content:encoded><![CDATA[<p>Got it. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CosmicMac		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-195</link>

		<dc:creator><![CDATA[CosmicMac]]></dc:creator>
		<pubDate>Sat, 17 Oct 2015 20:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-195</guid>

					<description><![CDATA[Try https://github.com/squix78/esp8266-projects/tree/master/lua/weather-station&lt;br /&gt;]]></description>
			<content:encoded><![CDATA[<p>Try <a href="https://github.com/squix78/esp8266-projects/tree/master/lua/weather-station" rel="nofollow ugc">https://github.com/squix78/esp8266-projects/tree/master/lua/weather-station</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: FIXTHINGSGUY		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-194</link>

		<dc:creator><![CDATA[FIXTHINGSGUY]]></dc:creator>
		<pubDate>Sat, 17 Oct 2015 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-194</guid>

					<description><![CDATA[Dear Dani: I have implemented your code on the nodemcu esp8266 dev. board. However I can&#039;t get back to your link https://github.com/squix78/esp8266-projects/tree/master/weather-station  as it seems to have been moved or removed.&lt;br /&gt;One of my icons is corrupted and I need to download them again.&lt;br /&gt;I know you have moved to the Arduino IDE, but I don&#039;t know how to translate those icons back to .MONO.&lt;br /&gt;Regards&lt;br /&gt;Thank you]]></description>
			<content:encoded><![CDATA[<p>Dear Dani: I have implemented your code on the nodemcu esp8266 dev. board. However I can&#39;t get back to your link <a href="https://github.com/squix78/esp8266-projects/tree/master/weather-station" rel="nofollow ugc">https://github.com/squix78/esp8266-projects/tree/master/weather-station</a>  as it seems to have been moved or removed.<br />One of my icons is corrupted and I need to download them again.<br />I know you have moved to the Arduino IDE, but I don&#39;t know how to translate those icons back to .MONO.<br />Regards<br />Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-182</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Fri, 11 Sep 2015 08:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-182</guid>

					<description><![CDATA[I tried to upload this code but I cannot make this to work.&lt;br /&gt;On ESPlorer it stucks at &#034;Updating weather&#034; and on the screen I see that:&lt;br /&gt;http://i60.tinypic.com/33vewec.jpg]]></description>
			<content:encoded><![CDATA[<p>I tried to upload this code but I cannot make this to work.<br />On ESPlorer it stucks at &quot;Updating weather&quot; and on the screen I see that:<br /><a href="http://i60.tinypic.com/33vewec.jpg" rel="nofollow ugc">http://i60.tinypic.com/33vewec.jpg</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juan Fernandez		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-136</link>

		<dc:creator><![CDATA[Juan Fernandez]]></dc:creator>
		<pubDate>Mon, 20 Jul 2015 08:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-136</guid>

					<description><![CDATA[Hi.&lt;br /&gt;That&#039;s a very good idea you had.&lt;br /&gt;I thought that for me, a weather forecast would be more useful, so I implemented it.&lt;br /&gt;It has an AP mode for configuration and scrolls the forecasts on the OLED 3 at a time.&lt;br /&gt;You can find the code and Eagle schematics at https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP&lt;br /&gt;I had to use a custom build of NodeMCU to free enough heap.&lt;br /&gt;I borrowed most of the icons (converted to 30x30) and some of your code. I hope you don&#039;t mind ;)&lt;br /&gt;Thanks again for your idea and code...&lt;br /&gt;- Juan -]]></description>
			<content:encoded><![CDATA[<p>Hi.<br />That&#39;s a very good idea you had.<br />I thought that for me, a weather forecast would be more useful, so I implemented it.<br />It has an AP mode for configuration and scrolls the forecasts on the OLED 3 at a time.<br />You can find the code and Eagle schematics at <a href="https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP" rel="nofollow ugc">https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP</a><br />I had to use a custom build of NodeMCU to free enough heap.<br />I borrowed most of the icons (converted to 30&#215;30) and some of your code. I hope you don&#39;t mind 😉<br />Thanks again for your idea and code&#8230;<br />&#8211; Juan &#8211;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juan Fernandez		</title>
		<link>https://blog.squix.org/2015/05/esp8266-projects-internet-connected.html#comment-135</link>

		<dc:creator><![CDATA[Juan Fernandez]]></dc:creator>
		<pubDate>Mon, 20 Jul 2015 08:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/23/esp8266-projects-internet-connected/#comment-135</guid>

					<description><![CDATA[Hi.&lt;br /&gt;That&#039;s a very good idea you had.&lt;br /&gt;I thought that for me, a weather forecast would be more useful, so I implemented it.&lt;br /&gt;It has an AP mode for configuration and scrolls the forecasts on the OLED 3 at a time.&lt;br /&gt;You can find the code and Eagle schematics at https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP&lt;br /&gt;I had to use a custom build of NodeMCU to free enough heap.&lt;br /&gt;I borrowed most of the icons (converted to 30x30) and some of your code. I hope you don&#039;t mind ;)&lt;br /&gt;Thanks again for your idea and code...&lt;br /&gt;- Juan -]]></description>
			<content:encoded><![CDATA[<p>Hi.<br />That&#39;s a very good idea you had.<br />I thought that for me, a weather forecast would be more useful, so I implemented it.<br />It has an AP mode for configuration and scrolls the forecasts on the OLED 3 at a time.<br />You can find the code and Eagle schematics at <a href="https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP" rel="nofollow ugc">https://github.com/DonJuanito99/ESP8266/tree/master/MeteoESP</a><br />I had to use a custom build of NodeMCU to free enough heap.<br />I borrowed most of the icons (converted to 30&#215;30) and some of your code. I hope you don&#39;t mind 😉<br />Thanks again for your idea and code&#8230;<br />&#8211; Juan &#8211;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
