BlueTooth and WIFI Status indicator on ESP32

Hey Gang!

I am using ESP32-WROOM-32 dev kit and I am trying to configure the internal Bluetooth and Wifi to drive a pin ON/OFF as the Bluetooth is Paired or Wifi is connected?

any suggestions

thanks

If wifi.IsConnected() Enable GPIO_NUM_Whatever, else Disable GPIO_NUM_Whatever

1 Like

Hi
ESP32's BT and wifi use the same "radio" so they cannot be used at the same time.

But there is this information:

RV - mineirin

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.