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 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.

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 Arduino, Raspberry Pi, and other microcontroller boards
  • Supplying stable voltage to sensors and actuators
  • Prototyping circuits requiring adjustable voltage levels
  • Educational and DIY electronics projects
  • Bench power supply for small-scale testing

Technical Specifications

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

Pin Configuration and Descriptions

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)

Usage Instructions

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

  1. Connect Input Voltage:

    • Connect a DC power source (6V to 24V) to the VIN pin and GND pin.
    • Ensure the input voltage is within the specified range to avoid damage.
  2. Adjust Output Voltage:

    • Use the onboard potentiometer connected to the ADJ pin to set the desired output voltage.
    • Measure the output voltage at the VOUT pin using a multimeter for precise adjustment.
  3. Connect the Load:

    • Connect the device or circuit to be powered to the VOUT and GND pins.
    • Ensure the load does not exceed the maximum output current of 2A.
  4. Power On:

    • Turn on the input power supply and verify the output voltage and current.

Important Considerations and Best Practices

  • Always verify the input and output voltage levels before connecting sensitive devices.
  • Avoid exceeding the maximum input voltage (24V) or output current (2A) to prevent damage.
  • Use proper heat dissipation methods if the module operates at high currents for extended periods.
  • Ensure proper polarity when connecting the input and output terminals.

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

The Power Module GM V1.0 can be used to power an Arduino UNO. Below is an example setup:

  1. Connect a 12V DC power source to the VIN and GND pins of the module.
  2. Adjust the output voltage to 5V using the potentiometer.
  3. Connect the VOUT pin of the module to the 5V pin of the Arduino UNO.
  4. Connect the 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
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage:

    • Verify that the input voltage is within the specified range (6V to 24V).
    • Check all connections for proper polarity and secure contact.
    • Ensure the potentiometer is not set to the minimum output voltage.
  2. Output Voltage is Unstable:

    • Check if the input power supply is stable and capable of providing sufficient current.
    • Ensure the load does not exceed the maximum output current of 2A.
    • Inspect the module for overheating and provide adequate ventilation if necessary.
  3. Module Overheats:

    • Reduce the load current if it exceeds 2A.
    • Use a heatsink or active cooling to dissipate heat during high-current operation.
  4. Short Circuit Protection Triggered:

    • Disconnect the load and inspect for short circuits in the connected circuit.
    • Reset the module by removing and reapplying the input power.

Frequently Asked Questions

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.