

The Würth Elektronik 629105150521 is a horizontal Micro-USB B receptacle designed for reliable power delivery and data transfer in compact electronic devices. Its robust design and small form factor make it ideal for applications where space is limited, such as portable electronics, IoT devices, and embedded systems. This component is widely used in consumer electronics, industrial equipment, and prototyping projects.








| Parameter | Value |
|---|---|
| Manufacturer | Würth Elektronik |
| Part Number | 629105150521 |
| Connector Type | Micro-USB B Receptacle |
| Mounting Style | Surface Mount (Horizontal) |
| Number of Contacts | 5 |
| Current Rating | 1.8 A (Power Pins) |
| Voltage Rating | 30 V DC |
| Operating Temperature Range | -40°C to +85°C |
| Contact Resistance | ≤ 50 mΩ |
| Insulation Resistance | ≥ 100 MΩ |
| Durability | 10,000 mating cycles |
| Housing Material | Thermoplastic, UL94 V-0 flame retardant |
| Contact Material | Copper alloy with gold plating |
The Würth Elektronik 629105150521 Micro-USB B receptacle has five pins, as described in the table below:
| Pin Number | Name | Description |
|---|---|---|
| 1 | VBUS | Power supply (4.75–5.25 V DC) |
| 2 | D- | Data line (-) for USB communication |
| 3 | D+ | Data line (+) for USB communication |
| 4 | ID | Identification pin (used in OTG applications) |
| 5 | GND | Ground |
PCB Design and Mounting:
Power and Data Connections:
Mechanical Considerations:
The Micro-USB B receptacle can be used to power an Arduino UNO or transfer data via a USB-to-serial converter. Below is an example of Arduino code for basic serial communication:
// Example: Serial communication via USB
// This code sends a message to the serial monitor every second.
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
while (!Serial) {
// Wait for the serial port to connect (for native USB boards)
}
Serial.println("Micro-USB B Receptacle Connected!");
}
void loop() {
Serial.println("Hello from Arduino!"); // Send a message to the serial monitor
delay(1000); // Wait for 1 second
}
No Power or Data Transfer:
Overheating:
Intermittent Connectivity:
Data Transfer Errors:
Q1: Can this receptacle be used for USB 3.0 applications?
A1: No, the Würth Elektronik 629105150521 is designed for USB 2.0 applications and does not support the additional pins required for USB 3.0.
Q2: Is the connector compatible with OTG devices?
A2: Yes, the ID pin can be used for OTG functionality when properly configured.
Q3: What is the recommended soldering temperature?
A3: Follow the manufacturer's guidelines for reflow soldering, typically around 240–260°C.
Q4: How many mating cycles can the connector withstand?
A4: The connector is rated for up to 10,000 mating cycles, ensuring long-term durability.
By following this documentation, users can effectively integrate the Würth Elektronik 629105150521 Micro-USB B receptacle into their designs for reliable power and data connectivity.