Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

ESP32 simple Webserver hangs network connection completely #33

Closed
plewka opened this issue Jan 20, 2019 · 5 comments
Closed

ESP32 simple Webserver hangs network connection completely #33

plewka opened this issue Jan 20, 2019 · 5 comments
Labels

Comments

@plewka
Copy link

plewka commented Jan 20, 2019

I posted a closer description here, but I doubt it's the right place:
espressif/arduino-esp32#2267 (comment)

Basic webserver fails immediately when putting synchronous requests to it using
a webside which contains some small pictures. WLAN or LAN makes no difference.
(Arduino+AsyncWebserver).

For me it "feels" like an interfacing issue to lwIP or even a problem in lwIP.
Are you able to tell me how to continue debugging?

@plewka plewka changed the title ESP32 simple Webserver hangs network completely ESP32 simple Webserver hangs network connection completely Jan 20, 2019
@copercini
Copy link
Contributor

Seems like you are using ethernet of ESP32-EVB, does this problem happen using ESP's wifi connected to the router directly (instead ethernet)?

@plewka
Copy link
Author

plewka commented Jan 20, 2019

I used both and yes, it doesn't care which interface is used.
For this project I mainly developed at home (PC at WiFi, ESP at LAN) and went to a
1:1 connection (without a switch) at company with immediate failure.
It didn't recognize at home but failure is a little more difficult to generate, only.
It is finally the same...

I came to it by (now I know) illegally using serial interface (which uses timeout
and usdelay etc. ). But after I removed the serial stuff propability for failure got
much lower, but problem is still there. I increased CPU clock...propability got
lower, but still the problem is there.

@plewka
Copy link
Author

plewka commented Feb 3, 2019

I played around with examples from https://fipsok.de and put some stress on it.
It was stable. Finally I removed AsyncTCP and my code is reported as being stable, too.

@stale
Copy link

stale bot commented Sep 21, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 21, 2019
@stale
Copy link

stale bot commented Oct 5, 2019

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Oct 5, 2019
megax pushed a commit to The-Megax/AsyncTCP that referenced this issue Jan 7, 2025
Coalesce poll events on queue eviction
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants