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

How to Use PWR Meter 3 Click - 90A : Examples, Pinouts, and Specs

Image of PWR Meter 3 Click - 90A
Cirkit Designer LogoDesign with PWR Meter 3 Click - 90A in Cirkit Designer

Introduction

The PWR Meter 3 Click - 90A by Mikroe is a compact and efficient power measurement module designed for monitoring current up to 90A. It features an I2C interface, making it easy to integrate into microcontroller-based projects. This module is ideal for applications requiring precise power monitoring, such as energy management systems, industrial automation, and IoT devices.

Explore Projects Built with PWR Meter 3 Click - 90A

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Dual DC Motor Control Circuit with Speed Regulation and Indicator Lamp
Image of egg peeling machine: A project utilizing PWR Meter 3 Click - 90A  in a practical application
This circuit includes a 12V 200Ah battery that powers a water pump and two DC motors, each controlled by a separate 12v~40v 10A PWM DC motor speed controller. A rocker switch (SPST) is used to control the power flow to the water pump and a pilot lamp indicates when the pump is powered. The DC motors' speed can be adjusted by the PWM controllers, and wire connectors are used to organize the connections between components.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered UPS with Step-Down Buck Converter and BMS
Image of Mini ups: A project utilizing PWR Meter 3 Click - 90A  in a practical application
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Solar-Powered Battery Charging System with MPPT and Multimeter Monitoring
Image of Tech: A project utilizing PWR Meter 3 Click - 90A  in a practical application
This circuit consists of two solar panels connected in series to an MPPT solar charge controller, which regulates the charging of a 12V 200Ah battery. A multimeter is integrated to monitor the voltage and current from the solar panels to the charge controller.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered High Voltage Generator with Copper Coil
Image of Ionic Thruster Mark_1: A project utilizing PWR Meter 3 Click - 90A  in a practical application
This circuit consists of a Li-ion battery connected to a step-up power module through a rocker switch, which boosts the voltage to power a ring of copper gauge with an aluminum frame. The rocker switch allows the user to control the power flow from the battery to the step-up module, which then supplies the boosted voltage to the copper ring.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with PWR Meter 3 Click - 90A

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 egg peeling machine: A project utilizing PWR Meter 3 Click - 90A  in a practical application
Dual DC Motor Control Circuit with Speed Regulation and Indicator Lamp
This circuit includes a 12V 200Ah battery that powers a water pump and two DC motors, each controlled by a separate 12v~40v 10A PWM DC motor speed controller. A rocker switch (SPST) is used to control the power flow to the water pump and a pilot lamp indicates when the pump is powered. The DC motors' speed can be adjusted by the PWM controllers, and wire connectors are used to organize the connections between components.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mini ups: A project utilizing PWR Meter 3 Click - 90A  in a practical application
Battery-Powered UPS with Step-Down Buck Converter and BMS
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Tech: A project utilizing PWR Meter 3 Click - 90A  in a practical application
Solar-Powered Battery Charging System with MPPT and Multimeter Monitoring
This circuit consists of two solar panels connected in series to an MPPT solar charge controller, which regulates the charging of a 12V 200Ah battery. A multimeter is integrated to monitor the voltage and current from the solar panels to the charge controller.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Ionic Thruster Mark_1: A project utilizing PWR Meter 3 Click - 90A  in a practical application
Battery-Powered High Voltage Generator with Copper Coil
This circuit consists of a Li-ion battery connected to a step-up power module through a rocker switch, which boosts the voltage to power a ring of copper gauge with an aluminum frame. The rocker switch allows the user to control the power flow from the battery to the step-up module, which then supplies the boosted voltage to the copper ring.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Energy consumption monitoring in smart homes and buildings
  • Industrial equipment power usage tracking
  • Battery management systems
  • IoT devices requiring real-time power data
  • Renewable energy systems (e.g., solar or wind power monitoring)

Technical Specifications

Key Technical Details

Parameter Value
Operating Voltage 3.3V or 5V
Current Measurement Range Up to ±90A
Communication Interface I2C
Resolution 16-bit
Accuracy ±1%
Operating Temperature -40°C to +85°C
Dimensions 25.4mm x 25.4mm (1" x 1")

