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
  • It provides 3A output and I think its good enough

    What does the documentation for your GSM module tell you?

    Again, the key thing here is that the current draw has very sharp spikes - the peak could well go over 3A!

    So it's not just about being able to give a steady-state 3A - it's about being able to maintain regulation through a spike that hits 3A in a millisecond or less.

    You need to get an oscilloscope on your supply rails to check that they're not drooping.

Children
Related