Skip to content

Add example for wifi_settings_connect library #55

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jwhitham
Copy link

This is an example for the wifi_settings_connect library. There is a PR to add the library to the pico-extras repo, which can be found here: raspberrypi/pico-extras#94 .

The library provides a way to store WiFi hotspot details in Flash and connect automatically, avoiding the need to specify build-time flags such as WIFI_SSID and WIFI_PASSWORD, as is required for all of the Pico W WiFi examples in the pico-examples repo.

This example will connect to WiFi and send UDP broadcasts. Connections are managed by wifi_settings_connect.

The library provides a way to store WiFi hotspot
details in Flash and connect automatically, avoiding the need to
specify build-time flags such as WIFI_SSID and WIFI_PASSWORD.
@lurch lurch changed the base branch from master to develop April 28, 2025 12:03
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