Replies: 1 comment 4 replies
-
My guess is that you installed firmware for the standard Pico rather than that for the Pico W. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Resolved - Thonny does not know to install a "W" version for the Pico W.
I'm using Thonny with a Pico 2W which had micropython 1.20.0 installed, my application worked. I copied my entire application back to my Mac, then updated micropython to the "latest" version, it chose 1.21.0. I copied my application back to the Pico, ran it, and found that the "network" module cannot be found:
ImportError: no module named 'network'
The import statement is:
import machine, os, time, network, gc
I cannot find any description of this "problem" and want to assume that it is something that I did, but am loss as to what the problem could be. To be repetitive, this worked perfectly with 1.20.0.
Simple example:
Result:
Beta Was this translation helpful? Give feedback.
All reactions