-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bluetooth #42
Comments
Thank you for your hard work on building this firmware. It really shines! I am having the same problem with bluetooth. I've tried an android (Samsung Galaxy S21 and S24) as well as a raspberry pi 5 and a macbook. None of them can connect. Is this something I'm doing wrongor something I can help you troubleshoot? |
I too am having this issue. It will show up on my windows laptop and constantly connect and disconnect but no stable connection. |
Nothing stable so far with 4 different devices |
I cannot pair with my phone. It's saying incorrect pin but I am never prompted for a pin. |
After digging, it looks like some code was commented out to handle security related features of bluetooth. I'm not sure if this is related or not, but I brought it up in the discussion as well. I'm not sure how to begin debugging this, or I would jump in and try to assist. |
This is related to the failure to pair with my Pixel 6. I get an error on my android device "Couldn't pair with ESP32APRS because of an incorrect PIN or passkey" There is a 6 digit pin set on the device, but I also tried with it blanked out. Same error. After connecting the serial monitor, the following errors appeared.
I then compiled the firmware, with the BLE debugging uncommented, and got this dump.
Could be related to this? looks like it's not handling some kind of encryption context properly? I'm not sure what any of it means, but I'm starting to poke at it a bit. @nakhonthai any thoughts on the above? |
Can’t get Bluetooth to connect to IPhone or laptop windows. Connects to kindle fire but disconnects when aprs droid tries to connect. 0.4v
The text was updated successfully, but these errors were encountered: