TOP |
BOTTOM |
Bluetooth Smart ECG PPG collects key vital signs information such as ECG, heart rate, SPO2, and temperature using AxDen's Aggregator Platform.
This is an example provided to quickly test various service scenarios that require communication between Android, iOS, and Aggregator.
Related hardware kits can be purchased from the Naver Smart Store.
Purchase Link : naver smart store
You can purchase it by contacting sales@axden.io or www.axden.io
MCU | Description |
---|---|
NRF52832 | BLE 5.0 / 5.1 / 5.2 / 5.3 |
Sensors | Description |
---|---|
MAX30003 | ECG(심전도), Heart rate(심박수) sensor |
MAX30101 | SPO2(산소포화도), Heart rate(심박수) sensor |
SI7051 | Temperature sensor |
If you need a body temperature measurement, please contact development@axden.io.
The NRF52832 Smart ECG PPG example collects and transmits key vital signs information such as ECG (Ecardiogram), Heartrate (Heart Rate), SPO2 (Oxygen Saturated), and Temperature using Bluetooth communication.
Interwork with the AxDen Aggregator Platform to check sensor information on the Web and Mobile without building infrastructure such as servers and DBs.
Learn Edge AI using sensor information stored in the AxDen Aggregator Platform.
terminal baudrate : 9600
Terminal |
Android | ||
ECG Graph |
PPG Graph |
Register the MAC Address of the device after signing up as a member on the AXDEN Aggregator Platform website.
Enter COMPANY ID nad DEVCIE ID provided on the AXDEN Aggregator Platform website into COMPANY_ID and DEVCIE_ID in the Protocol.h header file.
#define COMPANY_ID 0
#define DEVICE_TYPE 0
Complie and flash.
Check whether COMPANY_ID and DEVICE_ID are applied correctly through the terminal
Sensor information can be found on the Web or Mobile.
Works with SoftDevice S132 v7.2.0, provided with SDK 17.1.0.
To compile it, clone the repository in the [SDK]/examples/ble_peripheral folder.