Hello guys!
I am developing a project with ESP32. In it I measure the electrical current of an equipment and control it. I can work with ESP32 in two connection modes: WiFi and ethernet.
In WiFi mode everything works perfectly, but when I change the connection mode to ethernet, the current measurement is incorrect.
For example: Normally the equipment consumes 1A measuring on the multimeter and with the SCT-013-020 on the ESP32 in WiFi mode. When I switch the connection to ethernet, the ESP32 measures 5A, 6A. And this is repeated when I measure the consumption of other equipment as well.
The ethernet connection scheme is exactly that: https://sautter.com/blog/ethernet-on-esp32-using-lan8720/
I tested powering the LAN8720 with an external source and not using the ESP32 3v3, but it didn’t work. I tested changing the SCT-013 sensor reading pin for other ESP32 ADCs as well.
I don’t know what else to try. Help me please
Thank you!