Page 1 of 1

SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Thu Feb 22, 2024 9:47 am
by kongshui
esp-idf version: V5.1

SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
Can both modes be enabled? Let the user choose which mode to use.

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Thu Feb 22, 2024 10:01 am
by Piyush
Unfortunately, this is currently not supported by the underlying esp-idf Wi-Fi provisioning APIs. This has to be chosen at compile time.

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Fri Feb 23, 2024 6:23 am
by kongshui
Thank you for your response. Does Rainmaker have any plans to implement this feature in the future?

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Mon Mar 04, 2024 6:30 pm
by Piyush
This actually depends on whether there is plan to implement this in esp-idf. From what I know, this may not be in near term plan. You may raise a request on esp-idf.

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Tue Mar 18, 2025 7:24 pm
by Tirapelle
This is my question too, iam waiting to this :D :D :D :D

Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?

Posted: Wed Mar 19, 2025 2:15 pm
by Piyush
Since the esp-idf still allows only one of the 2 (BLE or SoftAP) to be enabled at a given time, the same limitation exists for ESP RainMaker too.