PICO W Bluetooth not working #12616
Replies: 1 comment
-
Duplicate of #12617 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I'm currently working on a project that requires bluetooth and ulab (numpy/scipy for micropython) on the Raspberry Pi Pico W. To this effect, I downloaded the most recent version of micropython with ulab integrated from https://github.com/v923z/micropython-builder/releases, which has been updated 8 hours ago, so it should contain the latest micropython version. With this firmware however, the following code snippet never gets to printing "Done" :
While trying to resolve the issue, I downloaded the latest micropython release for the Raspberry Pi Pico W from https://micropython.org/download/RPI_PICO_W/ , and ran the same code with the new firmware. The code executed flawlessly and got to printing "Done".
all_firmware.zip
I then tried to compile my own firmware for the RPI PICO W using the instruction at https://github.com/micropython/micropython/tree/master/ports/rp2 and the v1.21.0 tag , in order to check if the problem persists, or if it's exclusive to ulab. The code unfortunately never got to printing "Done" with the new self-compiled firmware (which doesn't contain ulab), leading me to think that the instructions for compiling the firmware may be uncomplete, as the official released version works fine in contrast to the self-compiled one.
I've zipped and attached all 3 versions of the firmware to this message. I hope that I've provided enough information, and thank you all for your time and help in advance.
Best regards,
JH
Beta Was this translation helpful? Give feedback.
All reactions