

The NMA0512SC is a high-performance DC-DC converter module manufactured by Murata. It is designed to step down voltage from a higher input level to a stable 5V output, making it ideal for powering sensitive electronic components and circuits. This compact and efficient module is equipped with built-in protection features, including overcurrent and thermal protection, ensuring reliable operation in a wide range of applications.








| Parameter | Value |
|---|---|
| Manufacturer | Murata |
| Part Number | NMA0512SC |
| Input Voltage Range | 10.8V to 13.2V |
| Output Voltage | 5V |
| Output Current | 200mA |
| Efficiency | Up to 85% |
| Operating Temperature | -40°C to +85°C |
| Isolation Voltage | 1kV DC |
| Package Type | SIP (Single Inline Package) |
| Dimensions | 19.5mm x 7.5mm x 10.0mm |
The NMA0512SC has a 4-pin configuration. The table below describes each pin:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | +Vin | Positive input voltage (10.8V to 13.2V) |
| 2 | -Vin | Negative input voltage (Ground) |
| 3 | +Vout | Positive regulated output voltage (5V) |
| 4 | -Vout | Negative regulated output voltage (Ground) |
+Vin and -Vin pins. Ensure the input voltage is within the specified range to avoid damage to the module.+Vout and -Vout pins. The module will provide a stable 5V output to power your circuit.The NMA0512SC can be used to power an Arduino UNO by providing a stable 5V supply. Below is an example circuit and Arduino code:
+Vin and -Vin pins of the NMA0512SC to a 12V DC power source.+Vout pin to the 5V pin of the Arduino UNO.-Vout pin to the GND pin of the Arduino UNO.// Example code to blink an LED using Arduino UNO powered by NMA0512SC
// Ensure the NMA0512SC provides a stable 5V to the Arduino UNO
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Input voltage is out of range | Ensure input voltage is between 10.8V and 13.2V. |
| Overheating | Insufficient ventilation or high load | Improve airflow or reduce load current. |
| Output voltage fluctuates | Insufficient bypass capacitors | Add low ESR capacitors across input and output. |
| Module not functioning after power-up | Incorrect pin connections | Verify all connections match the pin configuration. |
Can the NMA0512SC be used with a 9V input?
No, the input voltage must be within the range of 10.8V to 13.2V for proper operation.
What happens if the load exceeds 200mA?
The module's overcurrent protection will activate, and the output voltage may drop or shut down to protect the circuit.
Is the NMA0512SC suitable for battery-powered applications?
Yes, its high efficiency and compact size make it ideal for battery-powered systems.
Can I use the NMA0512SC in high-temperature environments?
The module operates reliably within the temperature range of -40°C to +85°C. Ensure proper heat dissipation in high-temperature conditions.
This concludes the documentation for the Murata NMA0512SC DC-DC Converter Module. For further details, refer to the manufacturer's datasheet or contact technical support.