Skip to main content

Enable EmoGraphy & BioZ data & Accelerometer

Enable / Disable metrics EmoGraphy & BioZ

From SDK 2.0.0

Set it via the bracelet initialization

⚠️ Warning
**PPG 128HZ can not be enabled when BIOZ or Emography is enabled. **

EmoGraphy & BioZ are paired together

Get command

Use the command GetEmoGraphyAndBiozPlan

bleDevice.enqueueCommand(
request = GetEmoGraphyAndBiozPlan(),
...

Enable / Disable Accelerometer

From SDK 2.0.0

Set it via the bracelet initialization

Get command

Use the command GetAccelerometerPlan()

bleDevice.enqueueCommand(
request = GetAccelerometerPlan(),
...