How to Pair or Get pairing request from Omron BP monitor (HEM - 7600T model) using Core Bluetooth to my iOS application?

301 Views Asked by At

I am trying to understand how to pair/bond or get pairing request from Omron BP monitor device to my iOS application but I couldn't get any codes or solution for the same.

I see there are easy way for android application to integrate these kinds of BLE devices using third party SDK (https://github.com/weliem/blessed-android). Is there something similar like in iOS or how to proceed working on the same to get pairing request and get values from the device to my app.

I have used other devices like oximeter or thermi integration which doesn't require any paring request. All these devices integration are handled by getting from Core Bluetooth methods but for device like omron its not happening.

Any help is really appreciated.

1

There are 1 best solutions below

0
Kshitij876 On

there is an open source framework Bluejay you can checkout. I have not tried it but it has the same type of resources you're looking for, Link:- https://github.com/steamclock/bluejay/tree/master .