Connection issues with ESP32

Probably a bad idea when it comes to troubleshooting, and that’s why your ping times are so bad.

Pete.

I would try using my router then and let you know if there is any change

Av done that and its still the same thing ,

[7205] Connected to WiFi
[7205] IP: 192.168.8.100
[7205] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on ESP32

[7279] Connecting to blynk-cloud.com:80
[23001] Connecting to blynk-cloud.com:80
[24265] Ready (ping: 427ms).

This was the first chart on my serial monitor after using my router , please note the ping

Here is the second chart when i pushed the reset button

o⸮!
Q⸮s~&P(⸮⸮[26] Connecting to cookserver
[3133] Connected to WiFi
[3133] IP: 192.168.8.100
[3133] 
    ___  __          __
   / _ )/ /_ _____  / /__
  / _  / / // / _ \/  '_/
 /____/_/\_, /_//_/_/\_\
        /___/ v0.6.1 on ESP32

[3207] Connecting to blynk-cloud.com:80
[4414] Ready (ping: 613ms).

Plus it still connects and disconnect inside my blink app within 2sec

What should i do next ?

Is connected to your WiFi router?
If so, I’m afraid you can not get a reliable connection

Is it staying connected, or disconnecting?

Pete.

Esp 32 stayed connected to the router but the blynk app showed the following
16 alliances connected and then 16 appliances disconnected .

We need to see the serial output when it disconnects and reconnects.

Pete.

It doesn’t do anything on the serial monitor after disconnecting with blynk , thats what is confusing me
The only thing that the serial monitor does is what i have sent and after that nothing else , and once i push the reset button , it starts everything again and end at ping as shown above

I’d suggest that you add some additional code, and some widgets attached to virtual pins, so that you can see if the device is still actually online.

Send uptime as millis to a pin for example, and add a widget that turns an LED on snd off

Pete.

Would do that and feed you back