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
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).
See Ralph's response, voltage should be measured on the Raspberry Pi to measure more accurately what is the "real" voltage that is getting into the device, there is a voltage drop (or loss) caused mostly by the length of the wire (between other different factors). The Raspberry Pi provides some test pads for this kind of measurements in your case is PP2 -see diagram below and a picture where is located.
The GPIO is located after the Circuit protection F1 and is a good place measure the voltage too.
The specs usually target a higher voltage within the specs (5.1V in this case) to compensate easier for the voltage dropped. The RPi 3B+ is power hungry and choosing the right USB Power supply for a project may be difficult at times, one easy way to mitigate this kind of issue is to take a regulated 5V power supply and connect it directly to the 5V GPIO or maybe you can try to put PP2 to good use
Luis