cancel
Showing results for 
Search instead for 
Did you mean: 

does anyone can provide the steps to create a custom BLE with the stm32wb55 nucleo board to get temperature data to a cell phone.

Swill.1
Associate II
 
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3

Lots of resources here: https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html

and here: https://www.st.com/en/microcontrollers-microprocessors/stm32wb-series.html

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Swill.1
Associate II

Good Day

thanks for your response ,but i have alresdy gone through the links and examples.

Can i send you a copy of my code for you to check.

thanks

Remy ISSALYS
ST Employee

Hello,

You can look BLE_HealthThermometer project available in STM32CubeWB package which send temperature data each second on the smartphone using ST BLE Toolbox application:

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_HealthThermometer

Best Regards