

The RC Rear Power Supply (Top) is a specialized power supply unit designed to provide reliable and efficient electrical power to remote control (RC) systems. It is engineered to support multiple output voltages and current ratings, making it suitable for powering various components within an RC system, such as motors, receivers, and auxiliary devices. Its compact design and robust performance make it an essential component for RC enthusiasts and professionals alike.








The RC Rear Power Supply (Top) features a set of input and output connectors for easy integration into RC systems. Below is the pin configuration:
| Pin Number | Label | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage (7.4V to 14.8V). |
| 2 | VIN- | Negative input voltage (ground). |
| Pin Number | Label | Description |
|---|---|---|
| 1 | 5V+ | Regulated 5V output (positive). |
| 2 | 5V- | Ground for 5V output. |
| 3 | 12V+ | Regulated 12V output (positive). |
| 4 | 12V- | Ground for 12V output. |
Connect the Input Voltage:
Connect the Outputs:
Verify Connections:
Power On:
The RC Rear Power Supply (Top) can be used to power an Arduino UNO via its 5V output. Below is an example setup and code:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the RC Rear Power Supply (Top) is providing 5V to the Arduino UNO
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
Connected Devices Not Working:
Voltage Drop Under Load:
Can I use this power supply with a 3S LiPo battery?
Is the power supply protected against short circuits?
Can I power both 5V and 12V devices simultaneously?
What happens if I reverse the input polarity?
This documentation provides all the necessary details to effectively use the RC Rear Power Supply (Top) in your RC projects.