[PICO-W] Are sockets working? #534
-
I'm currently trying to get a simple socket client connecting to a server on the network, working from the latest commit (c7c4054) on the pico-w branch, but the Cyw43 device doesn't appear to have a fd or socket generated for it. Just checking whether I'm doing it wrong or whether it's an issue/forthcoming feature (I appreciate you're working towards supporting the pico-w still and it's very much appreciated). I've tried several variations with I'm just using the basic code below once Wifi has been established. Connect callback is never called and connection never seems to happen:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@ollielindsey |
Beta Was this translation helpful? Give feedback.
@ollielindsey
I just implemented WIFI driver for pico-w Cyw43 module. the next step is implementing network driver for pico-w Cyw43 module.
The bottom line is current FW does not support network socket because network driver for pico-w Cyw43 module.
Please try it once I finish to implement network driver for pico-w.