MAX471 Voltage Current Sensor Module

5,500 د.ع

Monitor power consumption in your electronic projects with precision using this MAX471 Voltage and Current Detection Module, a complete sensor solution for measuring both voltage and current with a single device. This compact module integrates high-side current sensing and voltage divider circuitry, allowing you to track the power usage of your circuits in real-time.

In stock

Compare
SKU: DIYS10728 Category:

Description

MAX471 Voltage and Current Detection Module – Voltage Sensor Current Sensor for Arduino

Monitor power consumption in your electronic projects with precision using this MAX471 Voltage and Current Detection Module, a complete sensor solution for measuring both voltage and current with a single device. This compact module integrates high-side current sensing and voltage divider circuitry, allowing you to track the power usage of your circuits in real-time.

The MAX471 chip includes a built-in precision sense resistor and can measure bidirectional currents up to ±3A across a wide supply voltage range. The module features an on-board resistive voltage divider that scales the input voltage down to a safe level for microcontroller analog inputs, enabling direct measurement of voltages without additional components.

The sensor provides analog outputs that are directly proportional to the measured voltage and current, making it easy to interface with Arduino, ESP32, Raspberry Pi, and other microcontrollers through simple analog readings.

Ideal for battery monitoring systems, power supply testing, solar projects, energy management applications, and educational electronics, this module gives you comprehensive power monitoring capabilities in a compact, easy-to-use package.

Key Features

Integrated Voltage and Current Sensing

Combines both voltage and current measurement capabilities in a single module, providing complete power monitoring without requiring multiple sensors. This integrated approach simplifies wiring and reduces component count in your projects.

High-Side Current Measurement

Utilizes the MAX471 precision high-side current-sense amplifier to measure current without interfering with the ground path of your circuit. This allows for accurate current monitoring while maintaining system stability.

Wide Measurement Range

Capable of measuring bidirectional currents up to ±3A, making it suitable for monitoring both charging and discharging applications. The voltage divider allows safe measurement of input voltages up to 25V.

Built-In Precision Sense Resistor

Includes an integrated 35mΩ sense resistor with excellent temperature stability and accuracy, eliminating the need for external precision resistors and simplifying your circuit design.

Ratiometric Analog Outputs

Provides analog voltage outputs that are directly proportional to the measured values: 1V per Amp for current, and a scaled representation of the input voltage. This makes reading and interpreting sensor data straightforward with any microcontroller’s ADC.

Simple Microcontroller Interface

Requires only two analog input pins on your microcontroller to read both voltage and current values. No complex communication protocols or libraries are needed, making it ideal for beginners and rapid prototyping.

Wide Supply Voltage Compatibility

Operates from 3V to 36V, allowing it to be powered directly from the circuit being monitored or from a separate power source. The module can be used in both low-voltage and higher-voltage applications.

Compact and Ready-to-Use Design

The module comes fully assembled and tested, with all necessary components including the MAX471 IC, precision resistor, and voltage divider network. Simply connect power and signals, and you’re ready to start measuring.

Specifications

  • Module: MAX471 Voltage and Current Detection Module

  • Core IC: MAX471 Precision High-Side Current-Sense Amplifier

  • Current Measurement Range: ±3A (bidirectional)

  • Current Sensor Output: 1V per Amp (3V at ±3A full scale)

  • Voltage Measurement Range: 0-25V DC (with on-board voltage divider)

  • Voltage Divider Ratio: 5:1 (input voltage divided by 5 for ADC)

  • Supply Voltage: 3V to 36V DC

  • Sense Resistance: 35mΩ integrated

  • Accuracy: Good linearity for general monitoring applications

  • Output Type: Analog voltage (ratiometric)

  • Interface: 4-pin header (VCC, GND, Vout, Iout)

  • Dimensions: Compact PCB form factor

Pin Configuration

Pin Function Description
VCC Power Supply Connect to 3-36V DC
GND Ground Common ground with microcontroller
Vout Voltage Output Analog voltage proportional to input voltage (scaled by 5)
Iout Current Output Analog voltage proportional to current (1V/A)

Connection Diagram

text
MAX471 Module          Arduino
------------          -------
VCC         ----->     5V
GND         ----->     GND
Vout        ----->     A0
Iout        ----->     A1

Reading Sensor Values (Arduino Example)

cpp
int voltagePin = A0;
int currentPin = A1;

float voltageScaling = 5.0;  // Voltage divider ratio
float currentScaling = 1.0;   // 1V per Amp

void setup() {
  Serial.begin(9600);
}

void loop() {
  // Read analog values
  int voltageRaw = analogRead(voltagePin);
  int currentRaw = analogRead(currentPin);
  
  // Convert to voltages (assuming 5V reference)
  float voltageOut = (voltageRaw / 1023.0) * 5.0;
  float currentOut = (currentRaw / 1023.0) * 5.0;
  
  // Calculate actual voltage and current
  float actualVoltage = voltageOut * voltageScaling;
  float actualCurrent = currentOut * currentScaling;
  
  // Calculate power
  float power = actualVoltage * actualCurrent;
  
  // Display results
  Serial.print("Voltage: "); Serial.print(actualVoltage); Serial.println(" V");
  Serial.print("Current: "); Serial.print(actualCurrent); Serial.println(" A");
  Serial.print("Power: "); Serial.print(power); Serial.println(" W");
  Serial.println("-------------------");
  
  delay(1000);
}

Common Applications

  • Battery voltage and current monitoring

  • Power supply testing and characterization

  • Solar panel performance tracking

  • Energy consumption monitoring

  • Motor current sensing

  • Charger and discharge circuit analysis

  • Educational electronics projects

  • IoT power monitoring devices

  • Robotics power management

  • Laboratory power measurements

