max17043_sleep

Example of the component pedrominatel/max17043 v1.0.0
# MAX17043 Sleep/Wake Example

This example demonstrates power management features including sleep mode, wake-up, and quick start calibration.

## Description

This example will:
1. Read initial battery voltage and SOC
2. Put the MAX17043 into sleep mode (ultra-low power)
3. Wait for 5 seconds in sleep mode
4. Wake the device
5. Read battery data after waking
6. Perform a quick start calibration for accurate SOC reading
7. Display final values

This demonstrates how to reduce power consumption during idle periods.

To create a project from this example, run:

idf.py create-project-from-example "pedrominatel/max17043=1.0.0:max17043_sleep"

or download archive (~2.04 KB)