2S LiPo High-Current Power Box with two Sbus inputs
Project Overview: 2S LiPo High-Current Power Box with two Sbus inputs
This circuit is a high-performance power distribution system designed for large-scale RC models. It manages power from dual batteries to drive up to 16 High-Voltage (HV) servos while providing redundancy from two Sbus receivers and electronic switching.
Key Technical Features
- Dual Battery Redundancy: The input stage features two "Ideal Diodes" (U$1, U$2). These allow for a dual-battery setup (2S LiPo, ~8.4V) with minimal voltage drop and prevent back-charging if one pack fails or has a lower voltage.
- High-Current Power Path: Utilizing multiple IRF4905 P-Channel MOSFETs in parallel, the board is designed to handle a continuous load of 20A, ensuring stable current delivery to 16 HV servos during high-torque maneuvers.
- Electronic Switching (Soft-Switch): * The circuit includes a logic stage (BSS123 N-FETs) that controls the main power MOSFETs.
- Compatibility: The "SW" header is designed to interface with Jeti RC switches or Magnetic switches. It uses a "fail-on" logic where the system remains powered if the switch signal is lost, enhancing safety.
- Servo Distribution: The output rail (VSERV) distributes power across 16 headers , supporting 16 primary servos with integrated decoupling capacitors (C1, C2, C3) to filter voltage spikes and electrical noise..
- Receivers decoding : An ESP32 will take care of decoding Sbus signal from two independant receivers and switch from one to the other in case of failure. Failsafe output can be configured
Schematics

PCB
The PCB can be bought at PCBWay


The PCB was kindly sponsored by PCBWay and is as usual of excellent quality.

You can order it directly from this project page. It's cheap, delivered very fast and so professional looking!
and if you are new to PCBWay please use this affiliated link : https://pcbway.com/g/o35z4O
As you can see "big" tracks are exposed to be reinforced either with solder or (better) with copper wire. Doing this will increase drastically the current capcabilities of this board. It will sustain up to 20A with a total of 16 servos powered with 2s lipo packs.
Power considerations
2x 2s lipo packs are used to power the box. The "OR" of their voltage is performed with two ideal diodes

These tiny devices are available for cheap on Aliexpress. They are mostly used as "anti back flow" components on solar panels. The XL 74610 is an ideal diode module built around the brilliant LM 74610 chip from Texas Instruments.
When paired with an N-channel power MOSFET, it behaves like a diode, but with a significantly lower voltage drop.

Switch control
A three stages mosfet combination allows to switch On/Off the power box

