Hello,
For a project, I need to find a battery manager that :
- Can output 3.5 A to system/battery.
- Works with Li-Po battery or LiFePO4 battery (it can be a different chip)
- Can limit battery charge current according to the system load to let system works at full power.
- Accepts a 5V Wall input (3.5A)
- Accepts a 5V USB input (up to 3A, USB-C)
- Can work with no battery connected
- Can automatically switch from Wall to USB if wall is disconnected, with no interruption of the output, even if no battery is connected
- Can automatically switch from USB to Wall if wall is reconnected, with no interruption of the output, even if no battery is connected
- Can be monitored by I²C (or SPI)
Do you have such a device ?
Many thanks