Electronic – Raspberry PI power supply switched with FET

fetpower supplyraspberry pi

In my circuit there is a microcontroller, that can turn on and off the Raspberry PI power soruce. The schematic is following:
enter image description here

A microcontroller GPIO is connected to RP_SW and 5v_Raspberry is the power supply of the Raspberry. The Q9 FET and DT_1 transistors with R65 and R66 are making an ideal diode, I took the idea from here
(The aim of this diode is to avoid back powering).

The problem is, that the 5V_Raspberry will be only ~2.3V, the rest of the voltage is falling on the drain-source of the Q8 FET.
I tried to pull up the gate of the Q8 FET to 5V, but there is no change. I tried an other FET instead of Q8, but the same effect is shown.
Why is this circiut not working, as excepted?

Best Answer

Here.

Throws the manual across the room

Edit: You cannot control an NFET on the high side of a load with 3.3V. The ON-ness is controlled by Vgs, which would need to be 5V+Vgs-sat, which is like 8-10V if this is a logic level FET.

I can't see a reason you need the blocking action of the FET here, unless you have a circumstance where the Raspberry Pi is getting power from somewhere else. You can slap that circuit in series with the PFET switch if it works, or get creative and combine them which I think is possible.

PFET high-side switch