cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement a a BLE, with a sensor in the MCU STM32WB55

A Bravos
Associate III

Hello to the forum. I would like to start working with stm32wb55, due to its low consumption and also because it has the BLE protocol. However, I cannot find how to implement and link the cpus. I ask if anyone knows where I can get simple and practical information to do it step by step, or simply how to pass information from a sensor connected to stm32wb, to BLE protocol. Thank you in advance for any information. Thanks

2 REPLIES 2
Petr DAVID
ST Employee

Hello A Bravos,

there is prepared online course on STM32WB55 BLE capabilities available here. In the online course you will go step by step to implement some functionalities using BLE. The libraries went through some updates so it is not all the same as in the videos but there is available updated document how to implement wireless applications with this MCU AN5289. Further in STM32WB55Cube FW package there are prepared some examples so I would recommend you to go through them.

A Bravos
Associate III

Petr DAVID, thank you for the information. I will be watching the course.