Skip to main content
Associate II
November 19, 2024
Solved

nucleo wb55rg BLE Not Working

  • November 19, 2024
  • 2 replies
  • 1578 views

Hello Community,
Greetings of the day.

I'm using the Nucleo WB55RG board. I'm trying to initialize and connect the wb55rg BLE with my mobile app.

So, I'm following the stm32wb getting started video series, video part-12b
(video linkhttps://youtu.be/CKYWy7LKL68?si=_UNNvolzgO88g9_H).
I did exactly what's done in this video. I Generated the code, Build & Run it using STM32cubeIDE. I got NO error in the code.
But still, I could not see the name of my BLE device on ST BLE Toolbox app.

Why is this exactly happening? Possible reasons?
Any alternative procedure/approach is most welcomed. Share your experience.

Best answer by STTwo-32

Hello @OS_Er 

I think this link will be the best choice for you.

Best Regards.

STTwo-32 

2 replies

STTwo-32
Technical Moderator
November 26, 2024

Hello @OS_Er 

I suggest you follow the steps mentioned on this wiki and change your code according to them (it will be even better to start from a new project). It should be working fine.

Best Regards.

STTwo-32

OS_ErAuthor
Associate II
November 28, 2024

Hello @STTwo-32 

Thanks a lot for responding :folded_hands:. 

I  have already folllowed the steps exactly from the st wiki page link you mentioned as well as in the end I followed the video I mentioned. 

I tried this Link as well which is the BLE example code repository. (https://github.com/abluethinginthecloud/STM32WB-custom-ble-examples)

But still I'm facing the same issue.

Do you think I'm missing any hardware configuration on the board?

  Or there's any issues on my board?

 

Thank you :smiling_face_with_smiling_eyes: 

STTwo-32
Technical Moderator
November 28, 2024

Hello @OS_Er 

Have you updated your FUS and STACK .bin files to the last version. If not, could you please follow this WIKI. to update both BLE FUS and STACK (don't forget to start your wireless stack at the end using the "Start Wireless Stack" button so you make everything works fine). For the example of test you can use the https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_p2pServer (take a look at the readme file of the project to know what .bin file to use for the stack update and where to find it). 

For the project, import it from CubeMX (on the example selecter) and open it on CubeIDE (use the V1.17.0 for the IDE, V6.13.0 for the MX and V1.21.0 for the STM32CubeWB).

Best Regards.

STTwo-32 

OS_ErAuthor
Associate II
December 2, 2024

Hello @STTwo-32 
Thank You Very Much
My BLE started working.

Eurekaa !!!