Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to config classic bluetooth enabled? #1078

Closed
0x1abin opened this issue Feb 4, 2018 · 3 comments
Closed

How to config classic bluetooth enabled? #1078

0x1abin opened this issue Feb 4, 2018 · 3 comments

Comments

@0x1abin
Copy link
Contributor

0x1abin commented Feb 4, 2018

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.

@0x1abin 0x1abin changed the title CONFIG_CLASSIC_BT_ENABLED How to config classic bluetooth enabled? Feb 6, 2018
@yoh-there
Copy link

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

@anteph
Copy link

anteph commented Mar 4, 2018

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:
#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

@copercini
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants