

The JST-03JQ-BT is a 3-pin connector manufactured by JST, designed for secure and reliable electrical connections in a variety of electronic applications. Its compact design and robust locking mechanism make it ideal for use in environments where space is limited, and a dependable connection is critical. This connector is commonly used in consumer electronics, industrial equipment, and hobbyist projects.








| Parameter | Value |
|---|---|
| Manufacturer | JST |
| Part Number | 03JQ-BT |
| Number of Pins | 3 |
| Connector Type | Wire-to-board |
| Pitch | 2.5 mm |
| Current Rating | 3 A (maximum) |
| Voltage Rating | 250 V AC/DC (maximum) |
| Operating Temperature | -25°C to +85°C |
| Locking Mechanism | Yes (secure latch design) |
| Material | Housing: Nylon 66 (UL94V-0) |
The JST-03JQ-BT connector has three pins, typically used for power and signal connections. Below is the pinout configuration:
| Pin Number | Function | Description |
|---|---|---|
| 1 | VCC/Power | Positive voltage supply (e.g., +5V or +12V) |
| 2 | Signal/Ground | Signal or ground connection, depending on application |
| 3 | Ground/Return | Ground or return path for the circuit |
Connector Assembly:
PCB Mounting:
Connection:
Disconnection:
The JST-03JQ-BT can be used to supply power or signals to an Arduino UNO. Below is an example of connecting a 5V power supply to the Arduino using this connector.
// Example code for reading a signal connected via the JST-03JQ-BT connector
// Pin 2 of the connector is used for the signal input to Arduino pin 7
const int signalPin = 7; // Signal connected to digital pin 7
int signalState = 0; // Variable to store the signal state
void setup() {
pinMode(signalPin, INPUT); // Set pin 7 as input
Serial.begin(9600); // Initialize serial communication
}
void loop() {
signalState = digitalRead(signalPin); // Read the signal state
Serial.print("Signal State: "); // Print the signal state to the serial monitor
Serial.println(signalState);
delay(500); // Wait for 500 ms before reading again
}
Loose Connection:
Intermittent Signal:
Overheating:
Connector Does Not Fit:
Q: Can the JST-03JQ-BT be used for high-frequency signals?
Q: Is the JST-03JQ-BT waterproof?
Q: Can I reuse the connector housing?
Q: What crimping tool should I use?