2026-04-02 3:57 PM
Hi everyone,
I am designing a custom Power Distribution Board (PDB) handling up to 200A at 24V. This PDB will eventually interface with an STM32 and a Jetson Orin Nano for telemetry and control, but my current focus is solely on verifying the robustness of the analog/power switching layer.
I would love to get your thoughts on the pre-charge (soft-start) and emergency shutdown logic I’ve implemented, as well as the layout approach. Here is the operational breakdown of the circuit:
Any feedback, potential pitfalls, or suggestions regarding this logic or the PCB layout would be highly appreciated!
Solved! Go to Solution.
2026-04-23 4:46 AM
Welcome @Spontune, to the community!
As no community member has responded so far, it seems that no one was particularly interested in reviewing your detailed description. Here is my initial assessment:
The overall pre-charge and shutdown concept is sensible, but I would be cautious about driving Q2 directly from a slow RC ramp. With such a long time constant, the MOSFET may spend too long in its linear region, which can lead to unpredictable switching behaviour and unnecessary heating. For a more reliable solution, I would recommend using the RC network only as a timing element, followed by a proper threshold stage such as a Schmitt trigger, comparator, or transistor driver to switch Q2 cleanly.
The emergency shutdown approach also looks reasonable in principle, but I would strongly suggest validating the actual drop-out behaviour of K1 and K2 on the bench, including worst-case conditions.
Regards
/Peter
2026-04-23 4:46 AM
Welcome @Spontune, to the community!
As no community member has responded so far, it seems that no one was particularly interested in reviewing your detailed description. Here is my initial assessment:
The overall pre-charge and shutdown concept is sensible, but I would be cautious about driving Q2 directly from a slow RC ramp. With such a long time constant, the MOSFET may spend too long in its linear region, which can lead to unpredictable switching behaviour and unnecessary heating. For a more reliable solution, I would recommend using the RC network only as a timing element, followed by a proper threshold stage such as a Schmitt trigger, comparator, or transistor driver to switch Q2 cleanly.
The emergency shutdown approach also looks reasonable in principle, but I would strongly suggest validating the actual drop-out behaviour of K1 and K2 on the bench, including worst-case conditions.
Regards
/Peter
2026-04-24 6:06 AM
Hello @Peter BENSCH,
I’ve been continuously reviewing the schematic since I initially shared the post. I had actually already added the comparator stage you suggested to address the MOSFET timing, but I hadn’t updated the thread with the latest version yet.
I really appreciate you taking the time to review this design, especially since I built it entirely from scratch without relying on any reference schematics. It is very encouraging that you didn't find any other major issues. Your validation of the overall pre-charge and emergency shutdown logic provides a great sense of assurance.
I will proceed with bench testing the relay drop-out behaviors under worst-case conditions as you advised. I will definitely share my findings and updates in this thread.
Best regards,
Umut Kuruderviş