Skip to main content

Bracelet Plans

Please see below for a description regarding the 'hospital raw' plan.

Hospital raw

You can set this plan by using this code:

SDKManager.instance.getSDK().peripheralApi.setPlanDirectly(.hospital)

Description

Plan IDPlan nameCompatibilityAutonomy (days)Vital parametersSampling rate option for 287-1B braceletSampling rate option for 287-2B bracelet
1Max batteryB1 and B215Steps, Calories, CBT1/min.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
2TypicalB1 and B27.5Steps, Calories, CBT
HR
BRPM

RR intervals
Sleep
1/min
1/min
1/min
1/30min

1/s at nights
1/30s at nights
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
3High Resolution BPMB1 and B26Steps, Calories, CBT
HR
BRPM

RR intervals
Sleep
1/10s
1/10s
1/10s
1/10s

1/s
1/30s at nights
.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
4Hz⚠️Deprecated--------
5Hospital rawB1 and B23.5 at 32Hz
1.5 at 128Hz
Steps, Calories, CBT
HR
BRPM
SPO2

RR intervals
Sleep


Raw G/R/IR ppg 128Hz


Optional: Raw Acc 32Hz
1/10s
1/10s
1/10s
1/10s
1/10s

1/s
1/30s at nights


Continuously 32Hz or 128Hz


Continuously 32Hz
.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
7Typical multicolorB2 only5.5Steps, Calories, CBT
HR
BRPM
SPO2

RR intervals
Sleep


Periodic raw G/R/IR ppg 128Hz


Periodic Raw Acc 32Hz
X.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
8High Resolution MulticolorB2 only4Steps, Calories
HR
Temperature
BRPM
SPO2

RR intervals
Sleep
X.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
9Continuous Green, intermittent multicolor RawB2 only3Steps, Calories
HR
Temperature
BRPM
SPO2

RR intervals
Sleep

Raw G PPG 32 Hz
Periodic R/IR ppg 128Hz

Periodic Raw Acc 32Hz

X.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
10Continuous Green, intermittent multicolorB2 only5Steps, Calories
HR
Temperature
BRPM
SPO2

RR intervals
Sleep

Periodic raw G/R/IR ppg
Periodic Raw Acc 32Hz
X.once_30_seconds
.once_1_minute
.once_5_min
.once_30_min

See sample rate cmd
11Continuous 5 MinuteB2 only6Steps, Calories
HR
Temperature
BRPM
SPO2

RR intervals

Periodic raw G/R/IR ppg
Periodic Raw Acc 32Hz
X.once_5_min
.once_30_min

See sample rate cmd

Acronyms:

  • CBT: core body temperature,
  • HR: heart rate, beats per minute
  • BRPM: breath rate per minute
  • RR intervals: the time interval between two consecutive heart beats
  • Acc: 3-axis accelerometer data.

Notes:

Sampling rate: The values in the table are the default numbers. All the metrics which have 1/10s sampling rate can be changed to 1/s or to 1/min using a right Bluetooth command from the mobile app.

Raw PPG sampling rates: The raw PPG data can be set to 32Hz or to 128Hz using a ble command.

Raw PPG channels: we have 7 channels for the PPG data: 2 Green, 2 Red, 2 infrared and one ambient light.

Sleep in mainly processed in the Corsano mobile app. The bracelet only provides necessary data to the app, but not sleep data.

Define the sampling rate for each file

You can set the rate by using this code:

SDKManager.instance.getSDK().peripheralApi.runVitalParametersSamplingRateBLECmd(fileType: 1, rate: .once_1_minute)
  • filetype is the file Id (Here, "1" represent Activity file)
  • rate is the value in seconds. (Here, ".once_1_minute" means you will monitor the Activity file every 60 seconds.)

Description

File IDFile Name
1Activity (steps, energy, gate, Etc.)
2Pulse rate
3Respiration rate
4Spo2
5Temperature
6R-R intervals, not implemented yet
7Sleep, not implemented yet
8AFIB, not implemented yet
9NIBP, implemented from FW 5.63
enumMonitoring Rate
.once_30_secondsNew measurement every 30 seconds
.once_1_minuteNew measurement every minute
.once_5_minNew measurement every 5 minutes
.once_30_minNew measurement every 30 minutes