I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would rather not re-invent the wheel.
Where can I get it?
Am I missing something?
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would rather not re-invent the wheel.
Where can I get it?
Am I missing something?
Hello,
It seems like you are correct. It doesn't look like we have an implementation for the pulse oximeter service, unfortunately. Perhaps you can take some shortcuts by looking at the implementation of e.g. Heart rate service in SDK\components\ble\ble_services\ble_hrs.c/h.
BR,
Edvin