Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Power Module GM V1.0: Examples, Pinouts, and Specs

Image of Power Module GM V1.0
Cirkit Designer LogoDesign with Power Module GM V1.0 in Cirkit Designer

Introduction

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.

Explore Projects Built with Power Module GM V1.0

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered DC-DC Converter System for Multi-Voltage Power Distribution
Image of test 1 ih: A project utilizing Power Module GM V1.0 in a practical application
This circuit converts a 38.5V battery output to multiple lower voltage levels using a series of DC-DC converters and a power module. It includes an emergency stop switch for safety and distributes power to various components such as a relay module, USB ports, and a bus servo adaptor.
Cirkit Designer LogoOpen Project in Cirkit Designer
USB-Powered DC Gear Motor with LED Indicator
Image of Hand Crank mobile charger : A project utilizing Power Module GM V1.0 in a practical application
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Nano-Based Remote-Controlled Dual Motor System with LiPo Battery
Image of nano shield zkbm1: A project utilizing Power Module GM V1.0 in a practical application
This circuit is designed to control two GM25 DC motors using a ZK-BM1 10A motor driver, which is managed by a NANO Shield Board. The NANO Shield Board receives input signals from an R6FG receiver and is powered by an 11.1V LiPo battery.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Motor Control with Voltage Monitoring and LED Indicator
Image of ckt: A project utilizing Power Module GM V1.0 in a practical application
This circuit converts AC power to DC using a bridge rectifier to drive a 12V geared motor. It also includes a TP4056 module for charging a 3.7V battery, monitored by a mini digital volt/ammeter, and an LED indicator for power status.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Power Module GM V1.0

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of test 1 ih: A project utilizing Power Module GM V1.0 in a practical application
Battery-Powered DC-DC Converter System for Multi-Voltage Power Distribution
This circuit converts a 38.5V battery output to multiple lower voltage levels using a series of DC-DC converters and a power module. It includes an emergency stop switch for safety and distributes power to various components such as a relay module, USB ports, and a bus servo adaptor.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Hand Crank mobile charger : A project utilizing Power Module GM V1.0 in a practical application
USB-Powered DC Gear Motor with LED Indicator
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of nano shield zkbm1: A project utilizing Power Module GM V1.0 in a practical application
Arduino Nano-Based Remote-Controlled Dual Motor System with LiPo Battery
This circuit is designed to control two GM25 DC motors using a ZK-BM1 10A motor driver, which is managed by a NANO Shield Board. The NANO Shield Board receives input signals from an R6FG receiver and is powered by an 11.1V LiPo battery.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of ckt: A project utilizing Power Module GM V1.0 in a practical application
Battery-Powered Motor Control with Voltage Monitoring and LED Indicator
This circuit converts AC power to DC using a bridge rectifier to drive a 12V geared motor. It also includes a TP4056 module for charging a 3.7V battery, monitored by a mini digital volt/ammeter, and an LED indicator for power status.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering microcontroller-based projects (e.g., Arduino, Raspberry Pi)
  • Supplying regulated power to sensors, motors, and other peripherals
  • Prototyping and testing electronic circuits
  • Educational and DIY electronics projects

Technical Specifications

Key Technical Details

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 Configuration and Descriptions

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.

Usage Instructions

How to Use the Power Module GM V1.0 in a Circuit

  1. Connect the Input Voltage:

    • Attach the VIN pin to the positive terminal of your power source (e.g., a DC adapter or battery).
    • Connect the GND pin to the negative terminal of the power source.
  2. Adjust the Output Voltage:

    • Use the onboard potentiometer to set the desired output voltage. Turn the potentiometer clockwise to increase the voltage and counterclockwise to decrease it.
    • Use a multimeter to measure the output voltage at the VOUT pin for precise adjustment.
  3. Connect the Load:

    • Attach the VOUT pin to the positive terminal of your load (e.g., a microcontroller or sensor).
    • Connect the GND pin to the ground of your load.
  4. Verify Connections:

    • Double-check all connections to ensure proper polarity and secure wiring.
  5. Power On:

    • Turn on the power source and verify that the module is providing the correct output voltage and current.

Important Considerations and Best Practices

  • Ensure that the input voltage is within the specified range (6V-24V DC) to avoid damaging the module.
  • Do not exceed the maximum output current of 2A to prevent overheating or triggering the overcurrent protection.
  • Use a heatsink or active cooling if the module operates at high currents for extended periods.
  • Avoid short circuits at the output to prevent damage to the module or connected devices.

Example: Using the Power Module GM V1.0 with an Arduino UNO

To power an Arduino UNO with the Power Module GM V1.0:

  1. Set the output voltage to 5V using the potentiometer.
  2. Connect the VOUT pin to the Arduino's 5V pin.
  3. Connect the GND pin to the Arduino's GND pin.
  4. Power the module with a 9V DC adapter connected to the VIN and GND pins.

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
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage:

    • Cause: Input voltage is not connected or is outside the specified range.
    • Solution: Verify the input voltage and ensure proper connections to the VIN and GND pins.
  2. Output Voltage is Incorrect:

    • Cause: Potentiometer is not adjusted correctly.
    • Solution: Use a multimeter to measure the output voltage and adjust the potentiometer as needed.
  3. Module Overheats:

    • Cause: Excessive current draw or insufficient cooling.
    • Solution: Ensure the load does not exceed 2A and consider adding a heatsink or fan.
  4. Load Does Not Power On:

    • Cause: Incorrect wiring or polarity.
    • Solution: Double-check all connections and ensure proper polarity.

FAQs

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.