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.
The RPi 3b+ has a chip APX803 (which monitors voltage) and triggers at 4.63 ±0.07V according to the Specifications. According to the RPi documentation this warning triggers at 4.63 ±5%.
Luis
The 4.63V is apparently not measured between the +5V and GND GPIO pins, otherwise it cannot match my observations. But this https://www.raspberrypi.org/documentation/hardware/raspberrypi/power/README.md , says It must be 5.1 V. So most USB chargers are out.
Bart
Hi Bart,
5.1V is only a nominal value. The absolute minimum acceptable value will be less than that.
In practice the absolute minimum is going to be slightly different from one Pi to another, because of component tolerance.
If there is 5.0V (as an example - it can be lower) at the +5V and GND pins on the 40-way header, the Pi will function perfectly well. However, if you use a 5.0V USB charger, then it will likely not result in 5.0V at those pins, due to wire resistance. That's why a nominal 5.1V supply is suggested (and a nominal 5.1V supply will have a tolerance too). At that ballpark, then there is confidence that the circuitry will see a voltage within tolerance.
Although the Pi (and lets limit the discussion to Pi 3B+) has a micro USB connector, it is not intended for use with a 5.0V mobile phone charger. It will work sub-optimally at best.
Using the correct supply, the Pi can work at its correct speed (and by 'can' I mean assuming that the processor is cool enough. It may require heatsinking or cooling).
Hi Bart,
5.1V is only a nominal value. The absolute minimum acceptable value will be less than that.
In practice the absolute minimum is going to be slightly different from one Pi to another, because of component tolerance.
If there is 5.0V (as an example - it can be lower) at the +5V and GND pins on the 40-way header, the Pi will function perfectly well. However, if you use a 5.0V USB charger, then it will likely not result in 5.0V at those pins, due to wire resistance. That's why a nominal 5.1V supply is suggested (and a nominal 5.1V supply will have a tolerance too). At that ballpark, then there is confidence that the circuitry will see a voltage within tolerance.
Although the Pi (and lets limit the discussion to Pi 3B+) has a micro USB connector, it is not intended for use with a 5.0V mobile phone charger. It will work sub-optimally at best.
Using the correct supply, the Pi can work at its correct speed (and by 'can' I mean assuming that the processor is cool enough. It may require heatsinking or cooling).