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
Battery measurement is synchronized to radio, ADC is configured for sampling on before_radio_activity event and actual sample is taken on after_radio_activity event. The sampled data is stored in rt_adc and read later in app_heartbeat when sending data as BLE advertisement.
The ADC was uninitialized in 3.28 firmwares after sample to reduce power consumption. Now either uninitialization or reinitialization errors and the data won't be updated.
Battery measurement is synchronized to radio, ADC is configured for sampling on before_radio_activity event and actual sample is taken on after_radio_activity event. The sampled data is stored in
rt_adc
and read later inapp_heartbeat
when sending data as BLE advertisement.The ADC was uninitialized in 3.28 firmwares after sample to reduce power consumption. Now either uninitialization or reinitialization errors and the data won't be updated.
Relevant functions are in app_sensor, app_heartbeat and ruuvi_task_adc.
The sampling after radio transmission should be fixed. Ruuvi Station app can be used to check that ADC data is getting updated.
The text was updated successfully, but these errors were encountered: