Rasberry Pi and Stable Voltage

Posted

I’ve heard some reports of the Rasbery Pi being sensative to the voltage input.

I’m not using the official power supply, but instead a Macbook USB-C power supply. I think it’s rated at 65W (maybe only 30W?).

I haven’t noticed any issues, but I found out that you can check by running the following:

vcgencmd get_throttled

If you see the following the you may have voltage issues:

throttled=0x50005

When I ran the command the output was simply:

throttled=0x0

Hopefully that means I’m in the clear with my power supply.

Source: https://pimylifeup.com/raspberry-pi-low-voltage-warning/

Author