changed 6 years ago
Linked with GitHub

Pymesh

Getting started

  1. Download and install the latest Firmware updater:

https://forum.pycom.io/topic/3425/new-beta-firmware-updater-1-15-2-b0

Linux version is here: https://software.pycom.io/downloads/linux-1.15.2.b1.html

  1. Download the pymesh custom firmware:

https://github.com/pycom/pymesh_apps/tree/master/custom_fw_bin

  1. Update your LoPys using the latest Firmware updater, to use the custom firmware.

Important: select the proper frequency range and set the filesystem as LittleFS.

  1. Open a REPL (in Atom or in any other IDE) and have a look at the output from the LoPy.

The LED color represents the state of the node in the Mesh network.

​​​​Magenta            - LEADER
​​​​Green              - ROUTER
​​​​White              - CHILD,
​​​​Red                - Searching / Detached from any Pymesh
​​​​Cyan               - SINGLE LEADER (no other Router in the same Pymesh)

References:

https://github.com/pycom/pymesh_apps/tree/master/mobile_app

https://github.com/pycom/pycom-libraries/tree/master/lib/pymesh

https://github.com/pycom/pymesh_apps/tree/master/custom_fw_bin

https://docs.pycom.io/tutorials/lora/lora-mesh/

https://docs.pycom.io/tutorials/lora/pymesh-br/

https://docs.pycom.io/advance/encryption/

Select a repo