Hello,
I have problems with my custom board nrf52832 , when I launch the uart connection and the processing of sending the data of my gps to the server to ble cut and stop adevertising and start
again ,what cause a the issue.
I have a connexion with sim868 (gps and gprs) via UART(LIBUARTE) .
and connexion with my app via BLE , but I have THE Issue(the ble disconnect everytime the sim send the data to the server).
is it any priority things to avoid this or what ? , Ive did this : NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 2, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3);
is there any solution or something to resolve the ble cut connexion ?
I think because I've done a lot of Process.
I'm with working with SES