

The 1379662-2 TE Connector is a high-performance electrical connector manufactured by TE Connectivity. It is designed to provide reliable and durable connections in a wide range of applications. With its robust construction and ease of use, this connector is ideal for environments requiring secure and long-lasting electrical connections.








| Parameter | Specification |
|---|---|
| Manufacturer | TE Connectivity |
| Part Number | 1379662-2 |
| Connector Type | Electrical Connector |
| Number of Positions | 2 |
| Mounting Type | Free-hanging (in-line) |
| Contact Termination | Crimp |
| Operating Voltage | Up to 250V |
| Current Rating | Up to 10A |
| Operating Temperature | -40°C to +105°C |
| Material | High-quality thermoplastic housing |
| Contact Material | Tin-plated copper alloy |
The 1379662-2 TE Connector features a 2-position configuration. Below is the pin description:
| Pin Number | Description | Notes |
|---|---|---|
| 1 | Positive terminal | Connect to the positive voltage source |
| 2 | Negative terminal (ground) | Connect to the ground or return path |
The 1379662-2 TE Connector can be used to connect external power or sensors to an Arduino UNO. Below is an example of how to use it for powering an Arduino UNO:
// Example code for reading a sensor connected via the 1379662-2 TE Connector
// Ensure the sensor's positive and ground wires are connected to the correct pins.
const int sensorPin = A0; // Analog pin connected to the sensor output
int sensorValue = 0; // Variable to store the sensor reading
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
}
void loop() {
sensorValue = analogRead(sensorPin); // Read the sensor value
Serial.print("Sensor Value: ");
Serial.println(sensorValue); // Print the sensor value to the Serial Monitor
delay(1000); // Wait for 1 second before the next reading
}
Q: Can this connector handle high-current applications?
A: Yes, the 1379662-2 TE Connector is rated for up to 10A, making it suitable for moderate current applications.
Q: Is this connector waterproof?
A: No, this connector is not inherently waterproof. For waterproof applications, additional sealing or a different connector model may be required.
Q: What is the recommended wire gauge for this connector?
A: The connector is compatible with wire sizes ranging from 18 AWG to 22 AWG.
Q: Can I reuse the connector contacts?
A: It is not recommended to reuse crimped contacts, as this may compromise the connection quality. Always use new contacts for reliable performance.