Wish List 0

5A Single Phase Ac Current Sensor Zmct103C With Op Amp Non Invasive High Precision Current Transformer Module 5A 5Ma

Rs. 70.00 Rs. 84.00

  • Product Code: SEN-CURRENT
  • SKU -
  • Availability: In Stock
  • Price in reward points: 1
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
-The module is prepared with ZMCT103C series small high-precision current transformers and excessive-precision operational amplifier circuits to appropriately sample and properly compensate alerts.

-It is handy for the signal acquisition of AC strength inside 5A.

-The corresponding output analog AC sign can be adjusted.
-The required output voltage can be adjusted in keeping with the potentiometer (adjusting the amplification ratio, the amplification range is 0-100 times), however the most voltage at the output (OUT) will not exceed half VCC."

SPECIFICATIONS:
Rated input current  5A
Rated output current  5mA
Change ratio  1000:1
Phase difference  (less than or equal to 20' (100Ω) Linear range 0-10A (100Ω) Linearity) 0.20%
Phase difference (less than or equal to 20' (100Ω) Linear range   0-10A (100Ω) Linearity) 0.20%
Precision level (0.2 Isolation withstand voltage ) 3000v
Working temperature        -40 ° C ~ 70 ° C Sealing material (epoxy resin)              
OVERVIEW:
Working voltage   DC 5V / 12V/24V
Working current   <20mA
Temperature range -40 ° C ~ + 85 ° C
Humidity          0~95% RH
Size              4.4×3.8cm / 1.73×1.5″
Frequency range   20Hz~400Hz
Output mode       switching signal output

PACKAGE INCLUDES:

1 PCS x 5A Single Phase Ac Current Sensor Zmct103C With Op Amp Non Invasive High Precision Current Transformer Module 5A 5Ma


//SOURCE CODE TAKEN FROM BELOW LINK

//https://innovatorsguru.com/zmct102/


#include “EmonLib.h” // Include Emon Library

EnergyMonitor emon1; // Create an instance</p>

void setup()

{

Serial.begin(9600);

emon1.current(1, 111.1); // Current: input pin, calibration.

}

void loop()

{

double Irms = emon1.calcIrms(1480); // Calculate Irms only

Serial.print(Irms*230.0); // Apparent power

Serial.print(” “);

Serial.println(Irms); // Irms

}

15 days

Write a review

Please login or register to review