Hi,
I am testing the WiFi Manager script with an 8266 on link below which is supposed to advise the local IP of connection in the config window but it doesnt do this for me.
It connects fine but i still have to use the serial monitor to find out the IP, this is no good for general usage by people who dont have the IDE.
Has anyone else got this to work?
or is there a working alternative
The config page is but I am talking about the IP that is assigned after config is setup and connection is made. Its displayed in the serial monitor but thats no help to someone who doesnt have a serial monitor.
My 8266 will generate a html page, the reason i need this is when the product is given out to users who simply plug it into power and then configure wifi settings with their phone, they need to be able to know what IP to browse to after connection is established.
So where are you suggesting the assigned IP should be displayed? Does your project have a display device (LCD, etc) connected to the ESP8266? You could display it on there. Otherwise, I'm not sure what you want.
The IP address is assigned by the router that the ESP WiFi connects to, it's not controlled by the sketch in your ESP. It possible (via the router's configuration web page) to assign a the same IP address to the ESP based on its MAC address.
i believe one of them explains how code can come up as an standalone Access Point when credentials to a loco WiFi router or other IP info can be provided when the code is in a new environment
So, asking again, what is you proposal on where the ESP8266 should display it's newly-acquired IP address? What display device does your project have if the Serial port isn't a good option? If you have no display device, how do you expect the ESP8266 to communicate this info to the user?
The 8266 generates a config portal on 192.168.1.4
I can connect to this.
I enter my network details on this page.
The 8266 then connects to my network and is assigned an IP, i can see this IP in the serial monitor.
With the new WiFi Manager we then do a double reset to disconnect from the network forcing the 8266 to turn back on the config portal where it is supposed to display the IP that was assigned.
It does but when I reconnect back to 192.168.1.4 it just displays all blank box where this IP should be.
I just want to know if other people have this issue with this?
Is it just me?