Package Contents

  • 1 x MAX471 Voltage and Current Detection Module


وحدة كشف الجهد والتيار MAX471 – مستشعر جهد ومستشعر تيار لأردوينو

راقب استهلاك الطاقة في مشاريعك الإلكترونية بدقة باستخدام وحدة كشف الجهد والتيار MAX471، وهي حل استشعار كامل لقياس كل من الجهد والتيار بجهاز واحد. تدمج هذه الوحدة المدمجة استشعار التيار عالي الجانب ودائرة مقسم الجهد، مما يسمح لك بتتبع استخدام الطاقة لدوائرك في الوقت الفعلي. تشتمل الوحدة على مقاوم استشعار دقيق مدمج وتوفر مقسم جهد على متنها لخفض جهد الدخل إلى مستوى آمن للمدخلات التماثلية للمتحكم الدقيق، مما يتيح القياس المباشر للجهد بدون مكونات إضافية. يوفر المستشعر مخرجات تماثلية تتناسب طرديًا مع الجهد والتيار المقاسين، مما يسهل الربط مع Arduino و ESP32 و Raspberry Pi والمتحكمات الدقيقة الأخرى من خلال قراءات تماثلية بسيطة. مثالية لأنظمة مراقبة البطارية واختبار مصادر الطاقة ومشاريع الطاقة الشمسية وتطبيقات إدارة الطاقة والإلكترونيات التعليمية، تمنحك هذه الوحدة قدرات مراقبة طاقة شاملة في عبوة مدمجة وسهلة الاستخدام.

المميزات الرئيسية

استشعار متكامل للجهد والتيار

تدمج قدرات قياس الجهد والتيار في وحدة واحدة، مما يوفر مراقبة طاقة كاملة دون الحاجة إلى مستشعرات متعددة. هذا النهج المتكامل يبسط الأسلاك ويقلل عدد المكونات في مشاريعك.

قياس تيار عالي الجانب

يستخدم مضخم استشعار التيار عالي الجانب MAX471 لقياس التيار دون التداخل مع مسار الأرضي لدائرتك. هذا يسمح بمراقبة تيار دقيقة مع الحفاظ على استقرار النظام.

نطاق قياس واسع

قادر على قياس التيارات ثنائية الاتجاه حتى ±3 أمبير، مما يجعله مناسبًا لمراقبة تطبيقات الشحن والتفريغ. يسمح مقسم الجهد بقياس آمن لجهود الدخل حتى 25 فولت.

مقاوم استشعار دقيق مدمج

يتضمن مقاوم استشعار 35mΩ مدمجًا بدقة ممتازة واستقرار حراري، مما يلغي الحاجة إلى مقاومات دقيقة خارجية ويبسط تصميم دائرتك.

مخرجات تماثلية نسبية

يوفر مخرجات جهد تماثلية تتناسب طرديًا مع القيم المقاسة: 1 فولت لكل أمبير للتيار، وتمثيل مصغر لجهد الدخل. هذا يجعل قراءة وتفسير بيانات المستشعر مباشرة مع أي متحكم دقيق.

واجهة بسيطة مع المتحكمات الدقيقة

يتطلب فقط دبوسي إدخال تماثليين على المتحكم الدقيق لقراءة كل من الجهد والتيار. لا حاجة لبروتوكولات اتصال معقدة أو مكتبات، مما يجعله مثاليًا للمبتدئين والنمذجة الأولية السريعة.

توافق جهد تغذية واسع

يعمل من 3 فولت إلى 36 فولت، مما يسمح بتشغيله مباشرة من الدائرة التي يتم مراقبتها أو من مصدر طاقة منفصل. يمكن استخدام الوحدة في كل من التطبيقات منخفضة الجهد وعالية الجهد.

تصميم مضغوط وجاهز للاستخدام

تأتي الوحدة مجمعة ومختبرة بالكامل، مع جميع المكونات الضرورية بما في ذلك IC MAX471 والمقاوم الدقيق وشبكة مقسم الجهد. ما عليك سوى توصيل الطاقة والإشارات، وستكون جاهزًا لبدء القياس.

المواصفات الفنية

  • الوحدة: وحدة كشف الجهد والتيار MAX471

  • نطاق قياس التيار: ±3 أمبير

  • خرج مستشعر التيار: 1 فولت لكل أمبير

  • نطاق قياس الجهد: 0-25 فولت تيار مستمر

  • نسبة مقسم الجهد: 5:1

  • جهد التغذية: 3-36 فولت تيار مستمر

  • نوع الإخراج: جهد تماثلي

  • الواجهة: رأس 4 دبابيس

تكوين الدبابيس

الدبوس الوظيفة الوصف
VCC تغذية 3-36 فولت تيار مستمر
GND أرضي أرضي مشترك
Vout خرج جهد جهد تماثلي متناسب مع جهد الدخل
Iout خرج تيار جهد تماثلي متناسب مع التيار

التطبيقات الشائعة

  • مراقبة جهد وتيار البطارية

  • اختبار مصادر الطاقة

  • تتبع أداء الألواح الشمسية

  • مراقبة استهلاك الطاقة

  • استشعار تيار المحركات

  • تحليل دوائر الشحن والتفريغ

  • مشاريع الإلكترونيات التعليمية

  • أجهزة مراقبة الطاقة لإنترنت الأشياء

  • إدارة الطاقة في الروبوتات

  • قياسات الطاقة المخبرية

محتويات العلبة

  • 1 × وحدة كشف الجهد والتيار MAX471

Reviews

There are no reviews yet.

Be the first to review “MAX471 Voltage Current Sensor Module”

Your email address will not be published. Required fields are marked *