-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP_32 BT CLASSIC : SerialBluetooth lib. as MASTER : SCAN AND CONNECT TO CLIENT #3084
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
I'm not sure if this is related to 'sdkconfig.h'. |
https://github.com/SelaliAdobor/BTClassicSPP Created a PR for the BTClassicSPP library based off this repo that adds support for master with a fixed pin (adding a variable pin would be pretty straight forward) |
is it tested? |
Not sure what you mean |
Oh, I'm sorry. I've misread the content because I was concentrating on reading the code. I got a clue about this when reading #2320. I'm trying to rebuild static library for BT after changing config using idf.py. I'll leave a comment when the results come out. |
[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. |
Hardware:
Board: ESP32 Dev Module WROOM-32
Core Installation version: 1.0.0
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: yes
Upload Speed: 115200
Computer OS: Windows 10
Description:
Describe your problem here
hello every one , this is my first post over here
i am new to the ESP-32 : i want to use it as serial bt connection : BT CLASSSIC + Master role : scan an connect to client : search by name or by MAC and connect.
as far as i know the serialbluetooth library does the trick but only in slave mode as server
i ran some research and use the library code + code from idf ide example (SPP_initiator_example)
the search by bt name failed i will post the failure in another post , but with a trick to search only by mac it does work:
what i get is search + compare mac add + connect to client but NO CONNECTION IS OPEN
tried to connect to my phone, my pc and an OBDII adapter
in connect succefully and with pin code authinticate and code authinticating success all is done
but i am no getting a connection established : waiting for
ESP_SPP_OPEN_EVT://Client connection open
log_i("ESP_SPP_CLINT_CONNECT_EVT");
but not getting it
i am sure i am missing something over here maybe you help me
thank all .
Sketch: (leave the backquotes for code formatting)
Debug Messages:
The text was updated successfully, but these errors were encountered: