What is the minimun voltage for the pi3b plus to prevent undervoltage. 4.98 V is observed to be too low, 5.1 V to be sufficient. With 4.98V undervoltage warnings exist and the processor seems to run approx half as fast.
What is the minimun voltage for the pi3b plus to prevent undervoltage. 4.98 V is observed to be too low, 5.1 V to be sufficient. With 4.98V undervoltage warnings exist and the processor seems to run approx half as fast.
Some things AROUND the pi require 5V.
USB devices officially need to be provided with 5V. Some might work with less, but some might work with less. If you don't have any USB devices, that's not an issue.
Then, the HDMI connector should provide 5V to "small HDMI devices that might be connected". So for example there are HDMI->VGA converters that use this. If you don't have one of those that's not an issue.
If you don't need any 5V on USB or HDMI, the pi will run correctly down to about 3.3V. At that point the 3.3V regulator will be in "dropout" mode and deliver just less than 3.3V to the stuff that requires 3.3V on the pi. As long as that voltage remains within the allowed tolerance for the 3.3V line everything will continue to run.
In my experiments the LAN9514 chip was the first to run into trouble when I lowered the voltage to my pi. I measured this a really long time ago, not on the 3B+. However I expect the 3B+ to react precisely the same.
Some things AROUND the pi require 5V.
USB devices officially need to be provided with 5V. Some might work with less, but some might work with less. If you don't have any USB devices, that's not an issue.
Then, the HDMI connector should provide 5V to "small HDMI devices that might be connected". So for example there are HDMI->VGA converters that use this. If you don't have one of those that's not an issue.
If you don't need any 5V on USB or HDMI, the pi will run correctly down to about 3.3V. At that point the 3.3V regulator will be in "dropout" mode and deliver just less than 3.3V to the stuff that requires 3.3V on the pi. As long as that voltage remains within the allowed tolerance for the 3.3V line everything will continue to run.
In my experiments the LAN9514 chip was the first to run into trouble when I lowered the voltage to my pi. I measured this a really long time ago, not on the 3B+. However I expect the 3B+ to react precisely the same.