PMIC_DETECTION on Boron

OK perfect, so I’m back to:

conf.powerSourceMaxCurrent(900)
	.powerSourceMinVoltage(5080)   
	.batteryChargeCurrent(900) 
	.batteryChargeVoltage(4112) 
	.feature(SystemPowerFeature::USE_VIN_SETTINGS_WITH_USB_HOST) ;
	int res = System.setPowerConfiguration(conf);

Now the question I guess is should I use is should I lower my Currents so that I am less likely to crash the voltage or do I rely on the .powerSourceMinVoltage(5080) to prevent these crashes from happening? EDIT: Not my question at all but @chipmc :grinning:

It may or may not be worth noting that I do not have a capacitor on my solar panel, as seems to be recommended widely.

1 Like