NODEMCU network issue

Hello,

I just wondering if you can help me with my project. The NODEMCU is not in network. That’s what it say on the app. I’m having trouble connecting nodemcu to my router(network). Can someone help me. Asap. Any help will be much appreciated. Thanks in advance guys!!!

jillbert,

Hello, do you use latest blynk library? Please post your code

Yes sir i’m on v.0.3.7 of blynk library. this is simple code on example
#define BLYNK_PRINT Serial
#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>

char auth[] = “”;

void setup()
{
Serial.begin(9600);
Blynk.begin(auth, “ssid”, “password”);
}
void loop()
{
Blynk.run();
}


the problem is when I run the app it say my nodemcu is not on network. But I fill it correctly the auth(token), ssid, password. I really don’t know how to connect it on network. For simple testing I can use led to on and off it, maybe you could help coding. But then can I also use pir sensor, fingerprint sensor on it. Please help me make automation system using the app. Thank you sir.

Please check this page http://docs.blynk.cc/#troubleshooting-connection

It would help if you post your code