Esp32 keeps restarting

Hello everyone, I am trying to integrate HLW8032, an analog temperature sensor and alexa with the blynk app. All the modules seem to be working fine independently but when i combine all of them together my esp32 keeps restarting and doesn’t send any values to blynk. The wifi keeps connecting over and over and the code crashes. But when i don’t connect to the blynk i can see the values perfectly on the serial monitor.
Can somebody please help me resolve this issue.

My money is on poor coding, but as you haven’t shared your code or any information from your serial monitor, it’s difficult to help.

Pete.

3 Likes

Thanks for the reply sir. I rectified the error, it was mostly because of the HLW8032 hardware. Everything is working perfectly fine now.