Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh Example on Pico 2040 #36

Closed
folksman opened this issue Jan 12, 2022 · 2 comments
Closed

Mesh Example on Pico 2040 #36

folksman opened this issue Jan 12, 2022 · 2 comments

Comments

@folksman
Copy link

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?

@folksman
Copy link
Author

My Mistake. Need some bit different configuartion. Works now :)

@2bndy5
Copy link
Member

2bndy5 commented Jan 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants