<?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[ATOM DTU NB MQTT Example dosn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hello Community,</p>
<p dir="auto">i have an ATOM DTU NB iot device and i try the example flow in UIFlow Base - DTU - NB-iot - Load Example. I changed the mqtt-Server and credentials but i get an error.</p>
<p dir="auto">Serial Output:</p>
<p dir="auto">"rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<br />
configsip: 188777542, SPIWP:0xee<br />
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<br />
mode:DIO, clock div:1<br />
load:0x3fff0018,len:4<br />
load:0x3fff001c,len:5228<br />
load:0x40078000,len:12908<br />
ho 0 tail 12 room 4<br />
load:0x40080400,len:3512<br />
entry 0x4008063c</p>
<pre><code>   _  __ _               
</code></pre>
<p dir="auto">_   <em>(</em>)/ <em>| | _____      __<br />
| | | | | |</em>| |/ _ \ \ /\ / /<br />
| |<em>| | |  <em>| | (</em>) \ V  V /<br />
_</em>,<em>|</em>|<em>| |</em>|___/ _/_/</p>
<p dir="auto">APIKEY: XXXXXXXX<br />
Traceback (most recent call last):<br />
File "<a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow ugc">main.py</a>", line 36, in &lt;module&gt;<br />
File "base/DTU_NB.py", line 50, in mqtt_to_connect<br />
File "base/DTU_NB.py", line 75, in mqtt_ischeck_connect<br />
IndexError: list index out of range<br />
MicroPython f78d1e78a-dirty on 2022-11-24; M5Stack with ESP32<br />
Type "help()" for more information.<br />
"</p>
<p dir="auto">SIM is inserted. What i'm doing wrong? Can somebody help?</p>
]]></description><link>https://community.m5stack.com/topic/4864/atom-dtu-nb-mqtt-example-dosn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 07:40:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4864.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Dec 2022 15:02:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ATOM DTU NB MQTT Example dosn&#x27;t work on Wed, 07 Dec 2022 17:24:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/bennob" aria-label="Profile: BennoB">@<bdi>BennoB</bdi></a></p>
<p dir="auto">I can confirm that the UiFlow example doesn't work for me either. The block to connect to MQTT seems to be broken or not properly adapted for the SIM7020.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> : please fix. Thank you.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19466</link><guid isPermaLink="true">https://community.m5stack.com/post/19466</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 07 Dec 2022 17:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM DTU NB MQTT Example dosn&#x27;t work on Tue, 06 Dec 2022 13:27:26 GMT]]></title><description><![CDATA[<p dir="auto">Same issue with downgraded V1.9.9</p>
]]></description><link>https://community.m5stack.com/post/19451</link><guid isPermaLink="true">https://community.m5stack.com/post/19451</guid><dc:creator><![CDATA[BennoB]]></dc:creator><pubDate>Tue, 06 Dec 2022 13:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM DTU NB MQTT Example dosn&#x27;t work on Tue, 06 Dec 2022 13:21:24 GMT]]></title><description><![CDATA[<p dir="auto">The same. Nothing changed. Load example, Download to device, open Terminal and reset device with button B.</p>
<p dir="auto">rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<br />
configsip: 188777542, SPIWP:0xee<br />
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<br />
mode:DIO, clock div:1<br />
load:0x3fff0018,len:4<br />
load:0x3fff001c,len:5228<br />
load:0x40078000,len:12908<br />
ho 0 tail 12 room 4<br />
load:0x40080400,len:3512<br />
entry 0x4008063c</p>
<pre><code>   _  __ _               
</code></pre>
<p dir="auto">_   <em>(</em>)/ <em>| | _____      __<br />
| | | | | |</em>| |/ _ \ \ /\ / /<br />
| |<em>| | |  <em>| | (</em>) \ V  V /<br />
_</em>,<em>|</em>|<em>| |</em>|___/ _/_/</p>
<p dir="auto">APIKEY: XXXXXXXX<br />
Traceback (most recent call last):<br />
File "<a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow ugc">main.py</a>", line 36, in &lt;module&gt;<br />
File "base/DTU_NB.py", line 50, in mqtt_to_connect<br />
File "base/DTU_NB.py", line 75, in mqtt_ischeck_connect<br />
IndexError: list index out of range<br />
MicroPython f78d1e78a-dirty on 2022-11-24; M5Stack with ESP32<br />
Type "help()" for more information.</p>
]]></description><link>https://community.m5stack.com/post/19450</link><guid isPermaLink="true">https://community.m5stack.com/post/19450</guid><dc:creator><![CDATA[BennoB]]></dc:creator><pubDate>Tue, 06 Dec 2022 13:21:24 GMT</pubDate></item><item><title><![CDATA[Reply to ATOM DTU NB MQTT Example dosn&#x27;t work on Mon, 05 Dec 2022 16:28:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/bennob" aria-label="Profile: BennoB">@<bdi>BennoB</bdi></a></p>
<p dir="auto">have you tried to run the example without modification, e.g. connecting to <code>mqtt.m5stack.com</code> as a test? Does that work?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19443</link><guid isPermaLink="true">https://community.m5stack.com/post/19443</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 05 Dec 2022 16:28:11 GMT</pubDate></item></channel></rss>