Hi,
The questions:
-
When is PB-GATT expected to land in the SDK for Mesh?
-
What are the best Andorid/iOS example apps to act as provisioner and network configurator?
Thanks
Hi,
The questions:
When is PB-GATT expected to land in the SDK for Mesh?
What are the best Andorid/iOS example apps to act as provisioner and network configurator?
Thanks
You can use the example from Apache-Mynewt which supports both PB-ADV and PB-GATT. (www.codecoup.pl/.../)
You can use meshctl which is included in the latest release of Linux BlueZ stack if you wish to provision using your PC.
Silicon Labs provides an application which can used for Provisioning Devices over PB-GATT (play.google.com/.../details
You can use the example from Apache-Mynewt which supports both PB-ADV and PB-GATT. (www.codecoup.pl/.../)
You can use meshctl which is included in the latest release of Linux BlueZ stack if you wish to provision using your PC.
Silicon Labs provides an application which can used for Provisioning Devices over PB-GATT (play.google.com/.../details
Hi Abhay !!!
Does this firmware from Apache-Mynewt for bluetooth mesh, retains its provisioning and configuration details after reset?
The provisioning and configuration details for the mesh network will be retained by the nodes. It should be able to join the network.
The provisioner in this case is the Mobile Application from Silicon Labs which doesn't store any details after the app is closed. So, the network would still exist but the PB-GATT (Proxy) you are using to communicate with the network will be no longer operational. Silicon Labs might release an updated version of their app which incorporates the storing functionality as it's still in the beta version.
Thank you Abhay!
Is Apache-Mynewt Bluetooth certified on nRF52832 SoC (QDID)?
Can I use JLink as debug probe?
Which IDE is the best for it? Currently I use Segger Embedded Studio.
Thanks
Hello,
You can find mesh certified products/stacks here. It seems there is not ApacheMynewt there.
I am using JLink probe and Eclipse IDE (development-with-gcc-and-eclipse) and I am happy with that.
Thanks bkling! Especially for the eclipse link.