Page 1 of 1

use esp32 as ble only: disable wifi functionality permanently

Posted: Mon Mar 02, 2020 3:59 am
by Karun090
Hello,

How I can configure to use ESP32 as BLE only.
I want that wifi functionality is disable permanently at bootup.

generally we can disable wifi after ESP32 is power on.
But i want any solution so that wifi not turned on even at bootup.

Thanks,
Karun

Re: use esp32 as ble only: disable wifi functionality permanently

Posted: Tue Mar 03, 2020 3:57 am
by ESP_Angus
Hi Karun090,

If you don't call any Wifi library functions (like esp_wifi_init(), etc) then the Wifi hardware is never enabled.

Angus