EmonLib | Electricity monitoring library - install in Arduino IDE
kandi X-RAY | EmonLib Summary
kandi X-RAY | EmonLib Summary
Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of EmonLib
EmonLib Key Features
EmonLib Examples and Code Snippets
Community Discussions
Trending Discussions on EmonLib
QUESTION
I'm trying to learn/build a 3-phase system monitoring device based on Arduino Mega, which will allow the user to monitor 220V/50Hz 3-phase system voltage and current with phase sequence detection for the correct wiring order (L1, l2, l3).
I was following this project from engineer experiences and achieved good results on the hardware part (schematics and circuit from link above).
For the software I used EmonLib for voltage and current measurements. I got the correct readings from Arduino, I think I don't understand the part related to adding timers loop to the code.
This is my modified code:
...ANSWER
Answered 2017-Dec-22 at 03:03int s1 = analogRead(A3);
int s2 = analogRead(A4);
int s3 = analogRead(A5);
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install EmonLib
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page