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

How to Use Power MUX Click: Examples, Pinouts, and Specs

Image of Power MUX Click
Cirkit Designer LogoDesign with Power MUX Click in Cirkit Designer

Introduction

Power MUX Click is a power management module designed to facilitate the selection and seamless switching of multiple power sources to a single output. This component ensures efficient power distribution in electronic circuits, making it ideal for applications requiring redundancy or prioritization of power sources. It is commonly used in battery-powered devices, uninterruptible power supplies (UPS), and systems requiring automatic power source selection.

Explore Projects Built with Power MUX Click

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
8-Channel Multiplexer with Pushbutton Inputs and Resistor Network
Image of 8 push pull buttons one mux: A project utilizing Power MUX Click in a practical application
This circuit uses a SparkFun 74HC4051 8-Channel Multiplexer to read the states of eight pushbuttons. Each pushbutton is connected to a corresponding input channel on the multiplexer through a 2k Ohm resistor, allowing the multiplexer to sequentially read the button states and output them to a single data line.
Cirkit Designer LogoOpen Project in Cirkit Designer
Seven Segment Display Controller with DIP Switch and Pushbutton Inputs
Image of MUX_tree_1: A project utilizing Power MUX Click in a practical application
This circuit is a digital input selector and display system, featuring multiple pushbuttons and DIP switches to select inputs, which are then processed through multiplexers and a 7-segment decoder to display the selected input on a 7-segment display. Resistors are used for current limiting, and an LED indicates the status of the selection.
Cirkit Designer LogoOpen Project in Cirkit Designer
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
Image of rfdriver: A project utilizing Power MUX Click in a practical application
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Analog Multiplexer-Based Multi-Potentiometer Input System
Image of Copy of MIDI Control Surface: A project utilizing Power MUX Click in a practical application
This circuit uses a 16-channel analog multiplexer to read the wiper positions of multiple rotary potentiometers, allowing for the selection and measurement of different analog signals. Additionally, an 8-channel multiplexer is used to read the states of multiple pushbuttons, enabling digital input selection.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Power MUX Click

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 8 push pull buttons one mux: A project utilizing Power MUX Click in a practical application
8-Channel Multiplexer with Pushbutton Inputs and Resistor Network
This circuit uses a SparkFun 74HC4051 8-Channel Multiplexer to read the states of eight pushbuttons. Each pushbutton is connected to a corresponding input channel on the multiplexer through a 2k Ohm resistor, allowing the multiplexer to sequentially read the button states and output them to a single data line.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of MUX_tree_1: A project utilizing Power MUX Click in a practical application
Seven Segment Display Controller with DIP Switch and Pushbutton Inputs
This circuit is a digital input selector and display system, featuring multiple pushbuttons and DIP switches to select inputs, which are then processed through multiplexers and a 7-segment decoder to display the selected input on a 7-segment display. Resistors are used for current limiting, and an LED indicates the status of the selection.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of rfdriver: A project utilizing Power MUX Click in a practical application
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Copy of MIDI Control Surface: A project utilizing Power MUX Click in a practical application
Analog Multiplexer-Based Multi-Potentiometer Input System
This circuit uses a 16-channel analog multiplexer to read the wiper positions of multiple rotary potentiometers, allowing for the selection and measurement of different analog signals. Additionally, an 8-channel multiplexer is used to read the states of multiple pushbuttons, enabling digital input selection.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Battery backup systems
  • Redundant power supply systems
  • Portable electronics with multiple power inputs
  • IoT devices requiring uninterrupted power
  • Power source prioritization in embedded systems

Technical Specifications

The Power MUX Click module is built to handle a wide range of power management tasks. Below are its key technical details:

Key Technical Details

  • Input Voltage Range: 2.7V to 5.5V
  • Output Voltage Range: Matches the selected input voltage
  • Maximum Output Current: 3A (continuous)
  • Switching Mechanism: Automatic or manual source selection
  • Control Interface: GPIO or I2C (depending on configuration)
  • Operating Temperature: -40°C to +85°C
  • PCB Dimensions: 28.6mm x 25.4mm

