Skip to main content
CMcD12
Associate II
January 9, 2023
Question

Looking for help configuring STM32WB55 as a heart Rate Collector

  • January 9, 2023
  • 2 replies
  • 796 views

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

This topic has been closed for replies.

2 replies

Remy ISSALYS
ST Technical Moderator
January 11, 2023

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
CMcD12Author
Associate II
January 19, 2023

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