Pin Configuration and Descriptions

The PWR Meter 3 Click module uses a standard 8-pin mikroBUS™ socket. Below is the pinout:

Pin No. Pin Name Description
1 AN Analog pin (not used in this module)
2 RST Reset pin
3 CS Chip Select (not used in this module)
4 SCK Clock pin (not used in this module)
5 MISO Master In Slave Out (not used)
6 MOSI Master Out Slave In (not used)
7 3.3V Power supply (3.3V)
8 GND Ground
9 SDA I2C Data Line
10 SCL I2C Clock Line
11 PWM Pulse Width Modulation (not used)
12 INT Interrupt pin (optional use)

Usage Instructions

How to Use the Component in a Circuit

  1. Power Supply: Connect the module to a 3.3V or 5V power source via the mikroBUS™ socket.
  2. I2C Communication: Connect the SDA and SCL pins to the corresponding I2C pins on your microcontroller.
  3. Current Measurement: Pass the current-carrying wire through the onboard current sensor. Ensure the wire is properly aligned with the sensor for accurate readings.
  4. Microcontroller Integration: Use the I2C interface to read current, voltage, and power data from the module.

Important Considerations and Best Practices

  • Current Range: Ensure the current being measured does not exceed the ±90A limit to avoid damage to the module.
  • I2C Address: The default I2C address of the module is configurable. Refer to the datasheet for address selection details.
  • Noise Reduction: For high-current applications, use proper shielding and grounding to minimize noise interference.
  • Temperature: Operate the module within the specified temperature range (-40°C to +85°C) to maintain accuracy.

Example Code for Arduino UNO

Below is an example of how to interface the PWR Meter 3 Click with an Arduino UNO using the I2C interface:

#include <Wire.h>

// Define the I2C address of the PWR Meter 3 Click
#define PWR_METER_I2C_ADDRESS 0x40

void setup() {
  Wire.begin(); // Initialize I2C communication
  Serial.begin(9600); // Initialize serial communication for debugging

  // Print a message to indicate setup is complete
  Serial.println("PWR Meter 3 Click - Initialization Complete");
}

void loop() {
  Wire.beginTransmission(PWR_METER_I2C_ADDRESS); // Start communication
  Wire.write(0x00); // Request data from the power meter (register 0x00)
  Wire.endTransmission();

  Wire.requestFrom(PWR_METER_I2C_ADDRESS, 2); // Request 2 bytes of data
  if (Wire.available() == 2) {
    int rawData = Wire.read() << 8 | Wire.read(); // Combine two bytes
    float current = rawData * 0.01; // Convert raw data to current (example scaling)
    
    // Print the current reading to the serial monitor
    Serial.print("Current: ");
    Serial.print(current);
    Serial.println(" A");
  }

  delay(1000); // Wait 1 second before the next reading
}

Note: The scaling factor (0.01) in the code is an example. Refer to the module's datasheet for the correct conversion formula.

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Data on I2C Bus:

    • Ensure the SDA and SCL lines are properly connected.
    • Verify the I2C address matches the module's configuration.
    • Check for loose connections or damaged wires.
  2. Inaccurate Readings:

    • Ensure the current-carrying wire is properly aligned with the sensor.
    • Verify the module is operating within the specified temperature range.
    • Minimize electrical noise by using proper shielding and grounding.
  3. Module Not Powering On:

    • Confirm the power supply voltage is within the 3.3V to 5V range.
    • Check the mikroBUS™ socket connections for proper alignment.

FAQs

Q1: Can the module measure both AC and DC currents?
A1: Yes, the PWR Meter 3 Click can measure both AC and DC currents within the ±90A range.

Q2: What is the resolution of the current measurement?
A2: The module provides a 16-bit resolution for precise current measurements.

Q3: Can I use this module with a 5V microcontroller?
A3: Yes, the module supports both 3.3V and 5V logic levels, making it compatible with most microcontrollers.

Q4: How do I change the I2C address?
A4: Refer to the module's datasheet for instructions on configuring the I2C address using onboard jumpers or software commands.

Q5: Is the module suitable for high-frequency current measurements?
A5: The module is designed for general-purpose power monitoring. For high-frequency applications, additional filtering may be required.