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

I haven't been able to run lte_ble_gateway for more than 2 days

Hi, 

I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 Bluetooth devices and send them to the cloud. This program runs fine, however it does not appear to continue to run for more than 2 days, after that the program just goes silent. No output, no error message no nothing. 

Can someone point me in the right direction please?

Parents Reply Children
  • I don't think debug print will be much help here. 

    Basically, if you remove a simcard from nordic thingy 91 and wait for disconnection. 

    1. If you put back the simcard before 30s second from disconnection the network will be restored at 30s from disconnection 
    2. If you put back the simcard between 30s and 60s from disconnection, the network will be restored at 60s after disconnection
    3. if you put back the simcard between 60s and 90s from disconnection, the network will be restored at 90s after disconnection
    4. if you put back the simcard between 90s and half and hour, the network will be restored at1890s after disconnection
    5. if you put back the simcard beweeen 32 minutes and one hour, the network will be restored after 3690s after disconnection
    6. ...........................................................

    this has led me to conclude that reconnection attempt of LTE only occurs at these given times. Now the question still remains, if we can change these values or not?

Related