Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Pro2 Compact 1.1 won't connect to wifi
#4

(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?
Reply


Messages In This Thread



Users browsing this thread: 1 Guest(s)