Page 1 of 1

Turning off radio on ESP32-C3

Posted: Fri Jan 14, 2022 11:47 pm
by bstolk
Hi,

I use the Espressif ESP32-C3-DevKitM-1 with Arduino IDE (nightly build.)

For my use, I don't need WIFI nor do I need Bluetooth.

Are the radio function enabled by default, or disabled?

If they are enabled, how can I turn them off? Is there example code on how to do that with Arduino-IDE coding?

Re: Turning off radio on ESP32-C3

Posted: Tue Jan 18, 2022 2:34 am
by username
They are disabled by default.
But if you want to turn wifi off,
WiFi.mode(WIFI_OFF);

Just google for how to do BT.