Hi Ricardo,
I've loaded your latest version (31.12) and it works.
But you should add the backup battery charging, otherwise this battery quickly goes flat and then, the GPS fix can be VERY looong.
I've added in setup() in power_utils.cpp the following lines for the AXP2101 modules :
// Enable Button Battery charge
PMU.enableButtonBatteryCharge();
// Set Button Battery charge voltage
PMU.setButtonBatteryChargeVoltage(3300);
Hi Ricardo, I've loaded your latest version (31.12) and it works. But you should add the backup battery charging, otherwise this battery quickly goes flat and then, the GPS fix can be VERY looong.
I've added in setup() in power_utils.cpp the following lines for the AXP2101 modules : // Enable Button Battery charge PMU.enableButtonBatteryCharge();
Now, the battery is charging.
I hope this helps. 73, Patrick.