EmonLib
EmonLib copied to clipboard
Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
It is possible to use a 400 / 5A current transformer (5 ampere output) with EmonLib? 
Is it possible to make calcVI function do asynchronous calculation? Because I cannot control other switch while emonlib doing calculate
Hi we like to measure the current using emon library and stm8 is it possible to do that if possible can u give any suggestions and links
Added support for the 12bit ADC on the ESP32.
emon1.voltage(A0, vCalibration,1,7); emon2.voltage(A1, vCalibration,1,7); emon3.voltage(A2, vCalibration,1,7); How many veriable limits for use different voltage? When I use three veriable that's work fine but when I use forth veriable then it's...
Added (trivial) support for the ATmega328PB revision of the common ATmega328P chip. It has several small internal changes not relevant to the library, but the voltage reference works the same...
attiny85 has no hardware uart. EnergyMonitor::serialprint() fails to build due to dependency on Serial library.
Hi I try to use your library on ESP8266 and I get stuck when the library try to calculate the sqrt() function. The sqrt function lead ESP to crash and...
Hi. I just by and try a SCT-013 and it work well but a wanted to use it more like a work proof than an analog probe. Some other people...
I used this very interesting library. I have some suggestions for calcIrms(): 1 - Before entering into the for loop, some variables have to be initialized: sampleI = analogRead(inPinI); //...