Revision as of 17:16, 22 October 2021 by Registered User (→‎Handle)

1. Heart Rate Profile Presentation

2. Heart Rate Example

2.1. Requirements

2.1.1. Software and System requirements

Software required are the following:
IDE:

  • IAR Systems® v8.20.2
  • STM32CubeIDE[1].
  • Keil® µVision® v5.23

Programmer:

  • STM32CubeProgrammer[2] : To flash the board with an already generated binary

2.1.2. Hardware requirements

A Nucleo board[3], a STM32WB USB dongle[3], or a STM32WB Discovery Kit[4] is necessary to install the application.



Plus a smartphone with ST BLE Sensor application (for Android[5], or iOS[6]).

2.2. Setup

The "BLE_HeartRate" application is available by downloading STM32CubeWB release.

2.3. Build and Install

Follow steps described in BLE Build and Install Application page, applying it for BLE_HeartRate project.

2.4. Handle

Once the BLE Heart Rate application installed on the STM32WB platform, launch the ST BLE Sensor smartphone application.

Click on Connect one Device interface:

Your device should be visible from this interface, connect to it:

Now bpm measurement is displayed in real time.

3. References