So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By hortplus
#72561 I recently purchased a Wemos D1 board from Banggood. I was able to use secure_softap_config(&config, "TestAP", "testtesttest"); to setup the ssid id and password. After a day of frustration i found out that passwords need to 8 or more characters in uppercase. I can now connect to the device with my cellphone. However i can't run any of the examples. WiFi.begin(ssid, password); never connects. Any idea what i'm doing wrong?