~´ApȤøhÀdØ`|XxÍÿ[317] Connecting to srm
[5199] Connected to WiFi
[5199] IP: 192.168.137.124
[5200] Blynk v0.4.0 on Arduino
[5200] Connecting to blynk-cloud.com:8442
[12099] Connecting to blynk-cloud.com:8442
[19123] Connecting to blynk-cloud.com:8442
[26148] Connecting to blynk-cloud.com:8442
[33247] Connecting to blynk-cloud.com:8442
Hello. What is your hardware?
Hello @Dmitriy,
I think This happening due to Geo DNS issue.
Many times i am getting your token is invalid.
To solve this i need to restart my hotspot.
How much time it required to solve DNS issue?
This specific issue - not.
We did a fix. However we can’t apply it until all people will migrate to 0.4.0
I’m using Wemos D1 Mini Esp8266
Here’s my code and settings
#define BLYNK_PRINT Serial // Comment`Preformatted text` this out to disable prints and save space
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = "57d7c082dd8e4333a9cc457d175da4dc";
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, "srm", "taikuda69");
}
void loop()
{
Blynk.run();
}
Ohh it works! sorry, it was my mistake. My wifi has no internet access, I try with another wifi (my neighbour wifi). But in my hotspot windows said Internet Access. Thanks.