ukena

Results 6 comments of ukena

Yes exactly. And when providing a wrong ssid it also works as intended (going in access point). Only if the password is wrong but the ssid is in range. I...

I still try to find the cause for this behavior. When running `while true; do wpa_cli -i wlan0 status && echo "" && sleep 1; done` it shows the following:...

> `aioble.Service(UUID("ba7f1568-b2ea-4fda-8d5b-9e5f5fe6925f"), 30)` > ???? maybe ??? Does not look like it: https://github.com/micropython/micropython-lib/blob/master/micropython%2Fbluetooth%2Faioble%2Faioble%2Fserver.py#L71

> The RPI Pico uses BTStack for Bluetooth. It has a compiled in setting for how much ram is allocated to the services and characteristics DB called `MAX_ATT_DB_SIZE` at https://github.com/micropython/micropython/blob/82e69df33e379bf491bea647e217d6d56c5b8090/extmod/btstack/btstack_config_common.h#L41...

After changing [`MAX_ATT_DB_SIZE` ](https://github.com/micropython/micropython/blob/82e69df33e379bf491bea647e217d6d56c5b8090/extmod/btstack/btstack_config_common.h#L41) from `512` to `1024`, the characteristics are shown but I receive `[Errno 110] ETIMEDOUT` from time to time on my Pico 2 W (RP2350). After some...

Having the same issue. It gets worse with a larger border radius on the card.