jamct / DoorsignEPD

Doorsign with E-Paper-Display with ESP32. Loading images from webserver.
GNU General Public License v3.0
100 stars 36 forks source link

Display shows "Wifi not configured!". But Wifi is configured #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello,

I have now rebuilt the door sign. However, the display shows all the time "Wifi not configured! Connect to hotspot 'ESP32' and open 192.168.4.1" although I have connected to the hostpot, set up the wifi and set the server address (in my case both times http: // 192.168.178.26/server/?debug=true&display=7.5&content=door_sign&scale=28).

jamct commented 6 years ago

Hello, which version of basecamp do you use? Please update to the current version. You have to set "Server to load image from:" (IP or host name) and "Address to load image from:" (with "debug=false". E.g. "/server/index.php?debug=false&display=7.5&content=door_sign&scale=28").

JaquelineP commented 6 years ago

Hi,

I had the same problem. Are you using the correct wifi library from the ESP? I got a message during compilation that there are multiple wifi.h libraries and arduino would use the default one. After I used the right wifi library the issue was solved.

ghost commented 6 years ago

IF the problem still exists, please report the -verbose utput of the Serial console...