

The DC Power Source (Manufacturer: JJY, Part ID: DC_Power) is a device designed to provide a constant direct current (DC) voltage for powering electronic circuits and components. It is an essential component in electronics, offering a stable and reliable power supply for a wide range of applications.








The following table outlines the key technical specifications of the JJY DC Power Source:
| Parameter | Value | 
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz | 
| Output Voltage Range | 3.3V, 5V, 9V, 12V (selectable) | 
| Output Current | Up to 2A | 
| Power Rating | 24W (maximum) | 
| Output Type | Constant DC Voltage | 
| Efficiency | ≥85% | 
| Protection Features | Overvoltage, Overcurrent, Short Circuit | 
| Operating Temperature | -10°C to 50°C | 
| Dimensions | 100mm x 60mm x 40mm | 
| Weight | 150g | 
The DC Power Source typically includes the following connectors:
| Pin/Connector | Description | 
|---|---|
| Input AC Connector | Standard AC input for 100-240V AC power | 
| Output DC Connector | Positive (+) and Negative (-) terminals for DC output | 
| Ground (GND) Terminal | Ground connection for circuit safety and stability | 
| Voltage Selector Switch | Allows selection of output voltage (3.3V, 5V, 9V, 12V) | 
To power an Arduino UNO with the DC Power Source, follow these steps:
Here is an example Arduino code to blink an LED while powered by the DC Power Source:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the DC Power Source is set to 5V and connected properly.
void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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
}
| Issue | Possible Cause | Solution | 
|---|---|---|
| No output voltage | Power source not plugged in or turned off | Verify the AC input connection and power switch | 
| Incorrect output voltage | Voltage selector switch set incorrectly | Check and adjust the voltage selector switch | 
| Circuit not powering on | Loose or incorrect connections | Verify all connections and ensure proper polarity | 
| Overheating of the power source | Exceeding current limit or poor ventilation | Reduce the load or improve ventilation | 
| Output voltage fluctuating | Overcurrent or short circuit in the load | Check the load for faults and reduce current draw | 
Can I use this power source to charge a 12V battery?
What happens if I exceed the 2A current limit?
Is the power source compatible with sensitive electronics?
Can I use this power source outdoors?
By following this documentation, you can safely and effectively use the JJY DC Power Source (Part ID: DC_Power) in your electronic projects.