The three big P channels mosfets IRF4905 are used to cut the VCC line.
Each Mosfet can handle 74A
Heat Dissipation per MOSFET
- Current Split: Assuming the load is balanced, each MOSFET carries approximately 6.67A
- The IRF4905 has a typical resistance of 0.02Ω at VGS = -10V$.
- Power Dissipation per Component: P = 0.02 * (6.67)^2 = 0.89W
Thermal Analysis
Total Power Box Dissipation: Approximately 2.67W of total heat across the power stage
This means that the mosfets should remain totally cold and no heatsink willbe needed.
Reliability : 3 mosfets are soldered in parallel allowing a very strong reliability in case of one or even two Mosfets failure.
Switching Logic and Fail-safe Mechanism
- The switch circuit uses a dual-stage N-FET inverter logic to control the main high-power P-MOSFETs (Q7, Q8, Q9).
Operating States
- Off State (Switch Closed): When the switch pulls pin 3 of the SW header to GND, Q4 is turned off. This allows the gate of Q6 to be pulled High, turning Q6 ON. Q6 then pulls the gates of the IRF4905s to GND, which turns the main power ON.
- On State (Switch Open): Inversely, when pin 3 is High (3.3V or 5V), Q4 turns ON, pulling Q6's gate to GND and turning Q6 OFF. The 10k resistor (R6) then pulls the IRF4905 gates to VCC, turning the main power OFF.
Fail-safe Logic
- This design features a "Fail-On" safety mechanism, which is standard for high-end RC power systems:
- Mechanical Failure: If the external switch fails, its wires are cut, or it becomes unplugged, the gate of Q4 is pulled to GND by the 10k pull-down resistor (R7).
- Result: Q4 remains OFF, Q6 remains ON, The IRF4905s stay ON.
- Safety Benefit: If the switch fails during flight, the power to your receiver and servos is maintained, preventing a crash.
Software
ESP32 firmware can be found on my Github pages
firmware is pretty simple and rely mostly on borderflight SbuS library
All the RF of the chip is disabled (no Wifi no Bluetooth) and a watchdog is enabled to reboot in case of emergency...
The toucpad "FAIL" allows to memorize all channels configuration. These values will be used to output "failsafe" values to servos if SBUS AND SBUS2 fail simultaneously.
//SBUS
#include "sbus.h" //https://github.com/bolderflight/sbus/tree/main
Box for the power box
An enclosure for the PCB can be 3D printed. It will accomodate the PCB soldered with 90° pin headers, so that its form factor should remain "flat" when inserted into the plane.
If you prefer vertical pin headers, you will have to redesign the box (which is not complex !)
Parts are available on thingiverse : https://www.thingiverse.com/thing:7291279
2S LiPo High-Current Power Box with two Sbus inputs
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW- Comments(0)
- Likes(0)
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by Jean-Pierre Gleyzes
-
RC radial engine spark plug heater
BackgroundMy friend bought this wonderful engine from UMS_technologiesIt's a 7 cylinders star engine...
-
Convert a DC motor into a stepper one
This project is a way to convert a DC motor into a stepper motor.Of course "conversion" will not be ...
-
OpenxSensor variometer and telemetry for RC planes
Ever wanted a very cheap variometer on your RC glider ?battery voltage monitoring ?extra RC channels...
-
2S LiPo High-Current Power Box with two Sbus inputs
Project Overview: 2S LiPo High-Current Power Box with two Sbus inputsThis circuit is a high-performa...
-
Power box for big RC plane
Project Overview: 2S LiPo High-Current Power BoxThis circuit is a high-performance power distributio...
-
A bluetooth Joystick for TX16s radio (or others)
This project is kind of follow on of this one : Buddy Box for Radiomaster TX16sI decided to write an...
-
Radiomaster TX16s buddy box (master/trainer and more)
I wanted a wireless buddy box for my Radiomaster TX16sThis buddy box would allow to wireless link tw...
-
"perpetual" motion ball
Browsing internet and youtube, I found this mind blowing "perpetual motion" device designed by Willi...
-
Freon: Freeze On Neck - 3d printed box top
Freon project is fully describbed on this project page
-
Freon: Freeze On Neck - 3d printed box bottom
Freon project is fully described on this project page
-
Freon: Freeze On Neck personal cooler
DescriptionAre you tired of sweltering through hot days, feeling uncomfortable and unproductive?Imag...
-
ESP32_StarMotor_glow plugs heater _ V2
BackgroundMy friend bought this wonderful engine from UMS_technologiesIt's a 7 cylinders star engine...
-
RC plane CoG finder
IntroductionAs an intro here is a video of the system runningand another using the LCD displayA litt...
-
JP eCatFeeder
Overview In 2017 I published the first iteration of this project. And since then, the cat feeder had...
-
ESP32_RC_Motor_tester_V2
FeaturesOn an RC plane, propeller performance depends on pitch, diameter, profile, and material.Test...
-
ESP32_RC_Motor_tester
FeaturesOn an RC plane, propeller performance depends on pitch, diameter, profile, and material.Test...
-
FluidNC foam cutter controller
A few months ago I retrofited an old foam cutter based on a MM2001 hardware.This system works quite ...
-
RC plane Sound Machine
Add an engine and gun Sound System to your RC electric flyer.Throttle stick will startup the engine,...
-
-
ARPS-2 – Arduino-Compatible Robot Project Shield for Arduino UNO
1758 0 5 -
-
A Compact Charging Breakout Board For Waveshare ESP32-C3
2330 3 7 -
AI-driven LoRa & LLM-enabled Kiosk & Food Delivery System
2368 2 0 -
-
-
-
ESP32-C3 BLE Keyboard - Battery Powered with USB-C Charging
2521 0 2 -
-







