Page 1 of 1

ESP32 - Problem when connect WIFI and LBE in the same time

Posted: Tue Jun 19, 2018 7:05 am
by ngonhatnhi94
Hello all !
I am use ESP32 to connect mqtt over wifi and connect to a board nrf over ble. My ESP32 is a peripheral device in GAP and server in GATT.
Now i already made it worked, however, my problem is when my NRF5 reset, bluetooth can not connect again and esp32 will automatically stop advertising data after reconnect some time.
Please help me if you have any ideas. Thank you so much. ;) ;) ;)
Capture.PNG
Capture.PNG (26.97 KiB) Viewed 3291 times

Re: ESP32 - Problem when connect WIFI and LBE in the same time

Posted: Tue Jun 19, 2018 10:57 am
by chegewara
For testing purpose try to connect to esp32 with nRF connect android app and see logs in it. Ive been trying to finish my arduino app AWS IoT + ble for few days and i found the issue with nRF connect:
https://github.com/espressif/esp-idf/is ... -398233095