nRF51 SDK - S210 SoftDevice
|
This example will connect to nearest Heart Rate Monitor (HRM) in range. It will then start printing out page data on UART when data is received from that device.
The following compile time configuration options are available to suite various HRM receiver implementations:
The HRM receiver will trace profile specific state information to UART depending on the selected compile time configuration options.
The following compile time configuration options are available to assist in the development phase of the HRM receiver implementation:
The name of the example is ant_hrm_rx_s210_pca10028. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\Nordic\nrf51\examples\ant\ant_hrm\hrm_rx
This example is a Heart Rate Monitor (HRM) transmitter simulator. It will transmit the users heart rate information in the main data page (page 4).
Device specific information is transmitted at a slower rate in the background data pages (pages 1-3). It will print out profile state information to UART when data is transmitted out of the device.
The following compile time configuration options are available to suite various HRM transmitter implementations:
The HRM transmitter simulator will trace out various kind of state information to UART depending on the selected compile time configuration options.
The following compile time configuration options are available to assist in the development phase of the HRM transmitter implementation:
The name of the example is ant_hrm_tx_s210_pca10028. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\Nordic\nrf51\examples\ant\ant_hrm\hrm_tx
This example is a Heart Rate Monitor (HRM) transmitter simulator. It will transmit the users heart rate information in the main data page (page 4).
A simple user interface exists consisting of 2 keypad buttons, which allow the user to decrease or increase the computed heart rate value.
Device specific information is transmitted at a slower rate in the background data pages (pages 1-3). It will print out profile state information to UART when data is transmitted out of the device.
The following compile time configuration options are available to suite various HRM transmitter implementations:
The HRM transmitter simulator will trace out various kind of state information to UART depending on the selected compile time configuration options.
The following compile time configuration options are available to assist in the development phase of the HRM transmitter implementation:
The name of the example for PCA10028 is ant_hrm_tx_buttons_pca10028, and for PCA10031 it is ant_hrm_tx_buttons_pca10031. If you are not using the Keil Pack Installer, you can find the source code and project file of the example in the following folder: <InstallFolder>\Nordic\nrf51\examples\ant\ant_hrm\hrm_tx_buttons