-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
[Portenta_H7] Ethernet WebServer extremely slow from core v2.7.2 - v3.0.1 #438
Comments
👋 |
The #439 fixed the slow issue for Portenta Ethernet WebServer. But Portenta WiFi still suffers the slowness from core v2.7.2 to v3.0.1, even with the #439 fix. Core v2.6.1 is also tested and OK with Portenta WiFi. To test
I'll open a new issue for this Portenta WiFi. |
Using Arduino MBED 3.0.1 a student confirmed both the WiFi and Ethernet minimal examples are working as you mentioned. I am presently testing adafruit.io MQTT and HTTP (POST, GET) Webhook clients, so I should have more information next week. I will probably be using the advanced async clients made by @khoih-prog, but open to suggestions for simple blocking MQTT and HTTP (POST GET) clients as well. |
Describe the bug
The core's Ethernet Server speed is normal for core v2.6.1-
For
core v2.7.2 to v3.0.1
, the Ethernet Server speed is extremely slow and almost unusable.For example, try from complex example AdvancedWebServer to the simplest one WebServer
MRE
Using the following core's Ethernet library example WebServer with
core v2.6.1
orcore v2.7.2 to v3.0.1
Related issue
[Portenta_H7] Ethernet not working in core v3.0.0 #436
The text was updated successfully, but these errors were encountered: