5A 12V Overcurrent Protection Ac Current Detection Sensor Module
Rs. 96.00 Rs. 119.00
- Product Code: SEN-CURRENT
- SKU -
- Availability: In Stock
- Price in reward points: 4
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
SPECIFICATIONS: | |
Operating voltage | DC12V |
Operating current | <20MA |
Operating frequency range | 20Hz ~ 400Hz |
Output mode | Switch signal output |
Maximum detection wire diameter | 5.2mm |
Operating environment | -40 ??~ +85 ??/span> |
The current detection range | AC0.3A-5A |
OVERVIEW:
LC 5A Over-current protection Sensor module uses a current transformer to collect the AC signal to achieve the relay over-current signal output within 0-5A. Relay pull while over-current, relay released while not over-current
PACKAGE INCLUDES:
1 PCS x 5A 12V Overcurrent Protection Ac Current Detection Sensor Module
//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