Open christopherdoyle opened 1 year ago
Specifically clocking to "fast" seems to fix this, doesn't really explain the difference between badger2040w firmware and pico-w firmware though.
badger2040.system_speed(badger2040.SYSTEM_FAST)
Relates to WiFi simply breaking at slower clock speeds which is mentioned here - https://github.com/pimoroni/badger2040/pull/25
I am getting the following error trying to initialize wifi network using
.connect
:I have tried this on 3 different wifi networks and with v0.0.1 and v0.0.2 of the firmware, and the firmware from the latest build.
The simplest example of the error is:
I thought hardware issue, but then I flashed the latest stock rp2 pico-w firmware, and the same command works correctly and lists wifi networks. I am able to connect with
wlan.connect
and get an ip address.