Hi there,
I am working on controlling the nRF Mesh device (nRF52840-DK) via the bluez version of 5.52 (meshctl).
I try to connect to Nordic nRF52840-DK (example <nrf5_SDK_for_Mesh_3.2.0>/examples/light_switch/server)
Devices successfully provisioned after entering key.
Unfortunately, connection brokes down after a few seconds.
Commands which I use for the connection:
Also please see files:
nordic.log - output of Segger Embedded Studio console
meshctl.log - output of meshctl
local_node.json and prov_db.json - config files for meshctl (standart files from bluez/tools/mesh-gatt directory)
As I can see nRF52840-DK can be controlled from nRF Mesh utility from Android device without any problems.
Thanks in advance