Björn Quentin

Results 158 comments of Björn Quentin

A good test would be just trying to connect one of the WiFi examples to an WPA3-only access-point. If it fails probably, it would be helpful to repeat the test...

Thanks a lot for testing this - so we now know there is still something to do here

Also, embassy with or without esp-wifi would probably be a good thing. We just need to find a way to add it in a manageable (i.e. maintainable) way

> @bjoernQ not sure what `coex` is but I noticed you removed a few examples in #166 Is this issues still valid in that case? Thanks for pointing this out....

> So current situation means, that it is impossible to use Bluetooth and WiFi at the same time on ESP32 chip? Or is there a way to implement this feature...

Seems like it doesn't like the config in src\ble\os_adapter_esp32c6.rs - you can double check it comparing to ESP-IDF's components\bt\include\esp32c6\include\esp_bt.h I think I already spotted a difference in rtc_freq which should...

Nice! Error 12300 is `ESP_ERR_WIFI_TIMEOUT` - would be interesting if advertising works when you comment out waiting for the wifi connection etc. Are the functions in `G_COEX_FUNCS` actually called? Might...

Does increasing the delay change anything?

Is that branch available somewhere? Maybe I can have a peek at it

Wouldn't just increasing the WiFi heap (and lowering free RAM) be the same or did I miss something?