Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

BLE Heart Rate Sensor using the CYW20706

lock attach
Attachments are accessible only for community members.

BLE Heart Rate Sensor using the CYW20706

SrikanthN_96
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

Objective

This example demonstrates the implementation of a BLE Heart Rate Sensor using CYW20706.

 

 

Overview

The project instantiates a BLE Heart Rate Sensor in the GATT Server role. The project simulates heart rate information and sends notifications to the client. Workflow status is reported through UART.

 

Requirements                                                               

Tool: WICED Studio 4.1 and above, Any Central device (Eg: CySmart Mobile Application), Serial Terminal (Example: TeraTerm, CoolTerm)

Programming Language: C

Associated Parts: CYW20706

Related Hardware: BCM920706V2_EVAL Board

 

Project Description:

The project demonstrates the BLE workflow procedures like advertising, connecting, notifying Heart Rate data, etc. The project is designed so there is no need to initiate any of mentioned actions manually – it automatically starts the BLE Stack. Once the BLE Stack is active, the device automatically starts advertising. After this the central can begin scanning and initiate the connection procedure and discover the GATT database. The HRM peripheral has a Heart Rate Service (HRS) and a Device Information Service (DIS). Initiate the pairing procedure as HRS requires authentication. Once pairing is complete, register for notifications and the HRS notifications should start coming in. There is a notification timer that is started once notifications are enabled. The timer value can be modified in firmware. The heart rate values are randomly generated in this example.

 

Expected Results:

 

The Heart Rate Sensor can either be used with the CySmart Mobile App or the CySmart PC application. The simple example how to use CySmart Windows application as Heart Rate Service client is as follows,

  • Connect the CySmart BLE dongle to a USB port on the PC.
  • Launch CySmart app and select connected dongle in the dialog window.
  • Program the development kit with the HRM application.
  • Click Start Scan button to discover available devices.
  • Select Heart Rate Sensor in the list of available devices and connect to it.
  • Click Pair, then Discover All Attributes, and Enable All Notifications in CySmart app.

Observe the Heart Rate Measurement characteristic notifications with simulated data:

                     pastedImage_8.png

You can also view the project debug prints from the UART COM port as shown below.

                            pastedImage_3.png

The details about the Heart Rate Service characteristic data structures are in the HRS Specification.

The same output can also be achieved using the CySmart Mobile App which can be used as the central device.

                 pastedImage_0.pngpastedImage_1.png

Related Documents

Table1 lists all relevant application notes, code examples, knowledge base articles, device datasheets, and Component / user module datasheets.

Table 1: Related Documents

Document

Title

Comment

002-18191

AN218191  - WICED™ Quick Start Guide for BT CYW20706

The  Quick Start Guide can be accessed from Project Explorer -> 20706-A2_Bluetooth -> Doc

002-16535

AN216535 - CYW92070xV3_EVAL Evaluation Board Hardware User Manual

The Hardware User Manual can be accessed from Project Explorer -> 20706-A2_Bluetooth -> Doc

Attachments
1181 Views