Thanks for this wonderful webinar. Excellent work. I want to know that if I make one of my controller provisioned node then how can I make it again un-provisioned node without using nrf-mesh mobile application. Is there any api to do so or any other way i want to write a code for this case
Thanks for your feedback on the webinar! We think you are interested in removing a node from a Bluetooth Mesh network. You can find the information in our documentation here: docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/node_removal.html#removing_the_node
There are currently no Mesh DFU example in the nRF Connect SDK, you can find on in the nRF5 SDK for Mesh v5.0.0: infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_dfu_README.html Please note mesh is not optimal for sending/streaming a lot of data, so doing DFU over mesh will be very slow.
Yes, there is a mesh provisioner sample in the Zephyr SDK: developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/zephyr/samples/bluetooth/mesh_provisioner/README.html
Thank you it saves us time !
Thanks for this wonderful webinar. Excellent work. I want to know that if I make one of my controller provisioned node then how can I make it again un-provisioned node without using nrf-mesh mobile application. Is there any api to do so or any other way i want to write a code for this case
Thanks for your feedback on the webinar! We think you are interested in removing a node from a Bluetooth Mesh network. You can find the information in our documentation here: docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/node_removal.html#removing_the_node
Thanks for the webinar, btw is there any example for mesh dfu??
There are currently no Mesh DFU example in the nRF Connect SDK, you can find on in the nRF5 SDK for Mesh v5.0.0: infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_dfu_README.html
Please note mesh is not optimal for sending/streaming a lot of data, so doing DFU over mesh will be very slow.
Thank you like always.
Is there any example for the provisioner?
Yes, there is a mesh provisioner sample in the Zephyr SDK: developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/zephyr/samples/bluetooth/mesh_provisioner/README.html