2021-08-02 09:58 AM
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
2021-08-03 07:16 AM
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.
2021-08-03 11:48 AM
Petr DAVID, thank you for the information. I will be watching the course.