Power supply switch not working (PS-ON) for MEAN WELL RPS-300 Series

Thread Starter

protocrank

Joined Sep 16, 2025
12
Hello! I'm trying to design a control method to enable & disable my power supply.

According to the datasheet, these are the signals that the PS-ON requires:
Screenshot 2025-10-07 at 11.01.49 AM.png
and this is the block diagram:
Screenshot 2025-10-07 at 11.02.36 AM.png

I want to use a GPIO pin from my ESP32 to drive a mosfet and provide a 5V or GND signal to the PS-ON pin:
1759849419338.png

And for whatever reason... it doesnt work. frustrating! What am I overlooking? any input is appreciated!
 

panic mode

Joined Oct 10, 2011
4,864
Your circuit looks good, assuming this is the pinout you used:
1759853544646.png
Power on: PS-ON = "Hi" or " > 2 ~ 5V"
Power off: PS-ON = "Low" or " < 0 ~ 0.5V"

not sure what the input impedance is but i would think that 1k is low enough.
you can try to just put jumper 1-3 on CN951.
 
Last edited:

MisterBill2

Joined Jan 23, 2018
27,164
The words in post #3 did not at all answer the question of post #2. AND that is a very important question that I would also pose.
Consider that if the correct command is not supplied the correct action should not be expected. And it is likely that the circuit in post #1 does not provide the required commend.
 
Top