Build of v1.21.0 does not work with BLE in Pico W #12938
Unanswered
robofwy
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
This is very likely to be the same as #12617 which explains why it's fixed with the latest version. Fortunately we don't seem to be seeing the issue on the release version (different compiler version on the build server likely). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have managed to build v1.21.0 (on a 32-bit Debian host) for the RPI_PICO_W board and everything seems to work except Bluetooth/BLE which locks it up. The firmware uf2 file is a different size to the official binary release so I am not sure what is wrong there.
picotool shows the same output for both the official binary and my built one. There are no obvious errors in the build process.
The board locks up on a scan using aioble.scan(). I guess this could be BLE related or uasyncio related since none of my other tests use async code.
If I build the latest v1.22 master/preview, everything (including BLE/uasyncio) seems to work.
Beta Was this translation helpful? Give feedback.
All reactions