From 3962419669cacbbde9f4d6343d75e5fe625f32ab Mon Sep 17 00:00:00 2001 From: renjieDLUT <41196373+renjieDLUT@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:58:33 +0800 Subject: [PATCH] Update _assembly.md (#25527) --- docs/en/assembly/_assembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/assembly/_assembly.md b/docs/en/assembly/_assembly.md index ef641c6a70..a704ce788a 100644 --- a/docs/en/assembly/_assembly.md +++ b/docs/en/assembly/_assembly.md @@ -290,7 +290,7 @@ If you're using [DroneCAN ESC](../peripherals/esc_motors.md#dronecan) the contro ### Flight Controller Power Pixhawk FCs require a regulated power supply that can supply at around 5V/3A continuous (check your specific FC)! -This is sufficient to power the controller itself and a few low-power peripherals, such as a GNSS module, RC transmitter, and low power telemetry radio, but not for motors, actuators, and other peripherals. +This is sufficient to power the controller itself and a few low-power peripherals, such as a GNSS module, RC receiver, and low power telemetry radio, but not for motors, actuators, and other peripherals. [Power modules](../power_module/index.md) are commonly used to "split off" this regulated power supply for the FC and also to provide measurements of the battery voltage and total current to the whole system — which PX4 can use to estimate power levels. The power module is connected to the FC power port, which is normally labeled `POWER` (or `POWER 1` or `POWER 2` for FCs that have redundant power supply).