Page 1 of 1
Using NimBLE WIFI Provisioning BLE ESP Rainmaker
Posted: Thu Mar 03, 2022 4:41 am
by maialbe2823
How is it to use the NimBLE stacks through Arduino ide for BLE Provisioning the device to ESP Rainmaker. I have tried several things but still BLUEDROID gets in the way even though it is not set. Any ideas or guides that could help I'll appreciate it. Thanks
Re: Using NimBLE WIFI Provisioning BLE ESP Rainmaker
Posted: Tue Mar 08, 2022 6:15 pm
by ESP_Piyush
I just checked with the Arduino team, and it seems that the Arduino pre-built libraries can have only one of the two stacks (NimBLE or Bluedroid). Since NimBLE supports only BLE and not Classic BT, the Bluedroid stack has been chosen for Arduino, which means that you can't use NimBLE. I will let you know if we have any further updates on this.
Re: Using NimBLE WIFI Provisioning BLE ESP Rainmaker
Posted: Thu Mar 10, 2022 1:16 am
by maialbe2823
Oh ok, thanks for the support. I did not know this. Once again thank you.