<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ESP8266]]></title><description><![CDATA[<p dir="auto">I recently learned about the <a href="https://en.wikipedia.org/wiki/ESP8266" rel="nofollow ugc">ESP8266</a> and have become quite fascinated. I was able to pick up a board locally for about $10 (but online, they are only a few dollars) and after connecting a simple temperature and humidity sensor was able to get it pushing sensor data over WiFi to Mango running in AWS (via a free online MQTT broker) in really no time.</p>
<p dir="auto">Has anyone else been playing with these units and done anything interesting? As a standalone sensor, or remote IO, they are very interesting, but I wonder if anyone has come up with any really creative applications - like using them as a modbus-TCP to Serial gateway, or implementing some sort of logging and syncing with Mango?</p>
<p dir="auto">Best<br />
Jeremy</p>
]]></description><link>https://forum.mango-os.com/topic/2768/esp8266</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 13:46:18 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2768.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 May 2017 20:08:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ESP8266 on Thu, 18 May 2017 22:32:52 GMT]]></title><description><![CDATA[<p dir="auto">Yes, Bosch sensors are excellent. Great documentation, unlike most "Chinese" sensors.</p>
<p dir="auto">Can't wait to get a BME680. It suppose to sense Volatile Organic Compound gases., as well as temp, humi and pres..</p>
]]></description><link>https://forum.mango-os.com/post/14464</link><guid isPermaLink="true">https://forum.mango-os.com/post/14464</guid><dc:creator><![CDATA[Balistar]]></dc:creator><pubDate>Thu, 18 May 2017 22:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 on Thu, 18 May 2017 20:00:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/balistar" aria-label="Profile: Balistar">@<bdi>Balistar</bdi></a> That BME280 module is really interesting! Includes a barometer and according to this article, is much more accurate than the DHT type sensors:</p>
<p dir="auto"><a href="https://www.kandrsmith.org/RJS/Misc/Hygrometers/calib_many.html" rel="nofollow ugc">https://www.kandrsmith.org/RJS/Misc/Hygrometers/calib_many.html</a></p>
]]></description><link>https://forum.mango-os.com/post/14462</link><guid isPermaLink="true">https://forum.mango-os.com/post/14462</guid><dc:creator><![CDATA[jeremyh]]></dc:creator><pubDate>Thu, 18 May 2017 20:00:07 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 on Wed, 17 May 2017 18:56:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joelhaggar" aria-label="Profile: JoelHaggar">@<bdi>JoelHaggar</bdi></a> said in <a href="/post/14437">ESP8266</a>:</p>
<blockquote>
<p dir="auto">With your setup did you use the Mango MQTT Data Source</p>
</blockquote>
<p dir="auto">Yes; The ESP8266 is publishing temperature, humidity and an analogue value (from a light dependent resistor) to a simple free online broker (<a href="http://cloudmqtt.com" rel="nofollow ugc">cloudmqtt.com</a>) and then I configured the MQTT data source to subscribe to messages from the broker.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bitreaper" aria-label="Profile: bitreaper">@<bdi>bitreaper</bdi></a> said in <a href="/post/14438">ESP8266</a>:</p>
<blockquote>
<p dir="auto">I was curious, did you use the Arduino environment and the pubsubclient library?  Also, which sensor did you use?  The DHT-11?</p>
</blockquote>
<p dir="auto">Yes, I used the pubsubclient library and a DHT22 sensor. I just used a basic boilerplate sketch that I found online. I think that my code may need tweaking as it looks like it may create a new connection/socket each time it pushes an update but it's otherwise working fine.</p>
<p dir="auto">I had hoped that MQTT, or at least the pubsubclient library, would include some sort of provision for store-and-forward or buffering in case of a dropped connection, but that doesn't seem to be the case. Functionally, it seems to offer few advantages over other protocols, but I have yet to really dig in to it. My next small project will be to drive a relay using MQTT and that will pose some interesting questions with respect to maintaining state, discarding old commands, etc.</p>
]]></description><link>https://forum.mango-os.com/post/14449</link><guid isPermaLink="true">https://forum.mango-os.com/post/14449</guid><dc:creator><![CDATA[jeremyh]]></dc:creator><pubDate>Wed, 17 May 2017 18:56:02 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 on Wed, 17 May 2017 12:19:51 GMT]]></title><description><![CDATA[<p dir="auto">Modbus IP on a ESP8266 works well. I have about 50 of them with a BME280 module supplying temperature, humidity and pressure to my Mango systems.</p>
<p dir="auto">ModbusIP_ESP8266.h</p>
]]></description><link>https://forum.mango-os.com/post/14444</link><guid isPermaLink="true">https://forum.mango-os.com/post/14444</guid><dc:creator><![CDATA[Balistar]]></dc:creator><pubDate>Wed, 17 May 2017 12:19:51 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 on Tue, 16 May 2017 20:35:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Jeremy,</p>
<p dir="auto">I was curious, did you use the Arduino environment and the pubsubclient library?  Also, which sensor did you use?  The DHT-11?</p>
<p dir="auto">Bit</p>
]]></description><link>https://forum.mango-os.com/post/14438</link><guid isPermaLink="true">https://forum.mango-os.com/post/14438</guid><dc:creator><![CDATA[bitreaper]]></dc:creator><pubDate>Tue, 16 May 2017 20:35:40 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 on Tue, 16 May 2017 21:12:22 GMT]]></title><description><![CDATA[<p dir="auto">I do know of someone using these for wireless temp sensors and making a http post to Mango.  They do seem like a really powerful device.  I talked to them about the idea of doing a TCP to serial converter with them and they seemed to think this would be possible but we didn't take it any further.</p>
<p dir="auto">With your setup did you use the Mango MQTT Data Source?</p>
]]></description><link>https://forum.mango-os.com/post/14437</link><guid isPermaLink="true">https://forum.mango-os.com/post/14437</guid><dc:creator><![CDATA[JoelHaggar]]></dc:creator><pubDate>Tue, 16 May 2017 21:12:22 GMT</pubDate></item></channel></rss>