Wish List 0

Ct1207 Current Sensor

Rs. 60.00 Rs. 69.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
-Current sensors operate as the sealed secondary of a current transformer while the conductor carrying the current to be measured functions as a one turns primary.
-Measurement accuracy can be improved by increasing the number of primary turns.
-Applications include detection of branch circuit overload and load drop or shutdown.
-It is a line of fully integrated Hall-effect current sensor IC that provide highly accurate, low noise output voltage signals that are proportional to an applied AC or DC current.
-These ICs are in high volume production in many applications, including automotive HEV inverters and electronic power steering (EPS) systems, and in industrial and consumer inverters.
SPECIFICATIONS:
Onboard precision micro current transformer                                       Onboard sampling resistor .
Module can be measured within 5 a alternating current, the corresponding analog   output 5 A/ 5 mA
Rated Primary Current at 50/60 Hz                                                 5:00 AM
Maximum Primary Current at 50/60 Hz                                               20 A
Turns Ratio                                                                       Np:Ns = 1: 2500
Current Ratio                                                                     5A:2mA
Winding D.C  Resistance at 20 °C                                                  155 Ω
Accuracy •@RL≤10 Ω                                                                2%
Operating Temperature                                                             -40 to 85 °C
Storage Temperature                                                               -45 to 90 °C
Dielectric Withstanding Voltage                                                   4,000 V / 1 mA / 1 sec
OVERVIEW:
Usage/Application           Industrial
Part Number                 ZHT103
Size                        38 x 18.5 mm
Output Type                 Analog
Current Detection Minimum   0.3A AC
Current Detection Maximum   5A AC
Sensor Output Ratio         10001

PACKAGE INCLUDES:

1 PCS x Ct1207 Current Sensor


//SOURCE CODE TAKEN FROM BELOW LINK

//https://circuitdigest.com/electronic-circuits/ac-current-measurement-circuit-using-current-transformer-and-arduino


void setup(void)

{

  Serial.begin(9600);

  Serial.println("Getting single-ended readings from AIN0..3"); //some debug information

  Serial.println("ADC Range: +/- 4.096V (1 bit = 2mV/ADS1015, 0.125mV/ADS1115)");

  // The ADC input range (or gain) can be changed via the following

  // functions, but be careful never to exceed VDD +0.3V max, or to

  // exceed the upper and lower limits if you adjust the input range!

  // Setting these values incorrectly may destroy your ADC!

  //                                                                ADS1015  ADS1115

  //                                                                -------  -------

  // ads.setGain(GAIN_TWOTHIRDS);  // 2/3x gain +/- 6.144V  1 bit = 3mV      0.1875mV (default)

     ads.setGain(GAIN_ONE);        // 1x gain   +/- 4.096V  1 bit = 2mV      0.125mV

  //ads.setGain(GAIN_TWO);        // 2x gain   +/- 2.048V  1 bit = 1mV      0.0625mV

  // ads.setGain(GAIN_FOUR);       // 4x gain   +/- 1.024V  1 bit = 0.5mV    0.03125mV

  // ads.setGain(GAIN_EIGHT);      // 8x gain   +/- 0.512V  1 bit = 0.25mV   0.015625mV

  // ads.setGain(GAIN_SIXTEEN);    // 16x gain  +/- 0.256V  1 bit = 0.125mV  0.0078125mV

  ads.begin();

}

15 days

Write a review

Please login or register to review