<?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: ESP8266 MQTT client on RTOS	</title>
	<atom:link href="https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/feed/" rel="self" type="application/rss+xml" />
	<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/</link>
	<description>Electronics, Computers at leisure time</description>
	<lastBuildDate>Tue, 14 Mar 2017 12:06:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: valmik thakar		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-229</link>

		<dc:creator><![CDATA[valmik thakar]]></dc:creator>
		<pubDate>Tue, 14 Mar 2017 12:06:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-229</guid>

					<description><![CDATA[Hello,
I have used this mqtt library for esp8266 project.
And it works fine. 
but when I tried to subscribe on  multiple topic with same client, failed to subscribe.
so, This library can not support multiple subscription.]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I have used this mqtt library for esp8266 project.<br />
And it works fine.<br />
but when I tried to subscribe on  multiple topic with same client, failed to subscribe.<br />
so, This library can not support multiple subscription.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zengfu		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-228</link>

		<dc:creator><![CDATA[zengfu]]></dc:creator>
		<pubDate>Thu, 08 Dec 2016 05:58:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-228</guid>

					<description><![CDATA[I think the semaphore maybe be replaced by the event bit.]]></description>
			<content:encoded><![CDATA[<p>I think the semaphore maybe be replaced by the event bit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: valmik thakar		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-227</link>

		<dc:creator><![CDATA[valmik thakar]]></dc:creator>
		<pubDate>Thu, 20 Oct 2016 08:35:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-227</guid>

					<description><![CDATA[Hi I face issue like,
xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: build/app1.out section `.text&#039; will not fit in region `iram1_0_seg&#039;

I tried to change length in ld flag and compile correctly device continuously reboot.
I use RTOS 1.4.0 SDK.]]></description>
			<content:encoded><![CDATA[<p>Hi I face issue like,<br />
xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: build/app1.out section `.text&#8217; will not fit in region `iram1_0_seg&#8217;</p>
<p>I tried to change length in ld flag and compile correctly device continuously reboot.<br />
I use RTOS 1.4.0 SDK.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rickson Dpenha		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-226</link>

		<dc:creator><![CDATA[Rickson Dpenha]]></dc:creator>
		<pubDate>Sat, 27 Aug 2016 04:48:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-226</guid>

					<description><![CDATA[Hello have u worked with wolfmqtt? It has SSL support]]></description>
			<content:encoded><![CDATA[<p>Hello have u worked with wolfmqtt? It has SSL support</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ALEXANDRE PINHEIRO		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-225</link>

		<dc:creator><![CDATA[ALEXANDRE PINHEIRO]]></dc:creator>
		<pubDate>Mon, 25 Apr 2016 04:38:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-225</guid>

					<description><![CDATA[Hi, great job! I have limited skills on C, and I&#039;m trying to figure out how to output using printf the received message. I noticed that your code print one character at once (using the dsmg_putchar), but I&#039;m having hard time to convert this to a usable string.]]></description>
			<content:encoded><![CDATA[<p>Hi, great job! I have limited skills on C, and I&#8217;m trying to figure out how to output using printf the received message. I noticed that your code print one character at once (using the dsmg_putchar), but I&#8217;m having hard time to convert this to a usable string.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-224</link>

		<dc:creator><![CDATA[Ravi]]></dc:creator>
		<pubDate>Sun, 17 Jan 2016 11:56:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-224</guid>

					<description><![CDATA[Hi Baoshi, Thank you for the reply. I will try that out and let you know. By the way, do you have a simple UART echo program for ESP8266? I am trying to read data on UART0 and echo it back to UART0. 

Reading the UART fails somehow fails with a fatal exception 28. I am partially using the UART.c file from the UART_TCP_PassThroughDemo project.]]></description>
			<content:encoded><![CDATA[<p>Hi Baoshi, Thank you for the reply. I will try that out and let you know. By the way, do you have a simple UART echo program for ESP8266? I am trying to read data on UART0 and echo it back to UART0. </p>
<p>Reading the UART fails somehow fails with a fatal exception 28. I am partially using the UART.c file from the UART_TCP_PassThroughDemo project.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Baoshi		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-223</link>

		<dc:creator><![CDATA[Baoshi]]></dc:creator>
		<pubDate>Sun, 17 Jan 2016 03:11:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-223</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-222&quot;&gt;Ravi&lt;/a&gt;.

Hi Ravi,
You can locate /ld/eagle.app.v6.ld, there is a section
&lt;code&gt;MEMORY
{
  ...
  irom0_0_seg :                       	org = 0x40240000, len = 0x0fb000
}&lt;/code&gt;
Change len according to your module&#039;s flash size. There are some sample values at the top of the file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-222">Ravi</a>.</p>
<p>Hi Ravi,<br />
You can locate /ld/eagle.app.v6.ld, there is a section<br />
<code>MEMORY<br />
{<br />
  ...<br />
  irom0_0_seg :                       	org = 0x40240000, len = 0x0fb000<br />
}</code><br />
Change len according to your module&#8217;s flash size. There are some sample values at the top of the file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-222</link>

		<dc:creator><![CDATA[Ravi]]></dc:creator>
		<pubDate>Sat, 16 Jan 2016 16:54:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-222</guid>

					<description><![CDATA[Hello Baoshi,

I tried compiling your code and I get the below error message:
I too am using the RTOS SDK 1.3.0. Can you please help me with this?

c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/5.1.0/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section `.irom0.text&#039; will not fit in region `irom0_0_seg&#039;
collect2.exe: error: ld returned 1 exit status
C:/Users/Ravi/workspace/PahoMQTT/Makefile:225: recipe for target &#039;build/app.out&#039; failed
mingw32-make: *** [build/app.out] Error 1]]></description>
			<content:encoded><![CDATA[<p>Hello Baoshi,</p>
<p>I tried compiling your code and I get the below error message:<br />
I too am using the RTOS SDK 1.3.0. Can you please help me with this?</p>
<p>c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/5.1.0/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section `.irom0.text&#8217; will not fit in region `irom0_0_seg&#8217;<br />
collect2.exe: error: ld returned 1 exit status<br />
C:/Users/Ravi/workspace/PahoMQTT/Makefile:225: recipe for target &#8216;build/app.out&#8217; failed<br />
mingw32-make: *** [build/app.out] Error 1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://ba0sh1.com/2015/08/30/esp8266-mqtt-rtos/#comment-221</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 16 Nov 2015 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.ba0sh1.com/?p=1133#comment-221</guid>

					<description><![CDATA[Excellent work! I have the Tuan implementation in my current project but I will look closely at your implementation for the future. Looking forward to the ESP32 as well!]]></description>
			<content:encoded><![CDATA[<p>Excellent work! I have the Tuan implementation in my current project but I will look closely at your implementation for the future. Looking forward to the ESP32 as well!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
