Problem "wasn't connect yet" with esp8266 + esp12E

Okay, try changing this line:

to this:

Blynk.begin(auth, ssid, pass, "blynk-cloud.com", 8080);

Pete.

Try rebooting your router.
If that doesn’t work, try connecting via a different internet connection (maybe at a friends house).

Pete.

I’ve just noticed that you have leading and trailing spaces surrounding your Auth code…

This won’t work, and will normally result in an “Invalid Auth Token” message.

Pete.

1 Like