rp-rs / rp-hal-boards

Board Support Packages for RP2040 based PCBs
203 stars 85 forks source link

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

Open anandijain opened 1 month ago

anandijain commented 1 month ago

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 commented 1 month ago

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