xiao_sense_nrf52840_battery_lib
xiao_sense_nrf52840_battery_lib copied to clipboard
A battery management library for the XIAO BLE and XIAO BLE Sense board using Zephyr.
Hi @Tjoms99 So as propsed lets try a pull request. It is the first one I ever tried, so you might need to be patient. Main Changes: - Setting of...
#### Summary Enhance the API to support periodic sampling of battery voltage. This feature will enable users to start and stop periodic sampling, set time intervals, and register callbacks for...
The readme.md is out of date and needs to be repolished
### Battery State Determination and Capacity Calculation Enhancement #### Summary Currently, a lookup table is used to determine the battery's charge level based on voltage. This feature can be enhanced...
#### Summary Addressing the issue of current draw by certain GPIOs when enabled, with a focus on optimizing power consumption. #### Affected GPIOs These three GPIOs are drawing current when...