Skip to content

Add WiFiWebClient example #150

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

Draft
wants to merge 7 commits into
base: arduino
Choose a base branch
from
Draft

Conversation

pennam
Copy link

@pennam pennam commented Jun 24, 2025

This PR is a work in progress.

Some configs to enable debug:

CONFIG_NET_LOG=y
CONFIG_NET_L2_WIFI_MGMT_LOG_LEVEL_DBG=y
CONFIG_WIFI_LOG_LEVEL_DBG=y

Can happen that connection fails due to:

<err> esp_hosted: failed to receive response for 206

Increasing ESP_HOSTED_SYNC_TIMEOUT does not help. Adding a delay(100) in WiFi.begin() before return status() works, but there should be a better solution.

Probably we should wait until NET_EVENT_IPV4_ADDR_ADD.

Disabling debug prints makes connection even less reliable.

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

Successfully merging this pull request may close these issues.

2 participants