Does the P1 require 3.3V at all times? I ask because the processor minimum voltage is 1.8V - other products like the Electric Imp allow for lower voltage until Wifi is enabled and requires a 3.3V. Is similar functionality available on the P1? Ideally I would like to disable my switching regulator unless it is absolutely necessary.
I know this is not possible with the Photon - I thought maybe with the P1? If I am able to operate the processor directly from battery, I can minimize losses in the regulator by decreasing the time I enable it.
Theoretically, the different power pins on the P1 may not all require 3.3V - some may operate the processor down to 1.8V
@scottmc great question! At this time the only pin that is spec’d at handling a lower input voltage is VBAT_MICRO. May I ask how are you intending on using the MCU at 1.8V with Wi-Fi off? It’s possible you may be able to save even more power by just putting the MCU in STANDBY mode (aka System.sleep(SLEEP_MODE_DEEP, 1800);
The block diagram comes from USI’s datasheet which recommends a minimum of 3.0V. However, it could be just a conservative number and not the true minimum. I’ll add a task to figure this out, but I can’t promise it will be done super soon. If you are looking to buy a lot of P1’s based on this working please send me a PM and I’ll get you in touch with sales.