Error: Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
Posted: Thu Dec 19, 2024 2:20 pm
MCU: ESP32-WROOM-32E
Hello,
My goal is to have two ESP32s communicate via Bluetooth. I am using this master and slave code from GitHub to allow communication, but the two MCUs never connect.
To determine if the devices could be detected, I ran the bt_classic_device_discovery built-in example. When running it on the ESP32 that connects to COM5, the program runs successfully and I am able to detect my ESP32_SLAVE device. However, when running the program on the ESP32 connected to COM3, I get the following error:
#3error Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
Both devices have Bluetooth enabled because when either one connects to COM5, I do not get the above error, but when they connect to COM3, I do.
I was wondering what steps I should take to debug.
Thanks.
Hello,
My goal is to have two ESP32s communicate via Bluetooth. I am using this master and slave code from GitHub to allow communication, but the two MCUs never connect.
To determine if the devices could be detected, I ran the bt_classic_device_discovery built-in example. When running it on the ESP32 that connects to COM5, the program runs successfully and I am able to detect my ESP32_SLAVE device. However, when running the program on the ESP32 connected to COM3, I get the following error:
#3error Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
Both devices have Bluetooth enabled because when either one connects to COM5, I do not get the above error, but when they connect to COM3, I do.
I was wondering what steps I should take to debug.
Thanks.