

The JST VH VHR-3N is a compact and durable 3-circuit receptacle housing designed for use with JST VH series connectors. It provides a reliable and secure connection for electrical circuits, making it ideal for applications requiring robust and compact wiring solutions. This component is widely used in consumer electronics, industrial equipment, and automotive systems due to its high reliability and ease of use.








The JST VH VHR-3N is designed to meet the needs of high-current and high-density applications. Below are its key technical details:
| Parameter | Value |
|---|---|
| Manufacturer | JST |
| Part Number | VHR-3N |
| Number of Circuits | 3 |
| Housing Material | Nylon 66 (UL94V-0, flame-retardant) |
| Operating Temperature | -25°C to +85°C |
| Voltage Rating | 250V AC/DC |
| Current Rating | 10A |
| Wire Gauge Compatibility | 18-22 AWG |
| Mating Connector | JST VH series headers |
The VHR-3N housing accommodates three circuits, each corresponding to a pin in the mating connector. Below is the pin configuration:
| Pin Number | Description | Notes |
|---|---|---|
| 1 | Circuit 1 (Positive/Signal) | Connect to the first wire or signal line |
| 2 | Circuit 2 (Ground/Signal) | Connect to the second wire or signal line |
| 3 | Circuit 3 (Negative/Signal) | Connect to the third wire or signal line |
The JST VH VHR-3N can be used to connect power or signals to an Arduino UNO. Below is an example of wiring a 12V power supply to an Arduino UNO using the VHR-3N:
// Example Arduino code for reading a signal connected via the VHR-3N
const int signalPin = 2; // Pin connected to Circuit 1 of the VHR-3N
void setup() {
pinMode(signalPin, INPUT); // Set the signal pin as input
Serial.begin(9600); // Initialize serial communication
}
void loop() {
int signalValue = digitalRead(signalPin); // Read the signal value
Serial.print("Signal Value: ");
Serial.println(signalValue); // Print the signal value to the serial monitor
delay(500); // Wait for 500ms before reading again
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Terminals not locking in place | Improper crimping or incorrect terminal | Ensure proper crimping and use the correct terminal type (e.g., SVH-21T-P1.1). |
| Loose connection | Terminals not fully seated | Push the terminals until they click into place. |
| Connector does not mate | Misalignment or incompatible header | Verify alignment and ensure the mating header is a JST VH series connector. |
| Overheating during operation | Exceeding current rating | Ensure the current does not exceed 10A. Use thicker wires if necessary. |
Q: Can I use this housing with wires outside the 18-22 AWG range?
A: No, using wires outside the specified range may result in poor connections or damage to the housing.
Q: What crimping tool should I use?
A: Use JST's recommended crimping tool, such as the YC-160R, for consistent and reliable crimps.
Q: Is the VHR-3N suitable for outdoor use?
A: The VHR-3N is not specifically designed for outdoor use. If used outdoors, ensure it is protected from moisture and extreme environmental conditions.
Q: Can I reuse the housing after removing the terminals?
A: Yes, the housing can be reused if the terminals are carefully removed without damaging the locking mechanism. Use a terminal removal tool for best results.