Blynk doesn't connect to nodemcu

Hi blynkers,
please help me to solve my problem, I have a new project but the nodemcu doesn’t connect with blynk app. although the nodemcu already connect to WiFi.

[Unformatted code removed by moderator]

@alialkhayat I’ve removed your unformatted code. When you post code to the forum it needs to have triple backticks at the beginning and end so that it displays correctly.
Triple backticks look like this:
```

However, the screenshot of your serial monitor (please don’t paste screenshots in future, copy/paste the serial output, also using triple backticks) shows that your device has correctly connected to the Blynk server.

Your ping time of 311ms is a bit on the high side, and that’s probably down to a slow internet connection.

What makes you believe that the device is not connected?

Pete.

You should update the blynk library to the latest version ( 1.0.1 ).
also, you should read this as well
https://docs.blynk.io/en/legacy-platform/legacy-articles/keep-your-void-loop-clean?q=Loop

1 Like