19-06-2020, 20:11
(19-06-2020, 18:33)sarahdal Wrote: yes, it's just letters, and the password is all numbers
Are the network name and password inside quotes, like below?
Code:
// --------------------------------------------------------------------------------------
// WiFi Credentials
// --------------------------------------------------------------------------------------
const char* WIFI_SSID = "StationID";
const char* WIFI_PASSWORD = "1234567890";Maybe the ESP8266 is having a problem with connection with your router. Check your router encryption mode, WPA2/PSK should work (2.4GHz band)
Enabling debug mode may help.
Alternatively, can you try with another router?

