Tu Nguyen

Results 30 comments of Tu Nguyen

Hi @bjoernQ , It seems like the above error doesn't occur after I double check with ESP-IDF's components\bt\include\esp32c6\include\esp_bt.h and set the config for bt in src\ble\os_adapter_esp32c6.rs ``` pub(crate) static BLE_CONFIG:...

Hi @bjoernQ , After comparing with ESP-IDF and add `G_COEX_FUNCS`, I updated the configuration. Wifi already works, but I got an issue with Bluetooth. The function `ble_hci_trans_hs_cmd_tx` returned `1082268952`. I...

After a lot of workaround, I also face the issue related to `r_ble_hci_ram_hs_cmd_tx`, This issue also noted in npl.rs It seems Wifi can work in Coex, but Bluetooth is having...

I tried to increase to `100_000 `, `1_000_000`, `10_000_000`. But still can't

Hi @bjoernQ , I have created a draft PR at https://github.com/esp-rs/esp-wifi/pull/300 Could you help me review it ?

I have a workaround for that at: https://github.com/TuEmb/log4rs The format will be the same as chrono::datetime ``` file: kind: file path: "log/file-{%Y-%m-%d_%H-%M-%S}.log" encoder: pattern: "[{d(%Y-%m-%dT%H:%M:%S%.6f)} {h({l}):

Hi @bjoernQ , It seems like the above error doesn't occur after I double check with ESP-IDF's components\bt\include\esp32c6\include\esp_bt.h and set the config for bt in src\ble\os_adapter_esp32c6.rs ``` pub(crate) static BLE_CONFIG:...

Hi @bjoernQ , After comparing with ESP-IDF and add `G_COEX_FUNCS`, I updated the configuration. Wifi already works, but I got an issue with Bluetooth. The function `ble_hci_trans_hs_cmd_tx` returned `1082268952`. I...

After a lot of workaround, I also face the issue related to `r_ble_hci_ram_hs_cmd_tx`, This issue also noted in npl.rs It seems Wifi can work in Coex, but Bluetooth is having...

I tried to increase to `100_000 `, `1_000_000`, `10_000_000`. But still can't