Hi,
I am using below setup.
ESP-IDF: 5.0.1
ESP Rainmaker
BLE Nimble
Here in one of the application requirement I have to perform provisioning over BLE and then after completion of provisioning I have to use BLE for BLE Beacon transmissions.
Here I need to understand how I can do this? Any sample application example would help me.
Thanks in advance.
Regards,
Dinesh
Rainmaker: Provisioning over BLE and BLE for application
Re: Rainmaker: Provisioning over BLE and BLE for application
Hi Dinesh,
Currently, by default, after provisioning is completed, the BLE stack is teared down and stack shutdown happens.
But if your intention is to keep BLE turned ON and yourself use it for any other activity, then you can refer to the configuration PROV_KEEP_BLE_ON_AFTER_PROV in menuconfig and enable it. This will not cause the stack to be shut down after provisioning is done.
Thanks.
Currently, by default, after provisioning is completed, the BLE stack is teared down and stack shutdown happens.
But if your intention is to keep BLE turned ON and yourself use it for any other activity, then you can refer to the configuration PROV_KEEP_BLE_ON_AFTER_PROV in menuconfig and enable it. This will not cause the stack to be shut down after provisioning is done.
Thanks.
Who is online
Users browsing this forum: No registered users and 70 guests