-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
STM32WB09 fails during Bluetooth connectivity #87437
Comments
Hi @mdk! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Full log with DBG enabled: |
Noticed some differences after more testing: On iOS/MacOS (NRFConnect app, LightBlue app) the connectivity never succeeds. |
Tested "*** Booting Zephyr OS build v4.1.0-1132-gc05cfbf15eeb ***":
@mdk, do you have sniffer log? Could you send also the exact iPhone and Pixel models? |
I'll be able to send sniffer logs next week. For now the failing setups on my end:
On Android, what works initially (75% rate) but never after reconnect:
|
Describe the bug
It seems all common Bluetooth samples fail during Connect stage on a vanilla NUCLEO-WB09KE board — both in peripheral and central roles. Advertising itself works, scanning as well.
To Reproduce
west blobs fetch hal_stm32
peripheral_ht
sample for boardnucleo_wb09ke/stm32wb09
& flashZephyr Temperature Sensor
Expected behavior
Board can be connected to and service/peripherals can be inspected.
Experienced behavior
Connection stalls on the helper app and never completes. Nucleo logs show "connected" and "disconnected" events shortly after.
Logs and console output
(logs with DBG below)
Environment:
4.1
branch and recent (20Mar)1dd9308e2f784aa07bdc3cc00387c0a0c8b58dbe
The text was updated successfully, but these errors were encountered: