Huifeng

Results 8 comments of Huifeng

@MGDG 这是一个已知问题,我们正在解决。后续会通过更新 idf 版本来修复该问题。

can you delete this line in your code and try again. https://github.com/espressif/esp-mdf/blob/3894d4762cbd0682b042e8681f930f5a1d939505/examples/get-started/main/get_started.c#L170

Can you checkout esp-idf/components/esp_wifi/lib to 511dd9e12 and try again.

It would be ok if you init ble before start mesh. But we don't recommend open ble and wifi-mesh at the same time, because wifi-mesh and ble will effect each...

We recommend not to use WiFi-MESH and BLE at the same time, these two do not currently work well.

If wifi-mesh and ble work together, the rate and stability of wifi-mesh and ble will be affected both. The current idf ble and wifi libraries will require that WiFi modem...

Hi, @Jigar3690 . mdf_event_loop can already pass the underlying event information. see https://github.com/espressif/esp-mdf/blob/1c76187faaf16d40a574fc7c0c98122e93dee746/components/mwifi/mwifi.c#L288

You can let RPi as a softAP and the root can connect to RPi.