

The JST SM Female Connector 3 Pin is a compact and reliable connector designed for secure electrical connections in a variety of electronic applications. It features a durable plastic housing with a locking mechanism that ensures a stable connection, making it ideal for projects requiring robust and vibration-resistant wiring. This connector is commonly used in LED lighting systems, RC vehicles, drones, and other low-voltage electronic devices.








Below are the key technical details of the JST SM Female Connector 3 Pin:
| Parameter | Specification |
|---|---|
| Connector Type | JST SM Female |
| Number of Pins | 3 |
| Rated Voltage | 250V AC/DC |
| Rated Current | 3A |
| Wire Gauge Compatibility | 22-28 AWG |
| Material (Housing) | Nylon 66 (UL94V-0 flame retardant) |
| Contact Material | Copper alloy with tin plating |
| Operating Temperature | -25°C to +85°C |
| Locking Mechanism | Snap-lock design for secure mating |
The JST SM Female Connector 3 Pin has three pins, typically used for power, ground, and signal connections. The pinout is as follows:
| Pin Number | Typical Function | Description |
|---|---|---|
| 1 | VCC (Power) | Supplies power to the connected device. |
| 2 | GND (Ground) | Common ground for the circuit. |
| 3 | Signal | Transmits data or control signals. |
Note: The actual pin configuration may vary depending on the application. Always verify the pinout with your circuit design.
Prepare the Wires:
Crimp the Contacts:
Insert the Contacts:
Connect to the Male Connector:
Test the Connection:
The JST SM Female Connector 3 Pin can be used to connect an LED strip to an Arduino UNO. Below is an example code snippet for controlling an LED strip:
// Example code for controlling an LED strip using Arduino UNO
// Ensure the JST SM Female Connector is properly wired to the LED strip
#define LED_PIN 6 // Pin connected to the signal wire of the LED strip
void setup() {
pinMode(LED_PIN, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(LED_PIN, HIGH); // Turn the LED strip ON
delay(1000); // Wait for 1 second
digitalWrite(LED_PIN, LOW); // Turn the LED strip OFF
delay(1000); // Wait for 1 second
}
Note: Ensure the power and ground wires of the JST SM Female Connector are connected to the Arduino's 5V and GND pins, respectively.
Loose Connections:
Connector Not Locking:
No Power or Signal Transmission:
Overheating:
Q: Can I use this connector for high-current applications?
A: No, the JST SM Female Connector 3 Pin is rated for a maximum current of 3A. For higher currents, consider using a connector with a higher current rating.
Q: Is this connector waterproof?
A: No, the standard JST SM Female Connector is not waterproof. For outdoor or moisture-prone environments, use a waterproof connector.
Q: Can I reuse the connector after crimping?
A: Yes, but you may need to replace the crimped contacts if they are damaged during removal.
Q: What tools do I need for crimping?
A: A dedicated crimping tool designed for JST connectors is recommended for secure and reliable crimps.
By following this documentation, you can effectively use the JST SM Female Connector 3 Pin in your electronic projects.