I want to power the RP2040 using two AAA batteries. In the official documentation it says, if I don't care too much about USB and a good ADC, I can go as low as 1.8 V to power the chip. I don't want to use USB, I just want to control a L9110 chip.
My question is, do I need a regulator of some kind or can two batteries alone be used to power the chip? I would start at about 3.2 V and drop down to roughly 1.6 V if the batteries are discharged, right? Would this voltage drop over time affect the computation in some way?
I'm new to the field and I don't know what kind of consequences this might have. Unfortunately I don't own a proper break out board to try this other than the Pico, which already implements a flexible power circuit.
Thanks in advance.