-
Notifications
You must be signed in to change notification settings - Fork 1
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
WiFi connection example for ESP32-P4-Function-EV-Board (EHM-3) #3
Comments
Hello @dmartauz , We had provided steps to integrate into simple IDF example, https://github.com/espressif/esp-idf/tree/master/examples/wifi/iperf. any other wifi example could be integrated with same steps. |
regarding earlier question, to flash c6, you really don't need esp-prog method and can rely on OTA if hosted slave was already flashed or pre-flashed board. |
I am attempting to run iperf example exactly as described here: https://github.com/espressif/esp-idf/tree/master/examples/wifi/iperf
It connects to an AP but then throws this error. Is it only a matter of no iperf client trying to connect? I am still running factory image on C6. |
You are right, I increased the timeout and the error was postponed. I can even connect with windows iperf client. That means that esp-hosted is running with recent esp-idf/master clone and with factory C6 firmware of ESP32-P4-Function-EV-Board. |
Yes esp-hosted is writtent such a way that existing application should be as is portable. A good number of APIs of wifi are supported, some advanced use case still not, some time later. In general, it should cater to lot many APIs generally used. Any specific API which might be missing that you need, please let us know. |
Checklist
Feature description
Please provide minimal example for the P4 host using C6 connected over SDIO to make a connection to an access point, possibly without any unnecessary dependencies such as esp-bsp.
Use cases
Basic testing of esp-hosted compatibility with selected version of esp-idf.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: