Hello,
I recently opened a ticket, with several questions about the mesh network, I had some evolutions and new questions emerged.
We have a firmware already consolidated for reading sensors using nRF 52840, these devices perform advertising that are read by a gateway. We use nRF5 SDK 17.0.2 on these devices, but we are looking to expand the number of devices and maybe the gateway signal will no longer reach all devices. Then came our interest in building a mesh network.
In order not to have to change the current firmware, we analyzed the possibility of creating a mesh network of repeaters, to allow the gateway to read information from devices that are not within its reach through the mesh network of repeaters.
How best to do this? It is possible to perform this mesh network through devices similar to the Beaconing example of the nRF5 SDK for mesh 5.0.0, so we would not change the firmware of the devices in the field at all, we would just put new devices "Beacons" to read the current devices and retransmit the advertising these devices through a network of "Beacons" to the gateway. Would it be possible? Currently I read the advertising of devices in the field through beaconing but I can't retransmit it through a mesh network, is it possible to do this by modifying the example?
Another possibility would be to modify the firmware of the devices in the field for devices similar to the Low Power Node example, so we would have to develop and insert "friendly" devices to build a network of friends, to take the advertising from the LPN devices to the gateway, right? So would we have to provision only the few friendly devices or would LPN also have to be provisioned? Do any of the examples have a demonstration of this type of application?
Thank you.