cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for help configuring STM32WB55 as a heart Rate Collector

CMcD12
Associate II

Hi,

I'm looking for help configuring STM32WB55 as a heart Rate Collector. I'm currently using the Nucleo-WB55RG and the Heart Rate example project only sets the nucleo up as a heart rate device.

I'm looking to set the nucleo up as the central device that will connect and collect heart rate info from another off the shelf BLE heart rate sensor.

Any help is greatly apprieciated

Chris

2 REPLIES 2
Remy ISSALYS
ST Employee

Hello,

You can have a look to BLE_p2pClient example which allow to perform a scan and establish a connection with BLE_p2pServer and then you can exchange data between the server and the client. I think, it's a good start to create a heart rate collector.

Best Regards

CMcD12
Associate II

Thanks for your response,

I was looking for some guidance (or pointed towards an application note) on how I incorporate the different services (HRM etc.) into the this example code.

Kind Regards