Arduino-esp32: How to config classic bluetooth enabled?

Created on 4 Feb 2018  ·  3Comments  ·  Source: espressif/arduino-esp32

Hi, I want enable Classic BT use the SPP to implement the BT Serial Arduino library, but the sdkconfig default config isn't enable CONFIG_CLASSIC_BT_ENABLED and CONFIG_BT_SPP_ENABLED.
It will enable it by default in the future? Or provide a easy way to enable it?
Thank you.

Most helpful comment

+1. Classic BT support would be very, very welcomed.

All 3 comments

+1. Classic BT support would be very, very welcomed.

Hi! I've been able to run Bluetooth Classic stuff by replacing the libbt.a file from the following PR in my ESP32 Arduino core installation:
https://github.com/espressif/arduino-esp32/pull/1144

I did a tutorial on a very basic application to make the ESP32 discoverable. Not sure if it helps, but I will leave it here:
https://techtutorialsx.com/2018/03/04/esp32-arduino-bluetooth-classic-getting-started/

Best regards,
Nuno Santos

It's enabled by default now, when there are some code using Classical BT, for example https://github.com/espressif/arduino-esp32/tree/master/libraries/BluetoothSerial

Was this page helpful?
0 / 5 - 0 ratings

Related issues

merlinschumacher picture merlinschumacher  ·  4Comments

mistergreen picture mistergreen  ·  4Comments

ComputerLag picture ComputerLag  ·  3Comments

maxpromer picture maxpromer  ·  3Comments

AsafFisher picture AsafFisher  ·  4Comments