espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
477 stars 90 forks source link

esp-now and ble co-existence (AEGHB-354) #88

Closed NidhinJose closed 5 months ago

NidhinJose commented 10 months ago

I am trying to configure a project which uses both ble and esp now for data transferring.I am able to send data using ble but when i try to send data using esp-now, the data is either not getting received at the client side or the data sent from the server side is received at client very late (after 10-15 minutes). Can someone help me to find what the issue is and if there is a way to make both of them work together.

lhespress commented 10 months ago

@NidhinJose Could you share your code on the get-started example. BTW, pls check whether enable the CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE or not.

lhespress commented 5 months ago

@NidhinJose Closing this issue since there has been no update on this. Please feel free to reopen if required.