Closed jonathanlundstrom closed 2 years ago
Hi @jonathanlundstrom , Pico W is not yet supported in this core, while it is in https://github.com/earlephilhower/arduino-pico . If you want to use WiFi, please use that core, otherwise you can use the W as if it was a normal pico with this one.
Hello,
Going back to this thread I wonder if there is any plan for a future support for the W version of the pico board. As said previously Earle's core support it (nicely I would say) which brings lots of Arduino libraries back and make them readily available. At the same time mbed does the same with manyfold other libraries. Unfortunately, the common map between both cores is uneven. Therefore if you want to work with USB UAC2 and Wifi you're fried, Earle'es core doesn't support UAC2 and would unlikely will according to him and mbed doesn't support WiFi and it's not clear when it will. It's clear that support a core is far from trivial and the effort needed is gruesome, therefore the priority has to be tight, but perhaps the notion of an entire board to be allowed in is an important consideration to set the priorities high.
Thanks! Pedro.
Hi,
I've set up a basic project in PlatformIO that looks like this. I'm just trying to get Wi-Fi working, but every time I include
WiFi.h
my project refuses the build, spawning a host of errors that seem to be related to the library itself.Attached is my project code, which I've reduced to almost nothing in order to debug:
The errors below are some of the ones that appear when attempting a build in PlatformIO:
Is the Wi-Fi library not compatible in some way, or have I missed something critical on my end?
Thank you!