earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.09k stars 434 forks source link

Unable to use WiFi with `WizFi360-EVB-Pico` board #1018

Closed ggardet closed 2 years ago

ggardet commented 2 years ago

I am unable to use WiFi with WizFi360-EVB-Pico board. I suspect the board support is missing WiFi since compilation fails with WiFi.begin() unknown:

undefined reference to `_ZN9WiFiClass5beginEPKcS1_'
collect2.exe: error: ld returned 1 exit status
earlephilhower commented 2 years ago

You are correct, the built-in WiFi is only for the PicoW. You will need to se the WizNet WiFi libraries to use that part of your device.

maxgerhardt commented 1 year ago

Specifically, https://github.com/Wiznet/WizFi360-EVB-Pico-C.