-
Notifications
You must be signed in to change notification settings - Fork 118
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
Example code using TTGO TCALL ESP32? #97
Comments
### I had been connecting pzem to TTGO ESP32. but the issue was my serial monitor can't read the reading even though I successfully upload my file. They just display the unit but when I turn on main supply and load, they did not detect the value.. Hopefully someone can help me to figure out this issue. #include <PZEM004Tv30.h> #if defined(ESP32) void setup() { } void loop() {
Serial.println(); SERIAL MONITOR: Energy: Voltage: nanV |
I have tried your code for hardserial but i think it is not for ttgo.thanks
On Tue, Nov 15, 2022 at 12:00 AM Jakub Mandula @.***>
wrote:
Originally posted by @margohaux in #47 (comment)
The text was updated successfully, but these errors were encountered: