I have an issue with creating a Bluetooth mesh gateway. It would be better to use nRF Connect SDK for me, but nRF5 for Mesh is also fine. As I've found among answers, not so long ago you recommended in another thread How to create gateway beetwen internet and Bluetooth mesh using nRF52840 to look at the combination of your Serial example and Interactive PyACI script. Also I set PERSISTENT_STORAGE to 1 in the Serial example to keep sequence number after power resets of a board. I've managed to use this approach to provision and control a Bluetooth mesh network, as you encourage to use in your documentation and guide Provisioning and running Nordic's BLE Mesh with Python Application Controller Interface (PyACI). Everything seems fine until I want to change the board or if I want to provision the Bluetooth mesh network using another App, for instance, your nRF Mesh for Android/iOS, and to control from the board, using Serial example and Interactive PyACI script with imported settings from a provisioner (mobile app).
Thus, I have a couple of questions to you:
- If to talk about two different boards, is it possible to provision and configure a Bluetooth mesh network from one board with Serial example and control it from another board with Serial example, exporting and importing settings, using kinda JSON file? And is it possible without making a hex dump file of flash memory?
- Probably, the answer for the second question will derive from the first one. If I provision the Bluetooth mesh network using your mobile app nRF Mesh for Android/iOS, next I export settings from there through JSON file, then is it possible to import those settings from JSON file to the Serial example and Interactive PyACI script to control the Bluetooth mesh network from the board?
If it's technically possible, then, please, point me how to implement such importing Bluetooth mesh settings to control a network.
I suppose, my questions are SDK version agnostic, but anyway, I use nRF5 SDK v17.0.2, nRF5 SDK for Mesh v5.0.0, SoftDevice S140 nRF52 v7.2.0, and my boards are nRF52840 DK.