

The B0503S-1WR3 is a compact, high-efficiency isolated DC-DC converter manufactured by Shenzhen Hi-Link Electronic Co., Ltd. This module is designed to step up a 3.3V DC input to a stable 5V DC output, delivering up to 1W of power. Its small size and high reliability make it ideal for powering low-power devices in applications such as industrial control systems, IoT devices, and embedded systems.








| Parameter | Value |
|---|---|
| Input Voltage Range | 3.3V DC ± 10% |
| Output Voltage | 5V DC |
| Output Power | 1W |
| Output Current | 200mA (max) |
| Efficiency | Up to 80% |
| Isolation Voltage | 1500V DC |
| Operating Temperature | -40°C to +85°C |
| Package Type | SIP-4 (Single Inline Package) |
| Dimensions | 11.6mm x 6mm x 10mm |
The B0503S-1WR3 has a 4-pin SIP (Single Inline Package) configuration. The pinout is as follows:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | VIN+ | Positive input voltage (3.3V DC) |
| 2 | VIN- | Negative input voltage (Ground) |
| 3 | VOUT- | Negative output voltage (Ground) |
| 4 | VOUT+ | Positive output voltage (5V DC) |
VIN+ pin and the ground to the VIN- pin. Ensure the input voltage is within the specified range (3.3V ± 10%) to avoid damage.VOUT+ and VOUT- pins. The module will provide a stable 5V DC output.VIN+ and VIN-) and a 10µF capacitor across the output pins (VOUT+ and VOUT-). These capacitors help reduce noise and improve stability.The B0503S-1WR3 can be used to power an Arduino UNO from a 3.3V source. Below is an example circuit and code:
VIN+ and VIN- of the B0503S-1WR3.VOUT+ pin to the Arduino UNO's 5V pin.VOUT- pin to the Arduino UNO's GND pin.// Example code to blink an LED using Arduino UNO powered by B0503S-1WR3
// Ensure the B0503S-1WR3 is providing a stable 5V to the Arduino UNO.
const int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an 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 | Incorrect input voltage or polarity | Verify input voltage and polarity. |
| Output voltage is unstable | Insufficient bypass capacitors | Add 10µF capacitors to input and output. |
| Module overheating | Excessive load or poor ventilation | Reduce load or improve ventilation. |
| Output voltage too low or too high | Input voltage out of range | Ensure input voltage is 3.3V ± 10%. |
Can the B0503S-1WR3 be used with a 5V input?
What is the maximum distance between the module and the load?
Can I use this module to power a Wi-Fi module?
Is the module protected against reverse polarity?
This concludes the documentation for the B0503S-1WR3 1W Isolated DC-DC Converter. For further assistance, refer to the manufacturer's datasheet or contact Shenzhen Hi-Link Electronic Co., Ltd.