-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Example for using classic bluetooth for searching for devices #4510
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
Comments
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
I think Bluetooth classic is still being used by many developers. |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
Raising my hand here too! Wanted to connect my esp32 to a Variometer which would give me NMEA data through BT Classic SPP then |
Heya, |
I'm just like you redplane! I'd like to know if you found how to do that because I need to work with Classic Bluetooth in my thesis. All information will be welcome. Greetings |
@ArcticSnowSky , sorry for my late reply. |
His solution is included as part of v2.0.0, which is currently available as an alpha release. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
I have same question. I need to connect ESP32 to a HFP headset or A2DP speaker. There's examples on how to setup the protocol and do this, but they don't show how to find and connect to the headset. Go figure! So I have same question as @redplane redplane |
1. What you are trying to do
Currently, I'm trying to implement bluetooth scanner function for my esp32 device.
I have been searching on internet for tutorial but mostly, they are about:
However, I have many devices which only support Bluetooth legacy (Bluetooth classic)
I would like to use ESP32 for scanning for bluetooth classic devices and make a connection to them
2. Describe your system (Hardware, computer, O/S, core version, environment)
3. Describe what is failing
There is no tutorial about using Bluetooth classic for scanning for devices.
I have found this example about classic bluetooth discovery.
From my view, I'm just a beginner to embedded and just started from arduino framework.
I don't know how to convert this code to Arduino code structure, therefore, not so sure whether that example meets my expectation or not.
**4. Show the shortest possible code that will duplicate the error **
Can anyone provide an example about using Classic Bluetooth (Bluetooth legacy) for scanning devices please ?
Thank you,
The text was updated successfully, but these errors were encountered: