Cornell University ECE4760
WIFI Setup in lab
Pi Pico RP2040
The picoW has capability to connect to WIFI networks, or to become a WIFI access point.
A little care is needed to get good performance and range.
Considerations include hardware, the details of the connection, and protothreads organization.
To set the channel of an AP to 6:cyw43_wifi_ap_set_channel(&cyw43_state, 6); To find out which channel the AP is using: printf("AP_channel %d\n\r", cyw43_state.ap_channel);
Copyright Cornell University April 17, 2024