Thanks a lot for your reply.
Connection Parameters are like this. credentials I gave correctly.
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>
char auth[] = "puIrKAfCGP6Oue6IxkuwHgEi12XbL5yM";
char ssid[] = "xxxxxxxxx";
char pass[] = "xxxxxxxx";
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, ssid, pass,"192.168.1.28");
}
void loop()
{
Blynk.run();
}
Serial Monitor Shows like below:
[3643868] Connecting to 192.168.1.28:80
[3648869] Connecting to 192.168.1.28:80
[3653870] Connecting to 192.168.1.28:80
[3658871] Connecting to 192.168.1.28:80