Skip to content

Commit 3be3721

Browse files
committed
Merge pull request ARMmbed#67 from pan-/fix_heartrate_instructions
Improve documentation of fix_heartrate_instruction.
2 parents 2fba12c + 146c2e3 commit 3be3721

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

BLE_HeartRate/readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BLE Heart Rate Monitor
22

3-
This application transmits a heart rate value using the [Bluetooth SIG Heart Rate Profile](https://developer.bluetooth.org/TechnologyOverview/Pages/HRP.aspx). The heart rate value is provided by the application itself, not by a sensor, so that you don't have to get a sensor just to run the example.
3+
This application transmits a heart rate value using the [Bluetooth SIG Heart Rate Profile](https://developer.bluetooth.org/TechnologyOverview/Pages/HRP.aspx). The heart rate value is provided by the application itself, not by a sensor, so that you don't have to get a sensor just to run the example.
44

55
Technical details are better presented [in the mbed Classic equivalent of this example](https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_HeartRate/).
66

@@ -25,9 +25,10 @@ Building instructions for all samples are in the [main readme](https://github.co
2525
## Checking for success
2626

2727
1. Build the application and install it on your board as explained in the building instructions.
28-
29-
1. Open Panobike or the BLE scanner on your phone.
30-
31-
1. Find your device.
32-
28+
1. Open the BLE scanner on your phone.
29+
1. Find your device; it should be named `HRM`.
30+
1. Establish a connection with your device.
31+
1. Discover the services and the characteristics on the device. The *Heart Rate* service has the UUID `0x180D` and includes the *Heart Rate Measurement* characteristic which has the UUID `0x2A37`.
32+
1. Register for the notifications sent by the *Heart Rate Measurement* characteristic.
3333
1. You should see the heart rate value change every half second. It begins at 100, goes up to 175 (in steps of 1), resets to 100 and so on.
34+

0 commit comments

Comments
 (0)