#error Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
The board is Firebeetle2 esp32-C6
I have compiled the example “bt_classic_device_discovery” and in the compilation I get the following error
#error Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
Can you help solve this problem.
Thank you.
2024-03-01 01:14:03
This example is released by the Espessif and it's only compatible with the normal ESP32 chip. For the C6 you could try the BLE UART.
I found the explanation in the Github issue of Espressif:
https://github.com/espressif/arduino-esp32/issues/7937
Or you could try the Bluetooth example released by DFRobot:
https://wiki.dfrobot.com/SKU_DFR1075_FireBeetle_2_Board_ESP32_C6_Advanced_Tutorial#target_2
Yeez_B