<?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[U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2]]></title><description><![CDATA[<p dir="auto">Hi, I'm trying to run a project that can control a relay using LTE-M communication.<br />
I'm working with the CATM (U128)<br />
<a href="https://docs.m5stack.com/en/unit/cat_m" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/unit/cat_m</a></p>
<p dir="auto">I'm using two different modules: Atom Lite and AtomS3 Lite, so in UiFlow v1 and UiFlow v2. While UiFlow1 has an additional CATM UNIT, UiFlow2 does not.</p>
<p dir="auto">In M5Burner, I've set com.x to True and set the APN as required for my SIM card.<br />
Does anyone have a ready-to-use project built with blocks using MQTT? Either for UiFlow 1 or 2. Because I can't get it to work.</p>
<p dir="auto">While I've built a program on Wi-Fi that sends and receives MQTT, with the CATM I don't receive any IP as if it's not connecting to the internet.</p>
<p dir="auto">On the module's page, there's only an example for Arduino and I'm looking for one for UiFlow.<br />
Below, I've attached a screenshot of the blocks and while I can retrieve IMEI or CCID queries, I'm unable to connect to the internet.</p>
<p dir="auto">The SIM card is tested on Mikrotik KNOT, where I also have LTE-M and I can send and receive MQTT there. The PIN is turned off.</p>
<p dir="auto">I'd greatly appreciate any support on what and how I can check why I'm not getting an IP address. Thanks.</p>
<p dir="auto"><img src="/assets/uploads/files/1692607478481-screenshot-2023-08-21-at-10.40.40-resized.png" alt="0_1692607485678_Screenshot 2023-08-21 at 10.40.40.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/5601/u128-catm-atom-lite-and-atmos3-lite-uiflow-v1-and-v2</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 16:28:23 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5601.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Aug 2023 08:45:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2 on Wed, 23 Aug 2023 08:39:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/49345">@marek-5pi-eu</a></p>
<p dir="auto">you are welcome. I am happy to hear you got it working. And thank you for letting me know.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22035</link><guid isPermaLink="true">https://community.m5stack.com/post/22035</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 23 Aug 2023 08:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2 on Tue, 22 Aug 2023 23:30:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello Felix,</p>
<p dir="auto">Thank you very much for your assistance. After manually configuring the APN via AT commands, everything is working perfectly. The pass-through example with UART2: TX = 26, RX = 32 was very helpful.</p>
<p dir="auto">Thanks again,<br />
[Marek]<br />
<img src="/assets/uploads/files/1692747021453-screenshot-2023-08-23-at-01.29.03.png" alt="0_1692747037472_Screenshot 2023-08-23 at 01.29.03.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/22034</link><guid isPermaLink="true">https://community.m5stack.com/post/22034</guid><dc:creator><![CDATA[marek-5pi.eu]]></dc:creator><pubDate>Tue, 22 Aug 2023 23:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2 on Mon, 21 Aug 2023 20:34:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/49345">@marek-5pi-eu</a></p>
<p dir="auto">no, I do not, sorry.</p>
<p dir="auto">Have you tried the <a href="https://flow.m5stack.com/?examples=uart_pass_through_demo" target="_blank" rel="noopener noreferrer nofollow ugc">pass through example</a> so you can try and test AT commands from a terminal? You'll need to adapt UART2: TX = 26, RX = 32.</p>
<p dir="auto">You can find the necessary AT commands to manually set the APN in chapter 4.2 of this <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/sim7080g/en/SIM7070_SIM7080_SIM7090%20Series_MQTT(S)_Application%20Note_V1.03.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">document</a>.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22031</link><guid isPermaLink="true">https://community.m5stack.com/post/22031</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 21 Aug 2023 20:34:25 GMT</pubDate></item><item><title><![CDATA[Reply to U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2 on Mon, 21 Aug 2023 19:42:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Hello Felix,</p>
<p dir="auto">Thank you very much for your response. Do you have any sample working code for UiFlow with CATM?</p>
<p dir="auto">The mentioned blue light blinks every 800ms, indicating no network connection. I tried the SIM card again on Mikrotik KNOT, and it works there. Hence, I assume that the SIM card is fine.</p>
<p dir="auto">Maybe the Polish provider Orange doesn't automatically assign the APN. How can I configure the APN using AT commands?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://community.m5stack.com/post/22029</link><guid isPermaLink="true">https://community.m5stack.com/post/22029</guid><dc:creator><![CDATA[marek-5pi.eu]]></dc:creator><pubDate>Mon, 21 Aug 2023 19:42:33 GMT</pubDate></item><item><title><![CDATA[Reply to U128 CATM @ Atom Lite and AtmoS3 Lite @ UiFlow v1 and v2 on Mon, 21 Aug 2023 12:54:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/49345">@marek-5pi-eu</a></p>
<p dir="auto">I think the <code>COM.X</code> flag and <code>APN</code> field in M5Burner only works for COM.X modules (and not for units) as setting that flag to <code>True</code> or <code>False</code> doesn't change anything in my tests.</p>
<p dir="auto">What is the blinking pattern of the blue netlight LED? It tells you about the connection / registration status.</p>
<p dir="auto">From the Hardware Design document:</p>
<p dir="auto"><em>NETLIGHT pin status Module status<br />
64ms ON, 800ms OFF --&gt; No registered network<br />
64ms ON, 3000ms OFF --&gt; Registered network (PS domain registration success)<br />
64ms ON, 300ms OFF --&gt; Data transmit (PPP dial-up state and use of data services such as internal<br />
TCP/FTP/HTTP)<br />
OFF --&gt; Power off or PSM mode</em></p>
<p dir="auto">BTW: the modem should get the correct APN from the network automatically.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/22025</link><guid isPermaLink="true">https://community.m5stack.com/post/22025</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 21 Aug 2023 12:54:10 GMT</pubDate></item></channel></rss>