Peter Harper

Results 452 comments of Peter Harper

Does a pico W examples work ok? Does the uart print any errors in debug? I can't spot the reason why it would not return. Are you sure it's not...

The [driver](https://github.com/georgerobotics/cyw43-driver.git) could probably do better here. The other functions start with cyw43_cb* and the docs make it clear that they "must be provided by the network stack interface". It...

I don't think we use sym links to fix issues like this. Micropython needs to add pico_platform_common to PICO_SDK_COMPONENTS.

Here's the fix for the linker script. Maybe I should push a PR (for reference) to fix Micropython for the latest SDK as there are a few issues. MP uses...

Try with another Pico device?

cyw43_arch_wifi_connect_timeout_ms will only return with success when connected to wifi and you have an IP address. You have a timeout of 5s, so I'd expect it to return with an...

Presumably a message from gdb. Where did you install your tools from? What version? What host system are you running on?

I think we'd need to see the full code. I don't think we expect the code to be used like that.

This might fix the problems stopping bluetooth https://github.com/raspberrypi/pico-sdk/pull/2446 I've pushed an example here which seems to work https://github.com/raspberrypi/pico-examples/pull/644