

The Terminal TRD H3Y-2, manufactured by REKINSA-ITERA (Part ID: rayzestudio), is a terminal block designed for easy and secure connections in electrical circuits. It is commonly used for connecting wires to a circuit board or other components, ensuring reliable and efficient electrical connections. This terminal block is ideal for applications requiring frequent wiring changes or maintenance, such as industrial control systems, automation equipment, and power distribution panels.








| Parameter | Value |
|---|---|
| Manufacturer | REKINSA-ITERA |
| Part ID | rayzestudio |
| Rated Voltage | 250V AC/DC |
| Rated Current | 10A |
| Insulation Resistance | ≥ 1000 MΩ |
| Contact Resistance | ≤ 20 mΩ |
| Operating Temperature | -40°C to +85°C |
| Wire Size Compatibility | 22-14 AWG |
| Mounting Type | PCB Mount |
| Terminal Material | Brass with nickel plating |
| Insulation Material | Polyamide (PA66), UL94-V0 |
The Terminal TRD H3Y-2 features a simple two-pin configuration for secure wire connections. Below is the pin description:
| Pin Number | Description |
|---|---|
| 1 | Input terminal for wire 1 |
| 2 | Input terminal for wire 2 |
Mounting the Terminal Block:
Connecting Wires:
Testing the Connection:
The Terminal TRD H3Y-2 can be used to connect external components (e.g., sensors, motors) to an Arduino UNO. Below is an example of wiring and code for controlling an LED:
// Define the pin connected to the terminal block
const int ledPin = 13;
void setup() {
// Set the pin as an output
pinMode(ledPin, OUTPUT);
}
void loop() {
// Turn the LED on
digitalWrite(ledPin, HIGH);
delay(1000); // Wait for 1 second
// Turn the LED off
digitalWrite(ledPin, LOW);
delay(1000); // Wait for 1 second
}
Loose Connections:
Overheating:
Corrosion or Oxidation:
Wire Slippage:
Q1: Can the Terminal TRD H3Y-2 handle AC and DC currents?
A1: Yes, it is rated for both AC and DC currents up to 250V.
Q2: Is the terminal block reusable?
A2: Yes, the terminal block can be reused multiple times as long as it is not physically damaged.
Q3: Can I use this terminal block for high-frequency signals?
A3: While it is primarily designed for power connections, it can handle low-frequency signals. For high-frequency applications, consider using specialized connectors.
Q4: What tools are required for installation?
A4: A screwdriver (flathead or Phillips, depending on the terminal design) and a wire stripper are typically required.
By following this documentation, users can effectively integrate the Terminal TRD H3Y-2 into their projects for secure and reliable electrical connections.