

The NOYITO 50 V / 10A DC-DC Power Filter Module is a versatile electronic component designed to stabilize and filter DC power supplies. It effectively reduces noise, ripple, and other electrical disturbances, ensuring a clean and stable output voltage. This module is capable of handling input voltages up to 50 V and currents up to 10 A, making it suitable for high-power applications.








Below are the key technical details of the NOYITO 50 V / 10A DC-DC Power Filter Module:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 0 V to 50 V DC |
| Maximum Current | 10 A |
| Output Voltage Range | Same as input (pass-through design) |
| Ripple Suppression | High efficiency |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 60 mm x 25 mm x 20 mm |
| Weight | ~30 g |
The module has four connection points, as described below:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage terminal |
| VIN- | Negative input voltage terminal (ground) |
| VOUT+ | Positive output voltage terminal |
| VOUT- | Negative output voltage terminal (ground) |
VIN+ pin.VIN- pin.VOUT+ pin to the positive terminal of your load.VOUT- pin to the negative terminal of your load.The module can be used to provide a clean power supply to an Arduino UNO. Below is an example of how to connect the module:
VIN+ and VIN- pins of the module.VOUT+ and VOUT- pins to the Arduino's VIN and GND pins, respectively.// Simple Arduino code to blink an LED
// Ensure the power filter module is providing clean power to the Arduino
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set LED pin as output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Excessive Heat:
Ripple Not Reduced:
Module Not Working:
By following this documentation, users can effectively integrate the NOYITO 50 V / 10A DC-DC Power Filter Module into their projects and ensure reliable performance.