I need to interface my ESP32 with PZEM 004t v3 100A
I used this code but it is stuck at “connecting to PZEM” stage only. And only Rx light glows on PZEM.
Before anyone looks at it, you are going to need to format your code to make it more readable.
Put 3 backticks (```) before and after the code.
for example:
Also, it looks like your issue is more with the device you are trying to interface with and less with Blynk itself.
this forum is for Blynk related issues. Unless you are lucky and someone has experience with that exact device and they spot this you’ll be better off trying a more generic hardware forum or maybe reddit and then coming back once you are ready to interface working code with Blynk.
At that point, the first thing someone is going to tell you is that you are going to need to get rid of that delay in the code, because Blynk and delay() don’t get along at all.