

The Power Module GM V1.0 is a compact and versatile power supply module designed to provide stable voltage and current for a wide range of electronic projects. It features adjustable output settings, overcurrent protection, and a user-friendly design, making it an essential component for hobbyists, students, and professionals alike. This module is ideal for powering microcontrollers, sensors, and other low-power devices in prototyping and development environments.








Below are the key technical details of the Power Module GM V1.0:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 6V to 24V DC |
| Output Voltage Range | 3.3V to 12V DC (adjustable) |
| Maximum Output Current | 2A |
| Efficiency | Up to 95% |
| Protection Features | Overcurrent, short-circuit, thermal |
| Dimensions | 45mm x 25mm x 15mm |
| Weight | 10g |
The Power Module GM V1.0 has the following pin layout:
| Pin Name | Description |
|---|---|
| VIN | Input voltage pin (6V to 24V DC) |
| GND | Ground pin (common ground for input and output) |
| VOUT | Adjustable output voltage pin (3.3V to 12V DC) |
| ADJ | Voltage adjustment pin (used with a potentiometer) |
Connect Input Voltage:
VIN pin and GND pin.Adjust Output Voltage:
ADJ pin to set the desired output voltage.VOUT pin using a multimeter for precise adjustment.Connect the Load:
VOUT and GND pins.Power On:
The Power Module GM V1.0 can be used to power an Arduino UNO. Below is an example setup:
VIN and GND pins of the module.VOUT pin of the module to the 5V pin of the Arduino UNO.GND pin of the module to the GND pin of the Arduino UNO.Here is a simple Arduino code example to blink an LED while powered by the module:
// Simple LED Blink Example
// Ensure the Power Module GM V1.0 is set to 5V output for Arduino UNO
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Output Voltage is Unstable:
Module Overheats:
Short Circuit Protection Triggered:
Q1: Can the module output 5V for USB-powered devices?
A1: Yes, the module can be adjusted to output 5V, making it suitable for USB-powered devices.
Q2: Is the module suitable for battery-powered applications?
A2: Yes, the module can be used with batteries as long as the input voltage is within the 6V to 24V range.
Q3: Can I use this module to power multiple devices simultaneously?
A3: Yes, as long as the total current draw does not exceed 2A and the devices share a common ground.
Q4: Does the module have reverse polarity protection?
A4: No, the module does not have built-in reverse polarity protection. Ensure correct polarity when connecting the input voltage.
By following this documentation, users can effectively integrate the Power Module GM V1.0 into their projects and troubleshoot common issues with ease.