Pin Configuration and Descriptions

The Power MUX Click module features a standard 8-pin interface. Below is the pinout description:

Pin Name Type Description
1 VIN1 Power Input Primary power source input (2.7V to 5.5V).
2 VIN2 Power Input Secondary power source input (2.7V to 5.5V).
3 VOUT Power Output Output voltage (matches selected input source).
4 GND Ground Common ground for the circuit.
5 SEL Digital Input Source selection pin (HIGH for VIN1, LOW for VIN2).
6 EN Digital Input Enable pin (HIGH to enable output, LOW to disable).
7 INT Digital Output Interrupt pin for status monitoring.
8 SDA/SCL I2C Interface Optional I2C communication pins for advanced control.

Usage Instructions

The Power MUX Click module is straightforward to use in a circuit. Follow the steps below to integrate it into your design:

Basic Usage

  1. Connect Power Sources:
    • Connect the primary power source to the VIN1 pin.
    • Connect the secondary power source to the VIN2 pin.
  2. Connect Output:
    • Connect the load to the VOUT pin.
  3. Ground Connection:
    • Ensure all components share a common ground by connecting to the GND pin.
  4. Source Selection:
    • Use the SEL pin to select the desired power source:
      • Set SEL HIGH to select VIN1.
      • Set SEL LOW to select VIN2.
  5. Enable Output:
    • Set the EN pin HIGH to enable the output voltage.

Important Considerations

  • Ensure the input voltage does not exceed the specified range (2.7V to 5.5V).
  • Do not exceed the maximum output current of 3A to avoid damage.
  • Use decoupling capacitors near the input and output pins to reduce noise.
  • If using the I2C interface, ensure proper pull-up resistors are connected to the SDA and SCL lines.

Example: Using Power MUX Click with Arduino UNO

Below is an example of how to use the Power MUX Click module with an Arduino UNO to switch between two power sources:

// Define pin connections for Power MUX Click
#define SEL_PIN 7  // Pin connected to SEL (source selection)
#define EN_PIN 8   // Pin connected to EN (enable output)

void setup() {
  // Initialize pins as outputs
  pinMode(SEL_PIN, OUTPUT);
  pinMode(EN_PIN, OUTPUT);

  // Enable the Power MUX Click output
  digitalWrite(EN_PIN, HIGH);

  // Select the primary power source (VIN1)
  digitalWrite(SEL_PIN, HIGH);
}

void loop() {
  // Example: Toggle between power sources every 5 seconds
  digitalWrite(SEL_PIN, LOW);  // Switch to secondary power source (VIN2)
  delay(5000);                 // Wait for 5 seconds
  digitalWrite(SEL_PIN, HIGH); // Switch back to primary power source (VIN1)
  delay(5000);                 // Wait for 5 seconds
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage:

    • Ensure the EN pin is set HIGH to enable the output.
    • Verify that at least one power source is connected and within the specified voltage range.
  2. Output Voltage Fluctuations:

    • Check for loose connections or insufficient decoupling capacitors.
    • Ensure the load does not exceed the maximum output current of 3A.
  3. Module Overheating:

    • Verify that the input voltage and current are within the specified limits.
    • Ensure proper ventilation and heat dissipation around the module.
  4. I2C Communication Issues:

    • Confirm that pull-up resistors are connected to the SDA and SCL lines.
    • Check the I2C address and ensure it matches the configuration in your code.

FAQs

Q1: Can I use the Power MUX Click with only one power source?
A1: Yes, you can connect a single power source to either VIN1 or VIN2. Ensure the SEL pin is set accordingly.

Q2: What happens if both power sources are active?
A2: The module will select the source based on the SEL pin state. If SEL is HIGH, VIN1 is selected; if LOW, VIN2 is selected.

Q3: Is the switching between power sources seamless?
A3: Yes, the module is designed for seamless switching, minimizing disruptions to the output voltage.

Q4: Can I control the module using a microcontroller?
A4: Absolutely! The SEL and EN pins can be controlled via GPIO, and the I2C interface allows for advanced control and monitoring.