Hello everybody,
I am planning to use few Arduino MKR Zero boards in my project. But I am also considering developing my own based MCU board beasuse of this weird statement from official board page (here) :
"The chip is programmed with 4 hours of charging time, then it goes into automatic sleep mode. This will limit the amount of charge to max 1400 mAh per charging round. "
I know that some och these chargers have this function because of security. But I can NOT find anything about this in official datasheet. From official schematics - charger is Microchip MCP73832X3DFN and there is no mention about any kind of this timeout or any kind of "sleep" mode.
I need to use bigger battery (about 3300 mAh). I could change Rprog to max and force 500mA charging. But this would in theory mean that I can charge max 2000mAh, if there really is some kind of timer.
Anybode could explain this to me? If it wouldnt be on main Arduino page, I would say this is a mistake (or copy-paste error from different product)...
Thanks!