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
The upper bound of the voltage range was erroneously
specified as 3500 mV when, instead, it should be
5000 mV according to the technical documentation
for `%XVBATLOWLVL`.
Signed-off-by: Mirko Covizzi <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/libraries/modem/modem_battery.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Battery low level notifications are received within a time interval of 60 second
50
50
Unsolicited notifications of battery voltage low level are automatically enabled when the modem battery library is enabled using the :kconfig:option:`CONFIG_MODEM_BATTERY` Kconfig option.
51
51
52
52
An application can follow ``+CSCON`` notifications and expect low battery level notification only after ``+CSCON: 1`` is received.
53
-
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 3500 mV.
53
+
The factory default battery voltage low level is 3300 mV and the default range is 3100 to 5000 mV.
54
54
To update this value, call the :c:func:`modem_battery_low_level_set` function by passing an integer for the battery voltage low level (measured in mV).
55
55
56
56
To start receiving notifications of battery voltage low level from the modem, first set a handler by calling the :c:func:`modem_battery_low_level_handler_set` function before subscribing.
0 commit comments