-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CalcVI async calculation #53
Comments
Hii! My objective is to read P, S, FP, Vrms and Irms. CODE: emon1.voltage(2, 234.26, 1.7); // Voltage: input pin, calibration, phase_shift void loop() float realPower = emon1.realPower; //extract Real Power into variable |
sensor de corrente SCT-013-000 |
Hi! |
@Aldair170496 dude please open new thread |
Not that I'm aware I'm afraid. You can reduce the time taken and space out the different channels if you need to check or control a button at other times. Or maybe it is easier to dedicate a second micro for the control part? |
If You are using esp32 You can try Multithreading as it has 2 core
} |
Is it possible to make calcVI function do asynchronous calculation?
Because I cannot control other switch while emonlib doing calculate
The text was updated successfully, but these errors were encountered: