You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are there more specific documentation of the function available?
While we now have a reasonable working system, to Monitor Sleep and related states, we now need to go deeper on some details:
for example
sSleepStatistics statistics = hu.getSleepStatistics(); // Get sleep statistics, the sensor reports the whole night's sleep statistics data when it judges the sleep process to be over.
we are not seeing reliable and usable results in the getSleepStatistics
what describes these conditions?
Serial.print("\tNumber of apneas: ");
Serial.println(comprehensiveState.apneaEvents);
please define the cause and result of the Apnea event?
etc,
Terence
The text was updated successfully, but these errors were encountered:
are there more specific documentation of the function available?
While we now have a reasonable working system, to Monitor Sleep and related states, we now need to go deeper on some details:
for example
sSleepStatistics statistics = hu.getSleepStatistics(); // Get sleep statistics, the sensor reports the whole night's sleep statistics data when it judges the sleep process to be over.
we are not seeing reliable and usable results in the getSleepStatistics
what describes these conditions?
Serial.print("\tNumber of apneas: ");
Serial.println(comprehensiveState.apneaEvents);
please define the cause and result of the Apnea event?
etc,
Terence
The text was updated successfully, but these errors were encountered: