

The DC Power Source (Manufacturer: JJY, Part ID: DC_Power) is a device designed to provide a constant direct current (DC) voltage to power 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) |
| Voltage Regulation | ±1% |
| Ripple and Noise | <50mV (peak-to-peak) |
| 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 Plug | Connects to the AC mains (100-240V AC) |
| Output DC Jack | Provides the regulated DC voltage output |
| Ground (GND) | Common ground for the DC output |
| Voltage Selector | Switch to select the desired output voltage (3.3V, 5V, 9V, 12V) |
To power an Arduino UNO using the JJY DC Power Source, follow these steps:
Here is an example Arduino code to blink an LED when powered by the DC Power Source:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the JJY DC Power Source set to 5V.
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
}
No Output Voltage
Incorrect Output Voltage
Overheating
Device Not Powering On
Q1: Can I use this power source to charge a 12V battery?
A1: Yes, but ensure the battery's charging current does not exceed the 2A limit of the power source.
Q2: Is the output voltage adjustable?
A2: Yes, the output voltage can be adjusted to 3.3V, 5V, 9V, or 12V using the voltage selector switch.
Q3: Can I use this power source outdoors?
A3: No, the JJY DC Power Source is not weatherproof and should only be used in dry, indoor environments.
Q4: What happens if I exceed the current limit?
A4: The power source may shut down or overheat. Always ensure the load does not exceed 2A to avoid damage.
By following this documentation, you can safely and effectively use the JJY DC Power Source in your electronic projects.