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

[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441

Closed
khoih-prog opened this issue Apr 1, 2022 · 4 comments
Closed

Comments

@khoih-prog
Copy link

khoih-prog commented Apr 1, 2022

The #439 fixed the slow issue for Portenta Ethernet WebServer #438

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

  1. Install WiFiWebServer releases v1.4.0
  2. Using AdvancedWebServer example then test with core v2.6.1, then core v2.7.2+
@khoih-prog
Copy link
Author

@hpssjellis

#438 (comment)

To make sure we are not breaking anything it would be nice if you could test in some real world applications, both using wifi and ethernet. @hpssjellis maybe had some code lying around that could be useful for testing 😉

Please help testing using real-world applications, if possible. I'm currently tied up with some other things. Thanks.

@facchinm
Copy link
Member

facchinm commented Apr 5, 2022

Hi @khoih-prog ,
I tested WiFiServer with the latest patch and it looks like the issue is solved, as with Ethernet.
Are you sure you are testing the correct branch for WiFi too?

@khoih-prog
Copy link
Author

khoih-prog commented Apr 5, 2022

Hi @facchinm

I retested and found out this is an issue of my WiFiWebServer library, not keeping up with the recent changes in the Portenta_H7 core.

Already found out and will fix the library in next release.

Selection_135

Thanks,

khoih-prog added a commit to khoih-prog/WiFiWebServer that referenced this issue Apr 5, 2022
### Releases v1.7.0

1. Fix issue with Portenta_H7 core v2.7.2+. Check [[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441](arduino/ArduinoCore-mbed#441)
2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project
3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project
4. Update `Packages' Patches`
khoih-prog added a commit to khoih-prog/WiFiWebServer that referenced this issue Apr 5, 2022
### Releases v1.7.0

1. Fix issue with Portenta_H7 core v2.7.2+. Check [[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441](arduino/ArduinoCore-mbed#441)
2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project
3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project
4. Update `Packages' Patches`
@hpssjellis
Copy link
Contributor

Question: Portenta WiFi has WiFiSSLClient, but Portenta Ethernet does not seem to have EthernetSSLClient. Is that correct and is it in process or am I missing something.

On a positive side: I have WiFI connections with Adafruit for both secure MQTT and HTTP working. I also have Ethernet insecure Adafruit HTTP working and am working on Ethernet MQTT.

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

No branches or pull requests

3 participants