Closed seanritner closed 7 months ago
Thonny seems to be showing you your host computer. Can you directly connect to the Pico W serial REPL with Thonny, or over web workflow, or over USB with a different serial client?
Thonny seems to be showing you your host computer. Can you directly connect to the Pico W serial REPL with Thonny, or over web workflow, or over USB with a different serial client?
I am still kind of new to this. How do I connect to the Pico W serial REPL specifically? I thought that I was accessing the pico via thonny when I was using the code.py file open. Is that not the same REPL?
Thonny seems to be showing you your host computer. Can you directly connect to the Pico W serial REPL with Thonny, or over web workflow, or over USB with a different serial client?
Wait I may have just figured it out based on your comment. I was able to change the intepretor language from local Python 3 to Circuitpython and it found my device:
thank you @anecdata
Adafruit CircuitPython 8.2.10 on 2024-02-14; Raspberry Pi Pico W with rp2040
>>> help ("modules")
__future__ builtins msgpack sys
__main__ busio neopixel_write terminalio
_asyncio collections nvm time
_bleio countio onewireio touchio
_eve cyw43 os traceback
_pixelmap digitalio paralleldisplay ulab
adafruit_bus_device displayio picodvi ulab.numpy
adafruit_bus_device.i2c_device errno pulseio ulab.numpy.fft
adafruit_bus_device.spi_device floppyio pwmio ulab.numpy.linalg
adafruit_pixelbuf fontio qrio ulab.scipy
aesio framebufferio rainbowio ulab.scipy.linalg
alarm gc random ulab.scipy.optimize
analogbufio getpass re ulab.scipy.signal
analogio gifio rgbmatrix ulab.scipy.special
array hashlib rotaryio ulab.utils
atexit i2cperipheral rp2pio usb_cdc
audiobusio i2ctarget rtc usb_hid
audiocore imagecapture sdcardio usb_midi
audiomixer io select uselect
audiomp3 ipaddress sharpdisplay vectorio
audiopwmio json socketpool watchdog
binascii keypad ssl wifi
bitbangio math storage zlib
bitmaptools mdns struct
bitops microcontroller supervisor
board micropython synthio
Plus any modules on the filesystem
>>>
User error
CircuitPython version
Code/REPL
Behavior
there are missing core modules for
board
andwifi
modules.Description
When installing a new UF2 of version 9.0.2, there are missing core modules for
board
andwifi
modules.I can see that they are supported in the documentation, but I am unsure on how to solve this issue myself.
Additional information
No response