The DC Female to Male Adapter with Switch by JustPi is a versatile and convenient connector designed to facilitate the connection of a DC power source to a device. This adapter features an integrated switch, allowing users to easily toggle the power supply on or off without disconnecting the adapter. It is particularly useful in prototyping, DIY electronics projects, and powering devices that require frequent power cycling.
The following table outlines the key technical details of the DC Female to Male Adapter with Switch:
Parameter | Specification |
---|---|
Manufacturer | JustPi |
Input Connector | DC Female Jack (5.5mm outer, 2.1mm inner) |
Output Connector | DC Male Plug (5.5mm outer, 2.1mm inner) |
Voltage Rating | 3V to 24V DC |
Current Rating | Up to 5A |
Switch Type | On/Off toggle switch |
Cable Length | Approximately 30cm |
Material | Durable plastic housing |
Operating Temperature | -20°C to 60°C |
The adapter does not have traditional pins but instead features a female DC jack and a male DC plug. Below is a description of the connections:
Connector | Description |
---|---|
DC Female | Input for the DC power source. |
DC Male | Output to the device being powered. |
Switch | Toggles the power supply on or off. |
The DC Female to Male Adapter with Switch can be used to power an Arduino UNO from a DC power source. Below is an example setup:
If you are using the adapter to power an Arduino UNO, you can upload the following code to test the functionality of the board:
// Simple LED Blink Example
// This code blinks the onboard LED on pin 13 of the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output for the onboard LED
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Note: The adapter's switch can be used to power cycle the Arduino UNO without needing to unplug the DC power source.
Issue | Possible Cause | Solution |
---|---|---|
Device does not power on | Loose connection or incorrect polarity | Check all connections and verify polarity. |
Adapter gets hot during use | Exceeding current rating | Ensure the current draw is below 5A. |
Switch does not toggle power | Faulty switch or internal damage | Replace the adapter if the switch is faulty. |
Intermittent power supply | Poor connection or damaged cable | Inspect and secure all connections. |
Can this adapter be used with a 12V power source?
Is the switch durable for frequent use?
Can I use this adapter with devices requiring more than 5A?
Does the adapter support reverse polarity protection?
By following this documentation, you can effectively use the JustPi DC Female to Male Adapter with Switch in your projects while ensuring safe and reliable operation.