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

running the pico_blinky pi pico example on a pico w #86

Open
anandijain opened this issue Aug 29, 2024 · 1 comment
Open

running the pico_blinky pi pico example on a pico w #86

anandijain opened this issue Aug 29, 2024 · 1 comment

Comments

@anandijain
Copy link

anandijain commented Aug 29, 2024

I am new to the pico, but I remember running into an issue in using a Pico-W and micropython where the LED is no longer connected to the rp2040 so the blink examples for the base Pico didn't work for me. Reference: https://forums.raspberrypi.com/viewtopic.php?t=336836

I am experiencing the same issue using rp-pico where pico_blinky compiles and uploads just fine but doesn't turn on the LED. What do I need to change?

Thank you very much for the library!

@jannic
Copy link
Member

jannic commented Aug 29, 2024

Pico-W is not yet supported by rp2040-hal.
Currently, your best bet would be to use embassy, https://embassy.dev/.

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