LTolledo wrote: ↑Wed Feb 05, 2020 2:43 pm
some HATs that require higher input voltage (like some DAC amps) power the connected RPi board thru the GPIO header, so its most likely pin2
and pin4 for the 5v and the GND on all ground pins.
so its better (and good practice) to power the RPi thru the GPIO headers.
That is not a logical conclusion. It is
more convenient to use the GPIO header when the power source is a HAT. In the general case for Pi1,2,3 it is
safer to use the microUSB. Providing a polyfuse for GPIO header power input overcomes the safety deficit; and for Pi0,4 there is no onboard polyfuse, so you should provide one anyway if the PSU limit is over 3A. (Note the Pi0 doesn't have a TVS diode either, so don't get the connections wrong.) Once that issue is dealt with, it is purely a matter of convenience as to where the power is applied (assuming the points chosen are the correct +5V and GND rails

).