This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE CONNEXTION CUT REGULARY

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

Parents Reply
  • Sounds like you have a power supply issue.

    I think its the one, weird , even I'v used a DC - DC MP1584 It provides 3A output and I think its good enough.

    Possibly also RF interference.

    No because I'am using a simcom module, External from the Nrf52832 custom board .

    You think you might be causing a Watchdog reset

    no its not caused by the watchdog reset, because I made a code that it init the board : close the tcp shutdown the module, reconnect, configuration. so when its reset it will take a lot of time to do this init things and also it will be clear for me thats caused by a reset.

    so due to our conversation , is it cause by the power, or what do you think about the crystal because its custom board as you know , or no ?
    I appreciate your reply.

Children
Related