EmonLib icon indicating copy to clipboard operation
EmonLib copied to clipboard

Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE

Results 35 EmonLib issues
Sort by recently updated
recently updated
newest added

It is possible to use a 400 / 5A current transformer (5 ampere output) with EmonLib? ![TI](https://user-images.githubusercontent.com/60718369/113782580-d3919c80-9708-11eb-8d09-64d0667798e9.PNG)

Is it possible to make calcVI function do asynchronous calculation? Because I cannot control other switch while emonlib doing calculate

question

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...

question

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.

enhancement

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...

enhancement

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...

enhancement

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); //...

documentation