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
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
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
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.