<?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[Pymesh updates]]></title><description><![CDATA[<p dir="auto">Hi community 🙌</p>
<p dir="auto">I want to share with you the Pymesh (LoRa Mesh) current development and plans; last release of Pymesh is in <a href="https://forum.pycom.io/topic/4359/new-v1-20-0-release-candidate-v1-20-0-rc7/15">v1.20.0.rc7</a><br />
For starting, this is my <a href="https://www.youtube.com/watch?v=Ab_WFE93BQI" target="_blank" rel="noopener noreferrer nofollow">Pymesh presentation(workshop)</a> done at TTN Conf Jan 2019 Amsterdam; if you have any questions 🗣<br />
As I've said in a previous mail, currently I'm working on the Border Router feature, I try to explain in a nice micropy script, basically how Pymesh data can be exposed outside of mesh, on Wifi/BLE/Cellular to the ☁.<br />
Not to forget the 📕 were copied here: <a href="https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html</a> and <a href="https://docs.pycom.io/tutorials/lora/lora-mesh.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/tutorials/lora/lora-mesh.html</a> with a disclaimer, as Pymesh is included just in RC (development) releases.<br />
But, no worries, 😅 we'll include it in the first official stable.<br />
We're planning in releasing firmware releases with and without Pymesh, due to relatively large (~200KB) code-size.<br />
I'm working at the road-plan for further Pymesh features.<br />
Long-term plan is exposing more openthread features, make tons of tests (lots of nodes, distance); connect Pymesh with Pybytes, optimise power-consumption, security for private Pymesh, profile some KPI (data able to be sent over Pymesh), and of course share all plans with community (basically I will open-source the micropy scripts presented in workshop, have some articles to explain all use-cases).<br />
Just let me know your thoughts, about the further projects, and we could include requirements into official development.</p>
]]></description><link>https://forum.pycom.io/topic/4449/pymesh-updates</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 02:01:21 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4449.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Feb 2019 16:18:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Pymesh updates on Wed, 27 Feb 2019 10:39:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi community 🙌</p>
<p dir="auto">I want to share with you the Pymesh (LoRa Mesh) current development and plans; last release of Pymesh is in <a href="https://forum.pycom.io/topic/4359/new-v1-20-0-release-candidate-v1-20-0-rc7/15">v1.20.0.rc7</a><br />
For starting, this is my <a href="https://www.youtube.com/watch?v=Ab_WFE93BQI" target="_blank" rel="noopener noreferrer nofollow">Pymesh presentation(workshop)</a> done at TTN Conf Jan 2019 Amsterdam; if you have any questions 🗣<br />
As I've said in a previous mail, currently I'm working on the Border Router feature, I try to explain in a nice micropy script, basically how Pymesh data can be exposed outside of mesh, on Wifi/BLE/Cellular to the ☁.<br />
Not to forget the 📕 were copied here: <a href="https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/firmwareapi/pycom/network/lora/pymesh.html</a> and <a href="https://docs.pycom.io/tutorials/lora/lora-mesh.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/tutorials/lora/lora-mesh.html</a> with a disclaimer, as Pymesh is included just in RC (development) releases.<br />
But, no worries, 😅 we'll include it in the first official stable.<br />
We're planning in releasing firmware releases with and without Pymesh, due to relatively large (~200KB) code-size.<br />
I'm working at the road-plan for further Pymesh features.<br />
Long-term plan is exposing more openthread features, make tons of tests (lots of nodes, distance); connect Pymesh with Pybytes, optimise power-consumption, security for private Pymesh, profile some KPI (data able to be sent over Pymesh), and of course share all plans with community (basically I will open-source the micropy scripts presented in workshop, have some articles to explain all use-cases).<br />
Just let me know your thoughts, about the further projects, and we could include requirements into official development.</p>
]]></description><link>https://forum.pycom.io/post/26216</link><guid isPermaLink="true">https://forum.pycom.io/post/26216</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Wed, 27 Feb 2019 10:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 26 Feb 2019 17:14:28 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the update.</p>
<p dir="auto">When a node designated as a router receives a packet is this automatically sent out to the neighbours or does the application code need to resend to neighbours in the receiver callback function?</p>
<p dir="auto">Thanks, trying to understand the process as I'm starting to build a larger mesh of nodes.</p>
<p dir="auto">Thanks</p>
<p dir="auto">Andrew</p>
]]></description><link>https://forum.pycom.io/post/26218</link><guid isPermaLink="true">https://forum.pycom.io/post/26218</guid><dc:creator><![CDATA[thinginnovations]]></dc:creator><pubDate>Tue, 26 Feb 2019 17:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 26 Feb 2019 20:49:25 GMT]]></title><description><![CDATA[<p dir="auto">hi Andrew,</p>
<p dir="auto">The router sends (routes) a packet to the destination, using the internal Thread routing(vector-distance algorithm). There could be some trouble, as the IPv6 of the destination should be known (either RLOC or ML-EID from <a href="https://openthread.io/guides/thread-primer/ipv6-addressing" target="_blank" rel="noopener noreferrer nofollow">here</a>).<br />
In the TTN conf scripts I've implemented some sort or ARP (MAC to IP resolution), so node with LoRa MAC 0xA can send a message to the node 0xB, without knowing B's IPv6 (internally node A interrogates Leader to find IP of node B).<br />
I'll try to open-source them ASAP.</p>
]]></description><link>https://forum.pycom.io/post/26225</link><guid isPermaLink="true">https://forum.pycom.io/post/26225</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Tue, 26 Feb 2019 20:49:25 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 27 Feb 2019 11:42:54 GMT]]></title><description><![CDATA[<p dir="auto">For the Networks Engineers 🤓, this are the OSI Layers that are stacked into LoRa Mesh (Pymesh) feature:<br />
<img src="/assets/uploads/files/1551267466274-screenshot-2019-02-27-at-13.36.32-resized.png" alt="0_1551267465638_Screenshot 2019-02-27 at 13.36.32.png" class="img-responsive img-markdown" /><br />
So, <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2982">@thinginnovations</a> Andrew, the IPv6 routing is already handled at Transport level.</p>
]]></description><link>https://forum.pycom.io/post/26243</link><guid isPermaLink="true">https://forum.pycom.io/post/26243</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Wed, 27 Feb 2019 11:42:54 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 05 Mar 2019 14:08:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> Awesome when do you think stable version to be released?</p>
]]></description><link>https://forum.pycom.io/post/26424</link><guid isPermaLink="true">https://forum.pycom.io/post/26424</guid><dc:creator><![CDATA[Jordan Reyes]]></dc:creator><pubDate>Tue, 05 Mar 2019 14:08:34 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 05 Mar 2019 17:20:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4028">@jordan-reyes</a>, announcing a stable release with Pymesh included, it's not a matter of Pymesh being not stable. There are some other features/improvements that need to be tested in whole firmware. Sorry, I don't know more details, probably the bugs/requests were raised on forum :)</p>
<p dir="auto">Some new Pymesh features were just released internally (so they will be incorporated in the next RC, probably this Friday) plus some example scripting for Border Router:</p>
<ul>
<li>added socket binding to IP, add listing border_router</li>
<li>BUG: src and dest port on BR should he Host Swapped</li>
<li>Mesh.rx_cb() added argument, with the callback</li>
<li>added Mesh.border_router_del(prefix) method, for erasing Border Router entry</li>
<li>added multi-socckets (max 3)</li>
<li>added Border Router socket with header IP and port destination<br />
I did not forgot, we'll open-source some Pygo example scripts, as promised. I need to update/test for the new release.</li>
</ul>
<p dir="auto">Plus, working on some Pymesh Roadmap...</p>
]]></description><link>https://forum.pycom.io/post/26431</link><guid isPermaLink="true">https://forum.pycom.io/post/26431</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Tue, 05 Mar 2019 17:20:44 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 08 Mar 2019 11:18:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">In the release 1.20.0.rc8 the Pymesh was updated, please check <a href="https://forum.pycom.io/topic/4499/firmware-release-candidate-v1-20-0-rc8">https://forum.pycom.io/topic/4499/firmware-release-candidate-v1-20-0-rc8</a></p>
<p dir="auto">As usual, let me know what's not clear, the Border Router example a bit too simple.</p>
]]></description><link>https://forum.pycom.io/post/26492</link><guid isPermaLink="true">https://forum.pycom.io/post/26492</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Fri, 08 Mar 2019 11:18:52 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Sat, 09 Mar 2019 11:48:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> ooo, interesting. Thanks for the update.</p>
<p dir="auto">Andrew</p>
]]></description><link>https://forum.pycom.io/post/26512</link><guid isPermaLink="true">https://forum.pycom.io/post/26512</guid><dc:creator><![CDATA[thinginnovations]]></dc:creator><pubDate>Sat, 09 Mar 2019 11:48:17 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 12 Mar 2019 22:53:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> had a lot of issues with 1.20.0.rc7  almost all nodes were corrupted with guru meditation error on lora.mesh.  the mesh seemed to be the issue, The error did not seem to be on previous versions, (although it wasn't run very long on previous version prior to update), I am hoping with rc8 this problem is fixed....</p>
]]></description><link>https://forum.pycom.io/post/26575</link><guid isPermaLink="true">https://forum.pycom.io/post/26575</guid><dc:creator><![CDATA[Jordan Reyes]]></dc:creator><pubDate>Tue, 12 Mar 2019 22:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 13 Mar 2019 09:21:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi Jordan,<br />
Yes, please try the RC8 release, I did not had any issue with RC7, either.<br />
Now I am running the Pymesh with ~30 micropython scripts (sending data to the Cloud, using Wifi and BLE), also creating Pymesh with 20+ nodes(lopy4 and Fipy), no Error found.</p>
]]></description><link>https://forum.pycom.io/post/26580</link><guid isPermaLink="true">https://forum.pycom.io/post/26580</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Wed, 13 Mar 2019 09:21:59 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 13 Mar 2019 13:58:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> with both deployed is orignial lopy, not lopy4 would this be any difference with about 12 nodes. it was running for a bit and then would crash, but we weren't getting  stable communication either, some were more consistent then others.</p>
]]></description><link>https://forum.pycom.io/post/26587</link><guid isPermaLink="true">https://forum.pycom.io/post/26587</guid><dc:creator><![CDATA[Jordan Reyes]]></dc:creator><pubDate>Wed, 13 Mar 2019 13:58:08 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 13 Mar 2019 21:38:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> deployed rc8 upon boot up nodes hit (outside With Line of sight ) and they are suppose to respond every ten seconds, some responsive more than others but after some time they do not send data anymore. Sometimes it lasts an hour sometimes a day but it is not reliable.  What is environment you are running your set upon.  We are covering about 2.25-2.5 km.</p>
]]></description><link>https://forum.pycom.io/post/26593</link><guid isPermaLink="true">https://forum.pycom.io/post/26593</guid><dc:creator><![CDATA[Jordan Reyes]]></dc:creator><pubDate>Wed, 13 Mar 2019 21:38:51 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Thu, 14 Mar 2019 08:10:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4028">@jordan-reyes</a> I did not properly tested Pymesh on Lopy1, mainly because the scripts that I use, occupy lots of RAM.<br />
What LoRa params are you using, spreading-factor, bandwidth? I would start tests with fastest datarate (SF7, BW 250). Are you printing the RSSI values, if they are at the border (for that SF, for ex: lower than -115), there could be corrupted packets, that Node could exit/re-enter the Mesh.<br />
10 seconds is a small waiting time; Mesh internally sends, every 32 seconds, sends a keepalive between each pair of neighbours (last communication is in the <code>age</code> field from <code>Mesh.neighbors()</code> and <code>Mesh.routers()</code>).</p>
]]></description><link>https://forum.pycom.io/post/26602</link><guid isPermaLink="true">https://forum.pycom.io/post/26602</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Thu, 14 Mar 2019 08:10:42 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 15 Mar 2019 00:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> SF is 7, Bandwidth is 125.  The RssI values were not being printed.</p>
]]></description><link>https://forum.pycom.io/post/26617</link><guid isPermaLink="true">https://forum.pycom.io/post/26617</guid><dc:creator><![CDATA[Jordan Reyes]]></dc:creator><pubDate>Fri, 15 Mar 2019 00:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Tue, 19 Mar 2019 09:55:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi community 🙌,<br />
I've been busy lately making Pymesh application protocol more robust ⚙.<br />
I've just released a relatively large 🐘 micropy project using Pymesh: <a href="https://github.com/pycom/pycom-libraries/tree/master/lib/pymesh" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-libraries/tree/master/lib/pymesh</a><br />
It was tested on a 20+ Mesh network on Lopy4 and Fipy (sorry Lopy1 can't work with these scripts, due to scripts size and RAM requirements).<br />
I am really waiting for your comments and PRs, I foresee tons of improvements 🤓.</p>
<p dir="auto">Heads-up, I am working on a visual tool, like a Pymesh viewer to actually click buttons and follow Pymesh evolution. Most probably connecting Pymesh to Pybytes 🌥.</p>
]]></description><link>https://forum.pycom.io/post/26667</link><guid isPermaLink="true">https://forum.pycom.io/post/26667</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Tue, 19 Mar 2019 09:55:45 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 22 Mar 2019 15:25:09 GMT]]></title><description><![CDATA[<p dir="auto">Just a small note, the <a href="https://forum.pycom.io/topic/4499/firmware-release-candidate-v1-20-0-rc8">v1.20.0.rc8</a> for Fipy and Pybytes scripts doesn't have Mesh class inside LoRa (so no Pymesh feature included).<br />
Due to an error, Pymesh was excluded on Lopy4 rc8 builds, too; this is about to be fixed as I speak.</p>
]]></description><link>https://forum.pycom.io/post/26732</link><guid isPermaLink="true">https://forum.pycom.io/post/26732</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Fri, 22 Mar 2019 15:25:09 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 27 Mar 2019 12:36:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> said in <a href="/post/26667">Pymesh updates</a>:</p>
<blockquote>
<p dir="auto">It was tested on a 20+ Mesh network on Lopy4 and Fipy (sorry Lopy1 can't work with these scripts, due to scripts size and RAM requirements).</p>
</blockquote>
<p dir="auto">Does it work on the L01? It has the same amount of RAM and flash as the Lopy4.</p>
]]></description><link>https://forum.pycom.io/post/26852</link><guid isPermaLink="true">https://forum.pycom.io/post/26852</guid><dc:creator><![CDATA[rfinkers]]></dc:creator><pubDate>Wed, 27 Mar 2019 12:36:39 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 27 Mar 2019 16:07:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4081">@rfinkers</a> yes, it should work fine with L01, due to increased RAM+Flash.</p>
]]></description><link>https://forum.pycom.io/post/26859</link><guid isPermaLink="true">https://forum.pycom.io/post/26859</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Wed, 27 Mar 2019 16:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Mon, 13 May 2019 16:07:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi community,</p>
<p dir="auto">I've released a beta version of the Pymesh mobile app:</p>
<ul>
<li>iOS(&gt;v12.1, TestFlight app from Apple is required): <a href="https://testflight.apple.com/join/PIxwbTKp" target="_blank" rel="noopener noreferrer nofollow">https://testflight.apple.com/join/PIxwbTKp</a></li>
<li>Android(&gt;v4.4): <a href="https://github.com/pycom/pymesh_apps/tree/master/mobile_app/android" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pymesh_apps/tree/master/mobile_app/android</a></li>
</ul>
<p dir="auto">In <a href="https://github.com/pycom/pymesh_apps" target="_blank" rel="noopener noreferrer nofollow">this repo</a> there are firmware binaries (but latest development should work too), and micropy scripts (but <a href="https://github.com/pycom/pycom-libraries/tree/master/lib/pymesh" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-libraries/tree/master/lib/pymesh</a> should be also fine).</p>
]]></description><link>https://forum.pycom.io/post/27848</link><guid isPermaLink="true">https://forum.pycom.io/post/27848</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Mon, 13 May 2019 16:07:58 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Thu, 01 Aug 2019 17:34:14 GMT]]></title><description><![CDATA[<p dir="auto">Any news about pymesh ? Any example how the border router can connect to the internet and provide it to the rest of the network ?</p>
]]></description><link>https://forum.pycom.io/post/29010</link><guid isPermaLink="true">https://forum.pycom.io/post/29010</guid><dc:creator><![CDATA[ricardolima]]></dc:creator><pubDate>Thu, 01 Aug 2019 17:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 02 Aug 2019 06:36:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4707">@ricardolima</a>,</p>
<p dir="auto">Here is the example of the Border Router: <a href="https://docs.pycom.io/tutorials/lora/pymesh-br/" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/tutorials/lora/pymesh-br/</a>, more precisely <a href="https://github.com/pycom/pycom-libraries/blob/60f2592ab6b8ab99f2a8b35c6ab65ba1bfb9fb61/lib/lora_mesh/main_border_router.py#L99" target="_blank" rel="noopener noreferrer nofollow">at this line</a> <code>rcv_data</code> contains the info to be sent to Internet.</p>
<p dir="auto">In class <a href="https://docs.pycom.io/firmwareapi/pycom/network/wlan/" target="_blank" rel="noopener noreferrer nofollow">WLAN</a> and <a href="https://docs.pycom.io/firmwareapi/micropython/usocket/#socket-do-handshake" target="_blank" rel="noopener noreferrer nofollow">socket</a> you can see how to send data on Wifi.<br />
Similar examples are on NBIoT/CatM1/BLE/Sigfox/LoRaWAN.</p>
<p dir="auto">Does this answers your question?</p>
<p dir="auto">On a side note, I am working on some micropython scripts on which any Pymesh node can connect to Pybytes, if connection is done then they declared itself as Border Router, the other nodes see they have a BR in network (as a new IPv6 appears on them). Probably I'll release these in the next couple of weeks.</p>
<p dir="auto">Also, a separate Pymesh firmware binary release will be done next week (separate from already existing flavours development/stable/pybytes).</p>
]]></description><link>https://forum.pycom.io/post/29017</link><guid isPermaLink="true">https://forum.pycom.io/post/29017</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Fri, 02 Aug 2019 06:36:32 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 02 Aug 2019 09:34:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> Thank you for your quick answer. I will wait a bit to see what that news firmwares brings :D</p>
]]></description><link>https://forum.pycom.io/post/29020</link><guid isPermaLink="true">https://forum.pycom.io/post/29020</guid><dc:creator><![CDATA[ricardolima]]></dc:creator><pubDate>Fri, 02 Aug 2019 09:34:28 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Fri, 02 Aug 2019 14:05:18 GMT]]></title><description><![CDATA[<p dir="auto">Small update, the Pymesh iOS app was rebuilt, and it's available again in TestFlight, using the same link: <a href="https://testflight.apple.com/join/PIxwbTKp" target="_blank" rel="noopener noreferrer nofollow">https://testflight.apple.com/join/PIxwbTKp</a><br />
The Pymesh Android app is <a href="https://github.com/pycom/pymesh_apps/blob/master/mobile_app/android/app-release.apk" target="_blank" rel="noopener noreferrer nofollow">in this repo</a>.<br />
Also builds with Pymesh included are <a href="https://github.com/pycom/pymesh_apps/tree/master/custom_fw_bin" target="_blank" rel="noopener noreferrer nofollow">here</a>, the binaries include micropython scripts.</p>
]]></description><link>https://forum.pycom.io/post/29021</link><guid isPermaLink="true">https://forum.pycom.io/post/29021</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Fri, 02 Aug 2019 14:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Wed, 14 Aug 2019 15:21:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> So I installed these images <a href="https://github.com/pycom/pymesh_apps/tree/master/custom_fw_bin" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pymesh_apps/tree/master/custom_fw_bin</a> on two LoPy4's and a FiPy. They run, see each other, declare themselves as leader, router, and child, and have chats. But what else? Are these sample images good for anything beyond that?<br />
And yes: they all seem to have a fixed location in Eindhoven. Using a pytrack does not change that.</p>
]]></description><link>https://forum.pycom.io/post/29136</link><guid isPermaLink="true">https://forum.pycom.io/post/29136</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Wed, 14 Aug 2019 15:21:09 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Thu, 15 Aug 2019 06:06:18 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/98">@robert-hh</a>,<br />
I think, there is the flow of sending pictures across Pymesh also implemented; by sending message <code>dog</code> a 12KB picture of a dog is sent.</p>
<p dir="auto">More features are to come:</p>
<ul>
<li>binary release with <code>Pymesh</code> flavour</li>
<li>having included frozen scripts, so a mesh can be started using 3-4 lines of micropython</li>
<li>any node can be declared as <code>Border Router</code> and it can be connected to <code>Pybytes</code>, or other IoT platform</li>
<li>any node accepts BLE connections, so using Pymesh mobile app, one can see diagnostics info within the Mesh.</li>
</ul>
<p dir="auto">And, of course, we're waiting for more suggestions on <a href="https://forum.pycom.io/topic/5094/pymesh-wishlist">Pymesh wishlist</a>.</p>
]]></description><link>https://forum.pycom.io/post/29150</link><guid isPermaLink="true">https://forum.pycom.io/post/29150</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Thu, 15 Aug 2019 06:06:18 GMT</pubDate></item><item><title><![CDATA[Reply to Pymesh updates on Thu, 15 Aug 2019 06:16:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> My question was more, what to do with the actual pymesh firmware images you pubished. They run and connect, but I see no path to use it for other purposes. There is a single &gt; prompt. If I push Ctrl-D at it, I get the message:</p>
<pre><code>Unhandled exception in thread started by &lt;bound_method&gt;
Traceback (most recent call last):
  File &quot;cli.py&quot;, line 36, in process
EOFError: 
</code></pre>
<p dir="auto">So there is a function <a href="http://cli.py" target="_blank" rel="noopener noreferrer nofollow">cli.py</a>, which seems to wait for commands. But which one?</p>
]]></description><link>https://forum.pycom.io/post/29151</link><guid isPermaLink="true">https://forum.pycom.io/post/29151</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Thu, 15 Aug 2019 06:16:07 GMT</pubDate></item></channel></rss>