

The Power Module GM V1.0 is a versatile power supply module designed to provide stable voltage and current for a wide range of electronic projects. It features adjustable output settings, allowing users to fine-tune the voltage and current to meet the specific requirements of their circuits. Additionally, the module is equipped with built-in protection mechanisms, such as overcurrent and thermal protection, ensuring safe and reliable operation.








| Parameter | Value |
|---|---|
| Input Voltage Range | 6V to 24V DC |
| Output Voltage Range | 3.3V to 12V DC (adjustable) |
| Maximum Output Current | 2A |
| Efficiency | Up to 90% |
| Protection Features | Overcurrent, Overvoltage, Thermal |
| Dimensions | 50mm x 25mm x 15mm |
| Pin Name | Type | Description |
|---|---|---|
| VIN | Input | Connect to the positive terminal of the power source (6V-24V DC). |
| GND | Ground | Connect to the negative terminal of the power source. |
| VOUT | Output | Provides the regulated output voltage (3.3V-12V DC). |
| ADJ | Adjustment | Used to adjust the output voltage using a potentiometer. |
Connect the Input Voltage:
Adjust the Output Voltage:
Connect the Load:
Verify Connections:
Power On:
To power an Arduino UNO with the Power Module GM V1.0:
Here is an example Arduino code to blink an LED while powered by the module:
// Simple LED Blink Example
// This code assumes an LED is connected to pin 13 of the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
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:
Output Voltage is Incorrect:
Module Overheats:
Load Does Not Power On:
Q: Can I use the Power Module GM V1.0 to power a Raspberry Pi?
A: Yes, but ensure the output voltage is set to 5V and the current requirement of the Raspberry Pi does not exceed 2A.
Q: Is the module compatible with LiPo batteries?
A: Yes, as long as the battery voltage is within the input range (6V-24V DC).
Q: Can I use this module to charge a battery?
A: No, the module is not designed for battery charging applications. Use a dedicated battery charger for this purpose.