atsign-foundation / at_pico_w

Communicate with the atPlatform using a Raspberry Pi Pico W
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

at_pico_w: sdk needs to be updated to work with micropython v1.23.0 #74

Open realvarx opened 3 months ago

realvarx commented 3 months ago

At the moment, there are several issues that still need to be explored, such as Wi-Fi connection failures or problems when transferring certain special characters from the pkam verb (signature)

cpswan commented 5 days ago

One of the primary issues is an OSError: -9 happening during pkam authentication.

I've tracked this down to garbage collection causing problems with the TLS socket, and I'll raise an issue with Micropython to see if they can fix it.

cpswan commented 5 days ago

https://github.com/micropython/micropython/issues/15920