<?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[decoding received Lora P2P messages]]></title><description><![CDATA[<p dir="auto">In Uiflow2, the Lora Units append the transmitted data to some transmission metrics in a form of tuple.</p>
<p dir="auto">I need to strip out the json I'm sending in the third part of the tuple from the unwanted information, and get that into a map to access the values. This is proving difficult in UiFlow2. Does anyone have a uiflow2 example of doing this?</p>
<pre><code>(-22, 11, '{"mpa": 1, "cnt": 1, "rly": 1, "v": 66, "l": 1}')
</code></pre>
]]></description><link>https://community.m5stack.com/topic/7750/decoding-received-lora-p2p-messages</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 04:12:12 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7750.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Aug 2025 01:59:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to decoding received Lora P2P messages on Thu, 14 Aug 2025 05:21:03 GMT]]></title><description><![CDATA[<p dir="auto">well sorted it out by counting characters...however this will break if the preamble data changes length and i can't locate a spec for this protocol.</p>
<p dir="auto">The UIFlow2 section of the online specs in m5.docs also just says 'coming soon' for UIFlow2....although it does actually exist (albeit undocumented....).</p>
<p dir="auto">Is there another source for this documentation???</p>
]]></description><link>https://community.m5stack.com/post/29747</link><guid isPermaLink="true">https://community.m5stack.com/post/29747</guid><dc:creator><![CDATA[adamm5]]></dc:creator><pubDate>Thu, 14 Aug 2025 05:21:03 GMT</pubDate></item></channel></rss>