

The Hirose DF13A-8P-1.25H is a compact, 8-position right-angle header connector designed for reliable and durable connections in electronic devices. With a 1.25mm pitch, this connector is ideal for applications where space-saving is critical. Its robust design ensures secure mating with corresponding receptacles, making it suitable for a wide range of electronic and industrial applications.








| Parameter | Value |
|---|---|
| Manufacturer | Hirose Electric |
| Part Number | DF13A-8P-1.25H |
| Connector Type | Right-angle header |
| Number of Positions | 8 |
| Pitch | 1.25mm |
| Mounting Type | Surface Mount Technology (SMT) |
| Contact Material | Phosphor bronze |
| Contact Plating | Tin |
| Insulation Material | Polyamide (UL94V-0 rated) |
| Current Rating | 1A per contact |
| Voltage Rating | 100V AC/DC |
| Operating Temperature | -35°C to +85°C |
| Mating Cycles | 30 cycles |
The DF13A-8P-1.25H has 8 pins arranged in a single row. Below is the pin configuration:
| Pin Number | Description | Notes |
|---|---|---|
| 1 | Signal/Power Line 1 | User-defined signal or power |
| 2 | Signal/Power Line 2 | User-defined signal or power |
| 3 | Signal/Power Line 3 | User-defined signal or power |
| 4 | Signal/Power Line 4 | User-defined signal or power |
| 5 | Signal/Power Line 5 | User-defined signal or power |
| 6 | Signal/Power Line 6 | User-defined signal or power |
| 7 | Signal/Power Line 7 | User-defined signal or power |
| 8 | Signal/Power Line 8 | User-defined signal or power |
The DF13A-8P-1.25H can be used to connect peripheral devices to an Arduino UNO. Below is an example of wiring and code to read a signal from a sensor connected via the DF13 header.
// Example code to read a sensor value connected via DF13A-8P-1.25H header
const int sensorPin = A0; // Pin A0 is connected to DF13 header Pin 1
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
pinMode(sensorPin, INPUT); // Set the sensor pin as input
}
void loop() {
int sensorValue = analogRead(sensorPin); // Read the sensor value
Serial.print("Sensor Value: ");
Serial.println(sensorValue); // Print the sensor value to the Serial Monitor
delay(500); // Wait for 500ms before the next reading
}
Poor Connection or Intermittent Signal
Cold Solder Joints
Exceeding Current/Voltage Ratings
Connector Damage After Multiple Mating Cycles
Q: Can the DF13A-8P-1.25H handle high-frequency signals?
A: Yes, the connector can handle high-frequency signals, but ensure proper PCB design to minimize signal loss or interference.
Q: Is the DF13A-8P-1.25H compatible with other DF13 series connectors?
A: Yes, it is compatible with other DF13 series receptacles, such as DF13-8S-1.25C.
Q: Can I use this connector in outdoor applications?
A: The DF13A-8P-1.25H is not specifically designed for outdoor use. If used outdoors, ensure it is protected from moisture and extreme environmental conditions.
Q: What is the recommended soldering temperature?
A: Follow the reflow soldering temperature profile provided in the Hirose DF13 series datasheet for optimal results.