Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No welcome screen #1

Open
klrock opened this issue Oct 30, 2019 · 8 comments
Open

No welcome screen #1

klrock opened this issue Oct 30, 2019 · 8 comments

Comments

@klrock
Copy link

klrock commented Oct 30, 2019

l have flashed the sketch to five different nodemcu's including Lolin and Amiga brands. All of them
open a WiFi Access Point "UpdateMe" which accepts the password "updrater1". However, When
"192.168.4.1" is entered into my Chrome browser, "This site can’t be reached" is displayed. Waiting as much as an hour still produces no welcome screen.

My browser "Version 78.0.3904.70 (Official Build) (64-bit)" and router Asus RT AC3200 work very well.
Google search has produced no applicable response to "ESP8266 Minimal HTTP Updater no welcome screen". Is there a better search term?

Any help greatly appreciated.

@Aircoookie
Copy link
Owner

Hi, could you try a different client device (for example a phone).
I believe that your device has multiple network interfaces (e.g. LAN and WiFi) and your browser attempts to connect to 192.168.4.1 over the incorrect interface.
You can try to disable the network interface that is not WiFi. In Windows, go to Control Panel -> Network and Sharing center -> Adapter settings.

Hope that this will help :)

@klrock
Copy link
Author

klrock commented Nov 4, 2019 via email

@mighty-unknown
Copy link

I have a couple of the Amica NodeMCU's and I'm getting this same issue. however whenever I try to load the webpage the light flashes on the nodemcu and then the connection drops from my iPhone.

Any thoughts on what might be happening here?
I even powered the nodemcu with a 5v 2200mah battery pack in case the current draw was too much for the adapter I had the usb plugged into. Still no joy :(

Thanks
Ben

@xealot
Copy link

xealot commented Nov 24, 2019

I have the issue described by @mighty-unknown exactly.

@Aircoookie
Copy link
Owner

@mighty-unknown @xealot sounds like the ESP is crashing/self resetting when you try to open the page. What Arduino core version and build settings (the ones in the "Tools" menu of Arduino IDE) are you using?

@xealot
Copy link

xealot commented Nov 24, 2019

I'm not intimately familiar with the Arduino IDE, but these are my build settings.

image

Not sure where to find "Core Version".

I solved this by compiling the OTA Uploader myself using PlatformIO though. I believe I selected a newer core in the build settings there. Once that was done the pre-compiled bin file worked just fine.

@Aircoookie
Copy link
Owner

@xealot thank you for the screenshot! Seems like your core version is pretty new. I'd suspect it is 2.5.0 or 2.5.1, those versions had some occasional connectivity problems. I'd recommend 2.5.2. You could also try setting lwIP variant to v1.4 Higher bandwidth, that will also help sometimes!
Good to hear you got it working using PIO though!

@benlumley
Copy link

@xealot thank you for the screenshot! Seems like your core version is pretty new. I'd suspect it is 2.5.0 or 2.5.1, those versions had some occasional connectivity problems. I'd recommend 2.5.2. You could also try setting lwIP variant to v1.4 Higher bandwidth, that will also help sometimes!
Good to hear you got it working using PIO though!

I was using 2.6.0, couldn't connect. Fixed by switching to 2.5.2 and re-uploading/recompiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants