halsa_baby_algo_test v1.0.23
Halsa Baby Algorithm Library
Halsa Baby Library specifically designed to be compatible with the "Halsa" Babay werable device. When the user changes the mode into "Travel Mode", the mobile phone should be able to receive raw data from the werable device directly and calculate vital parameters of the baby.
Installation
Use the command npm i halsa_baby_algo_test.
npm i halsa_baby_algo_test
Usage
Since we have exposed the required methods, after installing you can import the library as follows,
import halsaBabyAlgo from 'halsa_baby_algo_test';
Methods
1) Set BLE packets from the wearable device to this method.
halsaBabyAlgo.decode.decode(ble characteristic, value);
2) Set the infant id and device id
halsaBabyAlgo.audit.setBabyInfo(
device id,
infant id,
);
3) Set vital ranges
halsaBabyAlgo.engine.updateRanges(heart rate minimum, heart rate maximum, oxygen rate minimum, oxygen rate maximum);
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago