Which BLE stack firmware version is compatible to this library for STM32WB55? #2887
-
|
I've got WeAct Studio STM32WB55 board. I'm using Arduino IDE 2.3.6. In Arduino IDE the latest library version is 1.4.0. I try to build any BLE application from the STM32duinoBLE library and nothing works - every application is hanging on BLE.begin(). I've tried several BLE stack firmwares with the same results. Could you tell me which BLE firmware stack for STM32WB55 is absolutely compatible with this library? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @tankist-git-2 You should have a warning message to tell that your board was never tested with the library. As stated in the README:
The version integrated in the 1.4.1 is defined here: So you have to use firmware from: |
Beta Was this translation helpful? Give feedback.
Hi @tankist-git-2
Latest library verion is 1.4.1 and not 1.4.0: https://github.com/stm32duino/STM32duinoBLE/releases/tag/1.4.1
You should have a warning message to tell that your board was never tested with the library.
https://github.com/stm32duino/STM32duinoBLE/blob/32dd72a9719e6b289be1f7a3c319546e5a42c03f/src/utility/HCISharedMemTransport.cpp#L26-L29
As stated in the README: