You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a RPi Pico board to test on. In fact, I developed the networking API on my Feather RP2040. I need more details about the problem your facing.
the board has no SPI as console say?
I'm not really sure what you mean here (your English is hard to read). I'm guessing the
SPI_BUS=board.SPI()
is what you are trying to hint at. You could instead try specifying the SPI pins using busio.SPI(). But remember to add import busio at the top of the script.
Can you may take a look to the Mesh example? I try it on my pico 2040 but have problems since the board has no SPI as console say?
The text was updated successfully, but these errors were encountered: