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

nRF9160 DK Connecting problems with nRF Cloud

Hello, I tried to set up my nRF9160 with this tutorial and there is a problem:

https://www.youtube.com/watch?v=jZQcmU3KIMY&t=216s

According to the tutorial, LED 3 and the LED 4 should be blinking after 3 minutes, what means that the board is connected to the nRF Cloud.
However on my nRF9160, the LED 4  never starts blinking, even if I wait 10 minutes longer than required.
I tried to push the reset button a few times, I turned the nRF9160 on and off a few times and I also started the "Add LTE Device" on nRF Cloud a few times.

But LED 4 still remains dark.

There were 2 things different compared to the tutorial video:


1) The Sim Card Registration worked fine, but when I came to the window in the picture below, I had an IMEI, but I found no PIN. So, I tried the option without a pin (Red mark in the picture).

Maybe I need a PIN, but where do I get it? I tried to insert every possible number I found on my nRF9160, but none of them worked. 

I have already installed the latest firmware update for the nRF9160 successfully. So what did I do wrong? Or how can I finally connect the nRF9160 to the nRF Cloud?

- Thanks for your answers

- Bergmann

Parents
  • Hi Bergmann, 

    I have already installed the latest firmware update for the nRF9160 successfully

    You have updated the modem firmware to the latest version that is found here?

    I assume that you are using a iBasis SIM, since you activated it through the nRF Cloud site. Where are you based? Have you verified that you have LTE-M coverage in your area(see this page)?

    Best regards

    Bjørn

  • Ok, the country where I am based isn't in that list.
    So I might need a Sim Card of local provider. :)

    Thanks for your answer!

  • Am I doing this right?: 

    I open the prj.conf file in the editor, add the lines to the bottom of the file and save it.

    Then I try to load the asset tracker in the Segger Embedded Studio, there is an error message:

    Loading solution asset_tracker.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/Maturaprojekt/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns -HC:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/SES/arm_segger_embedded_studio_v418_win_x86_nordic/html/configure_nordic_project_menuconfig.py
    -- Using application from 'C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker'
    Zephyr version: 1.14.99
    -- Selected BOARD nrf9160_pca10090
    -- Found west: C:/Python37/Scripts/west.exe (found suitable version "0.6.0", minimum required is "0.5.6")
    -- Cache files will be written to: C:\Users\Benjamin Bergmann\AppData\Local/.cache/zephyr
    USING OUT OF TREE BOARD
    -- Loading C:/Maturaprojekt/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
    -- Overlaying C:/Maturaprojekt_Oktober/ncs/zephyr/dts/common/common.dts
    
    C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/prj.conf:61: warning: malformed string literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at ..\nrf\subsys\net\lib\nrf_cloud\Kconfig:17). Assignment ignored.
    Parsing Kconfig tree in C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/Kconfig
    Loading C:/Maturaprojekt/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig as base
    Merging C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/prj.conf
    
    C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/prj.conf:64: warning: attempt to assign the value 'y' to the undefined symbol LTE_NETWORK_MODE_NBIOT_GPS
    
    C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/prj.conf:65: warning: attempt to assign the value 'n' to the undefined symbol LTE_NETWORK_MODE_LTE_M_GPS
    
    warning: BSD_LIBRARY (defined at ..\nrf\lib\bsdlib\Kconfig:8) has direct dependencies TRUSTED_EXECUTION_NONSECURE with value n, but is currently being y-selected by the following symbols:
    - MODEM_INFO (defined at ..\nrf\lib\modem_info\Kconfig:7), with value y, direct dependencies "y" (value: y)
    
    Error: Aborting due to non-whitelisted Kconfig warning
    'C:/Maturaprojekt_Oktober/ncs/nrf/applications/asset_tracker/prj.conf:61: warning: malformed string
    literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at
    ..\nrf\subsys\net\lib\nrf_cloud\Kconfig:17). Assignment ignored.'. Note: If this warning doesn't
    point to an actual problem, you can add it to the whitelist at the top of
    C:/Maturaprojekt_Oktober/ncs/zephyr/scripts/kconfig/kconfig.py.
    
    CMake Error at C:/Maturaprojekt_Oktober/ncs/zephyr/cmake/kconfig.cmake:200 (message):
    command failed with return code: 1
    Call Stack (most recent call first):
    C:/Maturaprojekt_Oktober/ncs/zephyr/cmake/app/boilerplate.cmake:529 (include)
    CMakeLists.txt:11 (include)
    
    
    -- Configuring incomplete, errors occurred!
    Project load failed
    Reported error: solution load command failed (1)

    If I load the asset_tracker without changing the prj.conf file, it loads and runs without errors. Do I have to change something else too? 

    Thanks for your answers!

  • The configurations I gave you are only defined on the master branch of ncs, not the v1.0.0 tag. Make sure you're on the master branch when building. 

  • So do I have to setup the SDK again, but this time with 

    git checkout master

    command instead of 

    git checkout v1.0.0

    ? Or does I have to change the 

    west init -m github.com/.../fw-nrfconnect-nrf

    command?

    Or how do I get to the master branch?

    Thanks for your answers! 

  • To get to the master branch just run 

    git checkout master
    west update
  • OK, adding the 4 lines 

    CONFIG_LTE_LEGACY_PCO_MODE=y
    CONFIG_NRF_CLOUD_STATIC_IPV4=y
    CONFIG_LTE_NETWORK_MODE_NBIOT_GPS=y
    CONFIG_LTE_NETWORK_MODE_LTE_M_GPS=n

    to the prj.conf file worked and I could flash the nrf with it for a test.

    When I add the line 

    CONFIG_NRF_CLOUD_STATIC_IPV4_ADDR=52.87.36.155

    to the other lines in the prj.conf then I get this error message:

    Loading solution asset_tracker.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns -HC:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/SES/arm_segger_embedded_studio_v418_win_x86_nordic/html/configure_nordic_project_menuconfig.py
    -- Using application from 'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker'
    Zephyr version: 2.0.99
    -- Selected BOARD nrf9160_pca10090ns
    -- Found west: C:/Python37/Scripts/west.exe (found suitable version "0.6.2", minimum required is "0.6.0")
    -- Cache files will be written to: C:\Users\Benjamin Bergmann\AppData\Local/.cache/zephyr
    USING OUT OF TREE BOARD
    -- Loading C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns.dts as base
    -- Overlaying C:/Maturaprojekt_Master/ncs/zephyr/dts/common/common.dts
    Device tree configuration written to C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns/zephyr/include/generated/generated_dts_board.conf
    
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf:90: warning: malformed string literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at C:/Maturaprojekt_Master/ncs/nrf\subsys\net\lib\nrf_cloud/Kconfig:17). Assignment ignored.
    Parsing Kconfig tree in C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/Kconfig
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:27: WARNING: dt_str_val is deprecated.
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:31: WARNING: dt_int_val is deprecated.
    Loaded configuration 'C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns_defconfig'
    Merged configuration 'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf'
    
    Error: Aborting due to non-whitelisted Kconfig warning
    'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf:90: warning: malformed string
    literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at
    C:/Maturaprojekt_Master/ncs/nrf\subsys\net\lib\nrf_cloud/Kconfig:17). Assignment ignored.'. Note: If
    this warning doesn't point to an actual problem, you can add it to the whitelist at the top of
    C:/Maturaprojekt_Master/ncs/zephyr/scripts/kconfig/kconfig.py.
    
    CMake Error at C:/Maturaprojekt_Master/ncs/zephyr/cmake/kconfig.cmake:223 (message):
    command failed with return code: 1
    Call Stack (most recent call first):
    C:/Maturaprojekt_Master/ncs/zephyr/cmake/app/boilerplate.cmake:560 (include)
    CMakeLists.txt:11 (include)
    
    
    -- Configuring incomplete, errors occurred!
    Project load failed
    Reported error: solution load command failed (1)
     

    Is it right, that I use the first IP here?:

    Or do I have to use some of the other listed IPs?

Reply
  • OK, adding the 4 lines 

    CONFIG_LTE_LEGACY_PCO_MODE=y
    CONFIG_NRF_CLOUD_STATIC_IPV4=y
    CONFIG_LTE_NETWORK_MODE_NBIOT_GPS=y
    CONFIG_LTE_NETWORK_MODE_LTE_M_GPS=n

    to the prj.conf file worked and I could flash the nrf with it for a test.

    When I add the line 

    CONFIG_NRF_CLOUD_STATIC_IPV4_ADDR=52.87.36.155

    to the other lines in the prj.conf then I get this error message:

    Loading solution asset_tracker.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns -HC:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/SES/arm_segger_embedded_studio_v418_win_x86_nordic/html/configure_nordic_project_menuconfig.py
    -- Using application from 'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker'
    Zephyr version: 2.0.99
    -- Selected BOARD nrf9160_pca10090ns
    -- Found west: C:/Python37/Scripts/west.exe (found suitable version "0.6.2", minimum required is "0.6.0")
    -- Cache files will be written to: C:\Users\Benjamin Bergmann\AppData\Local/.cache/zephyr
    USING OUT OF TREE BOARD
    -- Loading C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns.dts as base
    -- Overlaying C:/Maturaprojekt_Master/ncs/zephyr/dts/common/common.dts
    Device tree configuration written to C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns/zephyr/include/generated/generated_dts_board.conf
    
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf:90: warning: malformed string literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at C:/Maturaprojekt_Master/ncs/nrf\subsys\net\lib\nrf_cloud/Kconfig:17). Assignment ignored.
    Parsing Kconfig tree in C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/Kconfig
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:27: WARNING: dt_str_val is deprecated.
    C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker\src/ui/Kconfig:31: WARNING: dt_int_val is deprecated.
    Loaded configuration 'C:/Maturaprojekt_Master/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns_defconfig'
    Merged configuration 'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf'
    
    Error: Aborting due to non-whitelisted Kconfig warning
    'C:/Maturaprojekt_Master/ncs/nrf/applications/asset_tracker/prj.conf:90: warning: malformed string
    literal in assignment to NRF_CLOUD_STATIC_IPV4_ADDR (defined at
    C:/Maturaprojekt_Master/ncs/nrf\subsys\net\lib\nrf_cloud/Kconfig:17). Assignment ignored.'. Note: If
    this warning doesn't point to an actual problem, you can add it to the whitelist at the top of
    C:/Maturaprojekt_Master/ncs/zephyr/scripts/kconfig/kconfig.py.
    
    CMake Error at C:/Maturaprojekt_Master/ncs/zephyr/cmake/kconfig.cmake:223 (message):
    command failed with return code: 1
    Call Stack (most recent call first):
    C:/Maturaprojekt_Master/ncs/zephyr/cmake/app/boilerplate.cmake:560 (include)
    CMakeLists.txt:11 (include)
    
    
    -- Configuring incomplete, errors occurred!
    Project load failed
    Reported error: solution load command failed (1)
     

    Is it right, that I use the first IP here?:

    Or do I have to use some of the other listed IPs?

Children
  • Hi, you need " " around the IP address, so

    CONFIG_NRF_CLOUD_STATIC_IPV4_ADDR="52.87.36.155"

  • Thanks! Now I flashed the program on the nrf and I got 

    cloud_connect failed: -111 

    2019-10-10T17:09:30.343Z INFO Application data folder: C:\Users\Benjamin Bergmann\AppData\Roaming\nrfconnect\pc-nrfconnect-linkmonitor
    2019-10-10T17:09:30.417Z DEBUG App pc-nrfconnect-linkmonitor v1.1.1 official
    2019-10-10T17:09:30.417Z DEBUG App path: C:\Users\Benjamin Bergmann\.nrfconnect-apps\node_modules\pc-nrfconnect-linkmonitor
    2019-10-10T17:09:30.417Z DEBUG nRFConnect 3.2.0 is supported by the app (^3.2.0)
    2019-10-10T17:09:30.417Z DEBUG nRFConnect path: C:\Users\Benjamin Bergmann\AppData\Local\Programs\nrfconnect\resources\app.asar
    2019-10-10T17:09:30.417Z DEBUG HomeDir: C:\Users\Benjamin Bergmann
    2019-10-10T17:09:30.417Z DEBUG TmpDir: C:\Users\BENJAM~1\AppData\Local\Temp
    2019-10-10T17:09:38.996Z INFO Modem port is opened
    2019-10-10T17:09:39.003Z DEBUG modem >> AT+CFUN?\x0D\x0A
    2019-10-10T17:09:39.009Z DEBUG modem << +CFUN: 1\x0D\x0A
    2019-10-10T17:09:39.011Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.037Z DEBUG modem >> AT+CGSN=1\x0D\x0A
    2019-10-10T17:09:39.043Z DEBUG modem << +CGSN: "352656100037459"\x0D\x0A
    2019-10-10T17:09:39.044Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.049Z DEBUG modem >> AT+CGMI\x0D\x0A
    2019-10-10T17:09:39.056Z DEBUG modem << Nordic Semiconductor ASA\x0D\x0A
    2019-10-10T17:09:39.057Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.060Z DEBUG modem >> AT+CGMM\x0D\x0A
    2019-10-10T17:09:39.070Z DEBUG modem << nRF9160-SICA\x0D\x0A
    2019-10-10T17:09:39.072Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.075Z DEBUG modem >> AT+CGMR\x0D\x0A
    2019-10-10T17:09:39.083Z DEBUG modem << mfw_nrf9160_1.0.1\x0D\x0A
    2019-10-10T17:09:39.084Z DEBUG modem << OK\x0D
    2019-10-10T17:09:39.086Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.0.1] SerNr: 352656100037459
    2019-10-10T17:09:39.088Z DEBUG modem >> AT+CEMODE?\x0D\x0A
    2019-10-10T17:09:39.093Z DEBUG modem << +CEMODE: 0\x0D\x0A
    2019-10-10T17:09:39.094Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.104Z DEBUG modem >> AT%XCBAND=?\x0D\x0A
    2019-10-10T17:09:39.113Z DEBUG modem << %XCBAND: (1,3,5,8)\x0D\x0A
    2019-10-10T17:09:39.115Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.125Z DEBUG modem >> AT+CMEE?\x0D\x0A
    2019-10-10T17:09:39.131Z DEBUG modem << +CMEE: 0\x0D\x0A
    2019-10-10T17:09:39.132Z DEBUG modem << OK\x0D
    2019-10-10T17:09:39.135Z DEBUG modem >> AT+CMEE=1\x0D\x0A
    2019-10-10T17:09:39.139Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.141Z DEBUG modem >> AT+CNEC?\x0D\x0A
    2019-10-10T17:09:39.149Z DEBUG modem << +CNEC: 0\x0D\x0A
    2019-10-10T17:09:39.151Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.154Z DEBUG modem >> AT+CNEC=24\x0D\x0A
    2019-10-10T17:09:39.158Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.161Z DEBUG modem >> AT+CGEREP?\x0D\x0A
    2019-10-10T17:09:39.168Z DEBUG modem << +CGEREP: 0,0\x0D\x0A
    2019-10-10T17:09:39.169Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.172Z DEBUG modem >> AT+CGDCONT?\x0D\x0A
    2019-10-10T17:09:39.185Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.189Z DEBUG modem >> AT+CGACT?\x0D\x0A
    2019-10-10T17:09:39.209Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.213Z DEBUG modem >> AT+CGEREP=1\x0D\x0A
    2019-10-10T17:09:39.225Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.229Z DEBUG modem >> AT+CIND=1,1,1\x0D\x0A
    2019-10-10T17:09:39.241Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.244Z DEBUG modem >> AT+CEREG=2\x0D\x0A
    2019-10-10T17:09:39.257Z DEBUG modem << OK\x0D
    2019-10-10T17:09:39.259Z DEBUG modem >> AT+CEREG?\x0D\x0A
    2019-10-10T17:09:39.275Z DEBUG modem << +CEREG: 2,4,"FFFE","FFFFFFFF",9\x0D\x0A
    2019-10-10T17:09:39.276Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.284Z DEBUG modem >> AT%CESQ=1\x0D\x0A
    2019-10-10T17:09:39.296Z DEBUG modem << OK\x0D
    2019-10-10T17:09:39.301Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:09:39.317Z DEBUG modem << +CESQ: 99,99,255,255,255,255\x0D\x0A
    2019-10-10T17:09:39.318Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.323Z DEBUG modem >> AT%XSIM=1\x0D\x0A
    2019-10-10T17:09:39.334Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.337Z DEBUG modem >> AT%XSIM?\x0D\x0A
    2019-10-10T17:09:39.350Z DEBUG modem << %XSIM: 1\x0D\x0A
    2019-10-10T17:09:39.351Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.357Z DEBUG modem >> AT+CPIN?\x0D\x0A
    2019-10-10T17:09:39.370Z DEBUG modem << +CPIN: READY\x0D
    2019-10-10T17:09:39.371Z DEBUG modem << \x0A
    2019-10-10T17:09:39.372Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.377Z DEBUG modem >> AT+CPINR="SIM PIN"\x0D\x0A
    2019-10-10T17:09:39.398Z DEBUG modem << +CPINR: "SIM PIN",3\x0D\x0A
    2019-10-10T17:09:39.399Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.403Z DEBUG modem >> AT+CIMI\x0D\x0A
    2019-10-10T17:09:39.416Z DEBUG modem << 901405710000106\x0D\x0A
    2019-10-10T17:09:39.417Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:39.418Z INFO IMSIdentity: 901405710000106
    2019-10-10T17:09:55.910Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:09:55.924Z DEBUG modem << +CESQ: 99,99,255,255,255,255\x0D
    2019-10-10T17:09:55.926Z DEBUG modem << \x0A
    2019-10-10T17:09:55.927Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:56.911Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:09:56.927Z DEBUG modem << +CESQ: 99,99,255,255,255,255\x0D\x0A
    2019-10-10T17:09:56.937Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:57.262Z DEBUG modem << [00:00:20.707,275] \x1B[0m<dbg> lte_lc.at_handler: recv: %CESQ: 57,2\x0D\x0A
    2019-10-10T17:09:57.272Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:09:57.274Z DEBUG modem << [00:00:20.714,050] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 2,"3AAC","01375F66",9\x0D\x0A
    2019-10-10T17:09:57.275Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:09:57.909Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:09:57.919Z DEBUG modem << +CESQ: 99,99,255,255,255,57\x0D\x0A
    2019-10-10T17:09:57.920Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:58.909Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:09:58.918Z DEBUG modem << +CESQ: 99,99,255,255,255,57\x0D\x0A
    2019-10-10T17:09:58.919Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:09:59.248Z DEBUG modem << [00:00:22.692,626] \x1B[0m<dbg> lte_lc.at_handler: recv: +CGEV: ME PDN ACT 0,0\x0D\x0A
    2019-10-10T17:09:59.250Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:09:59.255Z DEBUG modem << [00:00:22.700,286] \x1B[0m<dbg> lte_lc.at_handler: recv: +CNEC_ESM: 50,0\x0D\x0A
    2019-10-10T17:09:59.257Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:09:59.264Z DEBUG modem << [00:00:22.707,305] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 5,"3AAC","01375F66",9\x0D\x0A
    2019-10-10T17:09:59.265Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:09:59.271Z DEBUG modem << Connected to LTE network\x0D\x0A
    2019-10-10T17:09:59.275Z DEBUG modem << [00:00:22.717,987] \x1B[0m<dbg> nrf_cloud_transport.nct_connect: IPv4 Address 52.206.68.39\x1B[0m\x0D\x0A
    2019-10-10T17:10:10.552Z DEBUG modem >> AT+CFUN?\x0D\x0A
    2019-10-10T17:10:10.556Z DEBUG modem << +CFUN: 1\x0D\x0A
    2019-10-10T17:10:10.560Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.562Z DEBUG modem >> AT+CGSN=1\x0D\x0A
    2019-10-10T17:10:10.569Z DEBUG modem << +CGSN: "352656100037459"\x0D\x0A
    2019-10-10T17:10:10.570Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.573Z DEBUG modem >> AT+CGMI\x0D\x0A
    2019-10-10T17:10:10.578Z DEBUG modem << Nordic Semiconductor ASA\x0D\x0A
    2019-10-10T17:10:10.580Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.582Z DEBUG modem >> AT+CGMM\x0D\x0A
    2019-10-10T17:10:10.590Z DEBUG modem << nRF9160-SICA\x0D\x0A
    2019-10-10T17:10:10.591Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.593Z DEBUG modem >> AT+CGMR\x0D\x0A
    2019-10-10T17:10:10.598Z DEBUG modem << mfw_nrf9160_1.0.1\x0D\x0A
    2019-10-10T17:10:10.600Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.601Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.0.1] SerNr: 352656100037459
    2019-10-10T17:10:10.606Z DEBUG modem >> AT+CEMODE?\x0D\x0A
    2019-10-10T17:10:10.610Z DEBUG modem << +CEMODE: 0\x0D\x0A
    2019-10-10T17:10:10.611Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.614Z DEBUG modem >> AT%XCBAND=?\x0D\x0A
    2019-10-10T17:10:10.621Z DEBUG modem << %XCBAND: (1,3,5,8)\x0D\x0A
    2019-10-10T17:10:10.621Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.625Z DEBUG modem >> AT+CMEE?\x0D\x0A
    2019-10-10T17:10:10.629Z DEBUG modem << +CMEE: 1\x0D\x0A
    2019-10-10T17:10:10.630Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.632Z DEBUG modem >> AT+CNEC?\x0D\x0A
    2019-10-10T17:10:10.638Z DEBUG modem << +CNEC: 24\x0D\x0A
    2019-10-10T17:10:10.639Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.641Z DEBUG modem >> AT+CGEREP?\x0D\x0A
    2019-10-10T17:10:10.646Z DEBUG modem << +CGEREP: 1,0\x0D\x0A
    2019-10-10T17:10:10.647Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.652Z DEBUG modem >> AT+CIND=1,1,1\x0D\x0A
    2019-10-10T17:10:10.657Z DEBUG modem << OK\x0D
    2019-10-10T17:10:10.660Z DEBUG modem >> AT+CEREG=2\x0D\x0A
    2019-10-10T17:10:10.664Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.670Z DEBUG modem >> AT+CEREG?\x0D\x0A
    2019-10-10T17:10:10.676Z DEBUG modem << +CEREG: 2,5,"3AAC","01375F66",9\x0D\x0A
    2019-10-10T17:10:10.677Z DEBUG modem << OK\x0D\x0A
    2019-10-10T17:10:10.682Z DEBUG modem >> AT+COPS=3,2\x0D\x0A
    2019-10-10T17:10:10.690Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.693Z DEBUG modem >> AT+COPS?\x0D\x0A
    2019-10-10T17:10:10.698Z DEBUG modem << +COPS: 0,2,"23203",9\x0D\x0A
    2019-10-10T17:10:10.705Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.710Z DEBUG modem >> AT%XCBAND\x0D\x0A
    2019-10-10T17:10:10.715Z DEBUG modem << %XCBAND: 8\x0D\x0A
    2019-10-10T17:10:10.716Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.725Z DEBUG modem >> AT+CGDCONT?\x0D\x0A
    2019-10-10T17:10:10.739Z DEBUG modem << +CGDCONT: 0,"IP","alliot.nbiot.at","10.16.0.226",0,0\x0D\x0A
    2019-10-10T17:10:10.740Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.746Z DEBUG modem >> AT+CGACT?\x0D\x0A
    2019-10-10T17:10:10.755Z DEBUG modem << +CGACT: 0,1\x0D\x0A
    2019-10-10T17:10:10.756Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.760Z DEBUG modem >> AT%CESQ=1\x0D\x0A
    2019-10-10T17:10:10.764Z DEBUG modem << OK\x0D\x0A
    2019-10-10T17:10:10.770Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-10T17:10:10.775Z DEBUG modem << +CESQ: 99,99,255,255,255,57\x0D
    2019-10-10T17:10:10.776Z DEBUG modem << \x0A
    2019-10-10T17:10:10.777Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.781Z DEBUG modem >> AT%XSIM=1\x0D\x0A
    2019-10-10T17:10:10.791Z DEBUG modem << OK\x0D\x0A
    2019-10-10T17:10:10.794Z DEBUG modem >> AT%XSIM?\x0D\x0A
    2019-10-10T17:10:10.798Z DEBUG modem << %XSIM: 1\x0D\x0A
    2019-10-10T17:10:10.799Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.807Z DEBUG modem >> AT+CPIN?\x0D\x0A
    2019-10-10T17:10:10.812Z DEBUG modem << +CPIN: READY\x0D\x0A
    2019-10-10T17:10:10.814Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.825Z DEBUG modem >> AT+CPINR="SIM PIN"\x0D\x0A
    2019-10-10T17:10:10.839Z DEBUG modem << +CPINR: "SIM PIN",3\x0D\x0A
    2019-10-10T17:10:10.840Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.844Z DEBUG modem >> AT+CIMI\x0D\x0A
    2019-10-10T17:10:10.848Z DEBUG modem << 901405710000106\x0D\x0A
    2019-10-10T17:10:10.854Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-10T17:10:10.855Z INFO IMSIdentity: 901405710000106
    2019-10-10T17:10:16.533Z DEBUG modem << cloud_connect failed: -111\x0D\x0A
    2019-10-10T17:10:16.542Z DEBUG modem << LTE link disconnect\x0D\x0A
    2019-10-10T17:10:17.089Z DEBUG modem << Shutdown modem\x0D\x0A
    2019-10-10T17:10:17.103Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-10T17:10:17.106Z DEBUG modem << Flash region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-10T17:10:17.108Z DEBUG modem << 00 0x00000 0x08000 \x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.111Z DEBUG modem << 01 0x08000 0x10000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.114Z DEBUG modem << 02 0x10000 0x18000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.122Z DEBUG modem << 03 0x18000 0x20000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.123Z DEBUG modem << 04 0x20000 0x28000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.125Z DEBUG modem << 05 0x28000 0x30000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.127Z DEBUG modem << 06 0x30000 0x38000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.130Z DEBUG modem << 07 0x38000 0x40000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.138Z DEBUG modem << 08 0x40000 0x48000 \x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.139Z DEBUG modem << 09 0x48000 0x50000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.141Z DEBUG modem << 10 0x50000 0x58000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.142Z DEBUG modem << 11 0x58000 0x60000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.146Z DEBUG modem << 12 0x60000 0x68000 \x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.154Z DEBUG modem << 13 0x68000 0x70000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.156Z DEBUG modem << 14 0x70000 0x78000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.157Z DEBUG modem << 15 0x78000 0x80000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.159Z DEBUG modem << 16 0x80000 0x88000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.163Z DEBUG modem << 17 0x88000 0x90000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.166Z DEBUG modem << 18 0x90000 0x98000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.173Z DEBUG modem << 19 0x98000 0xa0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.174Z DEBUG modem << 20 0xa0000 0xa8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.176Z DEBUG modem << 21 0xa8000 0xb0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.178Z DEBUG modem << 22 0xb0000 0xb8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.181Z DEBUG modem << 23 0xb8000 0xc0000 \x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.190Z DEBUG modem << 24 0xc0000 0xc8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.192Z DEBUG modem << 25 0xc8000 0xd0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.193Z DEBUG modem << 26 0xd0000 0xd8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.195Z DEBUG modem << 27 0xd8000 0xe0000 \x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.199Z DEBUG modem << 28 0xe0000 0xe8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.205Z DEBUG modem << 29 0xe8000 0xf0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.206Z DEBUG modem << 30 0xf0000 0xf8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.209Z DEBUG modem << 31 0xf8000 0x100000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.214Z DEBUG modem << Non-secure callable region 0 placed in flash region 0 with size 32.\x0D\x0A\x0D\x0A
    2019-10-10T17:10:17.386Z DEBUG modem << SRAM region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-10T17:10:17.398Z DEBUG modem << 00 0x00000 0x02000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.399Z DEBUG modem << 01 0x02000 0x04000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.401Z DEBUG modem << 02 0x04000 0x06000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.403Z DEBUG modem << 03 0x06000 0x08000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.404Z DEBUG modem << 04 0x08000 0x0a000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.405Z DEBUG modem << 05 0x0a000 0x0c000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.406Z DEBUG modem << 06 0x0c000 0x0e000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.408Z DEBUG modem << 07 0x0e000 0x10000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.411Z DEBUG modem << 08 0x10000 0x12000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.415Z DEBUG modem << 09 0x12000 0x14000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.424Z DEBUG modem << 10 0x14000 0x16000\x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.425Z DEBUG modem << 11 0x16000 0x18000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.426Z DEBUG modem << 12 0x18000 0x1a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.428Z DEBUG modem << 13 0x1a000 0x1c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.430Z DEBUG modem << 14 0x1c000 0x1e000\x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.439Z DEBUG modem << 15 0x1e000 0x20000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.441Z DEBUG modem << 16 0x20000 0x22000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.442Z DEBUG modem << 17 0x22000 0x24000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.444Z DEBUG modem << 18 0x24000 0x26000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.446Z DEBUG modem << 19 0x26000 0x28000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.449Z DEBUG modem << 20 0x28000 0x2a000\x09Non-Secure\x09rwxl\x0D
    2019-10-10T17:10:17.457Z DEBUG modem << 21 0x2a000 0x2c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.458Z DEBUG modem << 22 0x2c000 0x2e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.459Z DEBUG modem << 23 0x2e000 0x30000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.462Z DEBUG modem << 24 0x30000 0x32000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.465Z DEBUG modem << 25 0x32000 0x34000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.475Z DEBUG modem << 26 0x34000 0x36000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.476Z DEBUG modem << 27 0x36000 0x38000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.477Z DEBUG modem << 28 0x38000 0x3a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.479Z DEBUG modem << 29 0x3a000 0x3c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.481Z DEBUG modem << 30 0x3c000 0x3e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-10T17:10:17.491Z DEBUG modem << 31 0x3e000 0x40000\x09Non-Secure\x09rwxl\x0D\x0A\x0D\x0A
    2019-10-10T17:10:17.492Z DEBUG modem << Peripheral\x09\x09Domain\x09\x09Status\x0D\x0A
    2019-10-10T17:10:17.493Z DEBUG modem << 00 NRF_P0               Non-Secure\x09OK\x0D
    2019-10-10T17:10:17.494Z DEBUG modem << 01 NRF_CLOCK            Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.497Z DEBUG modem << 02 NRF_RTC1             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.507Z DEBUG modem << 03 NRF_NVMC             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.508Z DEBUG modem << 04 NRF_UARTE1           Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.509Z DEBUG modem << 05 NRF_UARTE2           Secure\x09\x09SKIP\x0D
    2019-10-10T17:10:17.511Z DEBUG modem << 06 NRF_TWIM2            Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.514Z DEBUG modem << 07 NRF_SPIM3            Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.524Z DEBUG modem << 08 NRF_TIMER0           Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.525Z DEBUG modem << 09 NRF_TIMER1           Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.526Z DEBUG modem << 10 NRF_TIMER2           Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.528Z DEBUG modem << 11 NRF_SAADC            Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.531Z DEBUG modem << 12 NRF_PWM0             Non-Secure\x09OK\x0D
    2019-10-10T17:10:17.540Z DEBUG modem << 13 NRF_PWM1             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.541Z DEBUG modem << 14 NRF_PWM2             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.542Z DEBUG modem << 15 NRF_PWM3             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.545Z DEBUG modem << 16 NRF_WDT              Secure\x09\x09SKIP\x0D\x0A
    2019-10-10T17:10:17.548Z DEBUG modem << 17 NRF_IPC              Non-Secure\x09OK\x0D
    2019-10-10T17:10:17.556Z DEBUG modem << 18 NRF_VMC              Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.557Z DEBUG modem << 19 NRF_FPU              Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.559Z DEBUG modem << 20 NRF_EGU1             Non-Secure\x09OK\x0D
    2019-10-10T17:10:17.562Z DEBUG modem << 21 NRF_EGU2             Non-Secure\x09OK\x0D\x0A
    2019-10-10T17:10:17.565Z DEBUG modem << 22 NRF_GPIOTE1          Non-Secure\x09OK\x0D
    2019-10-10T17:10:17.572Z DEBUG modem << 23 NRF_REGULATORS       Secure\x09\x09SKIP\x0D\x0A\x0D\x0A
    2019-10-10T17:10:17.573Z DEBUG modem << SPM: NS image at 0xc000\x0D\x0A
    2019-10-10T17:10:17.574Z DEBUG modem << SPM: NS MSP at 0x2002c568\x0D\x0A
    2019-10-10T17:10:17.576Z DEBUG modem << SPM: NS reset vector at 0x14771\x0D\x0A
    2019-10-10T17:10:17.580Z DEBUG modem << SPM: prepare to jump to Non-Secure image.\x0D\x0A
    2019-10-10T17:10:19.302Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-10T17:10:19.317Z DEBUG modem << [00:00:01.721,862] \x1B[0m<dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.318Z DEBUG modem << Asset tracker started\x0D\x0A
    2019-10-10T17:10:19.323Z DEBUG modem << [00:00:01.732,971] \x1B[0m<dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100037459\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.340Z DEBUG modem << [00:00:01.742,218] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_topic: $aws/things/nrf-352656100037459/shadow\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.347Z DEBUG modem << [00:00:01.753,936] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: accepted_topic: $aws/things/nrf-352656100037459/shadow/get/accepted\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.359Z DEBUG modem << [00:00:01.766,479] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: rejected_topic: $aws/things/nrf-352656100037459/shadow/get/rejected\x1B[0m\x0D
    2019-10-10T17:10:19.373Z DEBUG modem << [00:00:01.779,052] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_delta_topic: $aws/things/nrf-352656100037459/shadow/update/delta\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.390Z DEBUG modem << [00:00:01.791,992] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_topic: $aws/things/nrf-352656100037459/shadow/update\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.396Z DEBUG modem << [00:00:01.803,863] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_get_topic: $aws/things/nrf-352656100037459/shadow/get\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.407Z DEBUG modem << Connecting to LTE network. This may take several minutes.\x0D\x0A
    2019-10-10T17:10:19.409Z DEBUG modem << [00:00:01.822,082] \x1B[0m<inf> lte_lc: Using legacy LTE PCO mode...\x1B[0m\x0D\x0A
    2019-10-10T17:10:19.423Z DEBUG modem << [00:00:01.828,521] \x1B[0m<dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=0,1,1,0\x1B[0m\x0D\x0A
    2019-10-10T17:10:38.228Z DEBUG modem << [00:00:20.636,810] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 2,"3AAC","01375F66",9,0,0,"11100000","11100000"\x0D\x0A
    2019-10-10T17:10:38.238Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:10:41.493Z DEBUG modem << [00:00:23.902,160] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 5,"3AAC","01375F66",9,,,"11100000","01011111"\x0D\x0A
    2019-10-10T17:10:41.500Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-10T17:10:41.501Z DEBUG modem << Connected to LTE network\x0D\x0A
    2019-10-10T17:10:41.505Z DEBUG modem << [00:00:23.915,008] \x1B[0m<dbg> nrf_cloud_transport.nct_connect: IPv4 Address 52.206.68.39\x1B[0m\x0D\x0A
    

    Everytime, when I search a ip adress with your link (https://whatismyipaddress.com/hostname-ip)
    the IP address of the a2n7tk1kp18wix-ats.iot.us-east-1.amazonaws.com changes. Is this normal? 

    And do you have an idea what the problem could be?

    Thanks for your answers!

  • Hi, if you get -111 there is an issue with the certificates. Try running through this tutorial and trying again.

    Yes, the IP address will change constantly, which is why this is just a workaround to see if the DNS lookup was the actual problem.

    For developing and testing, you should be on a network that supports this.

  • Hi, I updated the certificate successfully:

    On the last step, where you must delete the device from the nrf cloud, it said:

    But my nrf never got connected to the cloud anyway, so I might ignore this error message.

    Then I flashed the nrf with the asset_tracker again and I updated the host IP address to the prj.conf, but there is error -111 again:

    2019-10-13T07:19:15.953Z INFO Application data folder: C:\Users\Benjamin Bergmann\AppData\Roaming\nrfconnect\pc-nrfconnect-linkmonitor
    2019-10-13T07:19:16.026Z DEBUG App pc-nrfconnect-linkmonitor v1.1.1 official
    2019-10-13T07:19:16.026Z DEBUG App path: C:\Users\Benjamin Bergmann\.nrfconnect-apps\node_modules\pc-nrfconnect-linkmonitor
    2019-10-13T07:19:16.026Z DEBUG nRFConnect 3.2.0 is supported by the app (^3.2.0)
    2019-10-13T07:19:16.026Z DEBUG nRFConnect path: C:\Users\Benjamin Bergmann\AppData\Local\Programs\nrfconnect\resources\app.asar
    2019-10-13T07:19:16.026Z DEBUG HomeDir: C:\Users\Benjamin Bergmann
    2019-10-13T07:19:16.026Z DEBUG TmpDir: C:\Users\BENJAM~1\AppData\Local\Temp
    2019-10-13T07:19:18.909Z INFO Modem port is opened
    2019-10-13T07:19:18.915Z DEBUG modem >> AT+CFUN?\x0D\x0A
    2019-10-13T07:19:18.933Z DEBUG modem << +CFUN: 1\x0D\x0A
    2019-10-13T07:19:18.936Z DEBUG modem << OK\x0D
    2019-10-13T07:19:18.950Z DEBUG modem >> AT+CGSN=1\x0D\x0A
    2019-10-13T07:19:18.964Z DEBUG modem << +CGSN: "352656100037459"\x0D\x0A
    2019-10-13T07:19:18.965Z DEBUG modem << OK\x0D\x0A
    2019-10-13T07:19:18.971Z DEBUG modem >> AT+CGMI\x0D\x0A
    2019-10-13T07:19:18.987Z DEBUG modem << Nordic Semiconductor ASA\x0D\x0A
    2019-10-13T07:19:18.988Z DEBUG modem << OK\x0D\x0A
    2019-10-13T07:19:18.991Z DEBUG modem >> AT+CGMM\x0D\x0A
    2019-10-13T07:19:19.007Z DEBUG modem << nRF9160-SICA\x0D\x0A
    2019-10-13T07:19:19.008Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.011Z DEBUG modem >> AT+CGMR\x0D\x0A
    2019-10-13T07:19:19.025Z DEBUG modem << mfw_nrf9160_1.0.1\x0D\x0A
    2019-10-13T07:19:19.026Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.027Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.0.1] SerNr: 352656100037459
    2019-10-13T07:19:19.028Z DEBUG modem >> AT+CEMODE?\x0D\x0A
    2019-10-13T07:19:19.041Z DEBUG modem << +CEMODE: 0\x0D\x0A
    2019-10-13T07:19:19.043Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.050Z DEBUG modem >> AT%XCBAND=?\x0D\x0A
    2019-10-13T07:19:19.064Z DEBUG modem << %XCBAND: (1,3,5,8)\x0D\x0A
    2019-10-13T07:19:19.066Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.074Z DEBUG modem >> AT+CMEE?\x0D\x0A
    2019-10-13T07:19:19.087Z DEBUG modem << +CMEE: 0\x0D\x0A
    2019-10-13T07:19:19.088Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.091Z DEBUG modem >> AT+CMEE=1\x0D\x0A
    2019-10-13T07:19:19.104Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.107Z DEBUG modem >> AT+CNEC?\x0D\x0A
    2019-10-13T07:19:19.121Z DEBUG modem << +CNEC: 0\x0D\x0A
    2019-10-13T07:19:19.123Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.126Z DEBUG modem >> AT+CNEC=24\x0D\x0A
    2019-10-13T07:19:19.138Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.141Z DEBUG modem >> AT+CGEREP?\x0D\x0A
    2019-10-13T07:19:19.154Z DEBUG modem << +CGEREP: 0,0\x0D\x0A
    2019-10-13T07:19:19.155Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.158Z DEBUG modem >> AT+CGDCONT?\x0D\x0A
    2019-10-13T07:19:19.170Z DEBUG modem << OK\x0D
    2019-10-13T07:19:19.173Z DEBUG modem >> AT+CGACT?\x0D\x0A
    2019-10-13T07:19:19.187Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.190Z DEBUG modem >> AT+CGEREP=1\x0D\x0A
    2019-10-13T07:19:19.203Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.207Z DEBUG modem >> AT+CIND=1,1,1\x0D\x0A
    2019-10-13T07:19:19.221Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.224Z DEBUG modem >> AT+CEREG=2\x0D\x0A
    2019-10-13T07:19:19.237Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.240Z DEBUG modem >> AT+CEREG?\x0D\x0A
    2019-10-13T07:19:19.256Z DEBUG modem << +CEREG: 2,4,"FFFE","FFFFFFFF",9\x0D\x0A
    2019-10-13T07:19:19.257Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.261Z DEBUG modem >> AT%CESQ=1\x0D\x0A
    2019-10-13T07:19:19.273Z DEBUG modem << OK\x0D
    2019-10-13T07:19:19.277Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-13T07:19:19.291Z DEBUG modem << +CESQ: 99,99,255,255,255,255\x0D
    2019-10-13T07:19:19.292Z DEBUG modem << \x0A
    2019-10-13T07:19:19.293Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.296Z DEBUG modem >> AT%XSIM=1\x0D\x0A
    2019-10-13T07:19:19.308Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.311Z DEBUG modem >> AT%XSIM?\x0D\x0A
    2019-10-13T07:19:19.323Z DEBUG modem << %XSIM: 1\x0D\x0A
    2019-10-13T07:19:19.325Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.330Z DEBUG modem >> AT+CPIN?\x0D\x0A
    2019-10-13T07:19:19.343Z DEBUG modem << +CPIN: READY\x0D\x0A
    2019-10-13T07:19:19.344Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.347Z DEBUG modem >> AT+CPINR="SIM PIN"\x0D\x0A
    2019-10-13T07:19:19.369Z DEBUG modem << +CPINR: "SIM PIN",3\x0D\x0A
    2019-10-13T07:19:19.371Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.374Z DEBUG modem >> AT+CIMI\x0D\x0A
    2019-10-13T07:19:19.388Z DEBUG modem << 901405710000106\x0D\x0A
    2019-10-13T07:19:19.389Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:19.390Z INFO IMSIdentity: 901405710000106
    2019-10-13T07:19:21.047Z DEBUG modem << [00:00:17.667,510] \x1B[0m<dbg> lte_lc.at_handler: recv: %CESQ: 54,2\x0D\x0A
    2019-10-13T07:19:21.051Z DEBUG modem << \x1B[0m\x0D
    2019-10-13T07:19:21.062Z DEBUG modem << [00:00:17.674,285] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 2,"3AAC","01375F66",9\x0D\x0A
    2019-10-13T07:19:21.064Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:19:23.738Z DEBUG modem << [00:00:20.357,879] \x1B[0m<dbg> lte_lc.at_handler: recv: +CGEV: ME PDN ACT 0,0\x0D\x0A
    2019-10-13T07:19:23.741Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:19:23.745Z DEBUG modem << [00:00:20.365,570] \x1B[0m<dbg> lte_lc.at_handler: recv: +CNEC_ESM: 50,0\x0D\x0A
    2019-10-13T07:19:23.747Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:19:23.758Z DEBUG modem << [00:00:20.372,589] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 5,"3AAC","01375F66",9\x0D\x0A
    2019-10-13T07:19:23.760Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:19:23.761Z DEBUG modem << Connected to LTE network\x0D\x0A
    2019-10-13T07:19:23.764Z DEBUG modem << [00:00:20.383,300] \x1B[0m<dbg> nrf_cloud_transport.nct_connect: IPv4 Address 3.83.211.27\x1B[0m\x0D\x0A
    2019-10-13T07:19:27.121Z DEBUG modem >> AT+CFUN?\x0D\x0A
    2019-10-13T07:19:27.126Z DEBUG modem << +CFUN: 1\x0D\x0A
    2019-10-13T07:19:27.131Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.132Z DEBUG modem >> AT+CGSN=1\x0D\x0A
    2019-10-13T07:19:27.139Z DEBUG modem << +CGSN: "352656100037459"\x0D\x0A
    2019-10-13T07:19:27.140Z DEBUG modem << OK\x0D
    2019-10-13T07:19:27.144Z DEBUG modem >> AT+CGMI\x0D\x0A
    2019-10-13T07:19:27.151Z DEBUG modem << Nordic Semiconductor ASA\x0D\x0A
    2019-10-13T07:19:27.152Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.156Z DEBUG modem >> AT+CGMM\x0D\x0A
    2019-10-13T07:19:27.161Z DEBUG modem << nRF9160-SICA\x0D\x0A
    2019-10-13T07:19:27.162Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.164Z DEBUG modem >> AT+CGMR\x0D\x0A
    2019-10-13T07:19:27.168Z DEBUG modem << mfw_nrf9160_1.0.1\x0D\x0A
    2019-10-13T07:19:27.173Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.173Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.0.1] SerNr: 352656100037459
    2019-10-13T07:19:27.176Z DEBUG modem >> AT+CEMODE?\x0D\x0A
    2019-10-13T07:19:27.180Z DEBUG modem << +CEMODE: 0\x0D\x0A
    2019-10-13T07:19:27.181Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.188Z DEBUG modem >> AT%XCBAND=?\x0D\x0A
    2019-10-13T07:19:27.193Z DEBUG modem << %XCBAND: (1,3,5,8)\x0D\x0A
    2019-10-13T07:19:27.194Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.198Z DEBUG modem >> AT+CMEE?\x0D\x0A
    2019-10-13T07:19:27.205Z DEBUG modem << +CMEE: 1\x0D\x0A
    2019-10-13T07:19:27.206Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.209Z DEBUG modem >> AT+CNEC?\x0D\x0A
    2019-10-13T07:19:27.214Z DEBUG modem << +CNEC: 24\x0D\x0A
    2019-10-13T07:19:27.215Z DEBUG modem << OK\x0D
    2019-10-13T07:19:27.218Z DEBUG modem >> AT+CGEREP?\x0D\x0A
    2019-10-13T07:19:27.223Z DEBUG modem << +CGEREP: 1,0\x0D\x0A
    2019-10-13T07:19:27.224Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.226Z DEBUG modem >> AT+CIND=1,1,1\x0D\x0A
    2019-10-13T07:19:27.230Z DEBUG modem << OK\x0D\x0A
    2019-10-13T07:19:27.232Z DEBUG modem >> AT+CEREG=2\x0D\x0A
    2019-10-13T07:19:27.235Z DEBUG modem << OK\x0D\x0A
    2019-10-13T07:19:27.239Z DEBUG modem >> AT+CEREG?\x0D\x0A
    2019-10-13T07:19:27.246Z DEBUG modem << +CEREG: 2,5,"3AAC","01375F66",9\x0D\x0A
    2019-10-13T07:19:27.247Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.250Z DEBUG modem >> AT+COPS=3,2\x0D\x0A
    2019-10-13T07:19:27.256Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.260Z DEBUG modem >> AT+COPS?\x0D\x0A
    2019-10-13T07:19:27.265Z DEBUG modem << +COPS: 0,2,"23203",9\x0D\x0A
    2019-10-13T07:19:27.266Z DEBUG modem << OK\x0D
    2019-10-13T07:19:27.274Z DEBUG modem >> AT%XCBAND\x0D\x0A
    2019-10-13T07:19:27.278Z DEBUG modem << %XCBAND: 8\x0D
    2019-10-13T07:19:27.280Z DEBUG modem << \x0A
    2019-10-13T07:19:27.280Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.284Z DEBUG modem >> AT+CGDCONT?\x0D\x0A
    2019-10-13T07:19:27.292Z DEBUG modem << +CGDCONT: 0,"IP","alliot.nbiot.at","10.8.0.78",0,0\x0D\x0A
    2019-10-13T07:19:27.293Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.297Z DEBUG modem >> AT+CGACT?\x0D\x0A
    2019-10-13T07:19:27.302Z DEBUG modem << +CGACT: 0,1\x0D
    2019-10-13T07:19:27.308Z DEBUG modem << \x0A
    2019-10-13T07:19:27.309Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.313Z DEBUG modem >> AT%CESQ=1\x0D\x0A
    2019-10-13T07:19:27.317Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.319Z DEBUG modem >> AT+CESQ\x0D\x0A
    2019-10-13T07:19:27.325Z DEBUG modem << +CESQ: 99,99,255,255,255,54\x0D\x0A
    2019-10-13T07:19:27.326Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.330Z DEBUG modem >> AT%XSIM=1\x0D\x0A
    2019-10-13T07:19:27.334Z DEBUG modem << OK\x0D\x0A
    2019-10-13T07:19:27.339Z DEBUG modem >> AT%XSIM?\x0D\x0A
    2019-10-13T07:19:27.343Z DEBUG modem << %XSIM: 1\x0D\x0A
    2019-10-13T07:19:27.344Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.348Z DEBUG modem >> AT+CPIN?\x0D\x0A
    2019-10-13T07:19:27.353Z DEBUG modem << +CPIN: READY\x0D\x0A
    2019-10-13T07:19:27.353Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.359Z DEBUG modem >> AT+CPINR="SIM PIN"\x0D\x0A
    2019-10-13T07:19:27.372Z DEBUG modem << +CPINR: "SIM PIN",3\x0D\x0A
    2019-10-13T07:19:27.373Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.378Z DEBUG modem >> AT+CIMI\x0D\x0A
    2019-10-13T07:19:27.383Z DEBUG modem << 901405710000106\x0D\x0A
    2019-10-13T07:19:27.383Z DEBUG modem << OK\x0D\x0A\x00
    2019-10-13T07:19:27.383Z INFO IMSIdentity: 901405710000106
    2019-10-13T07:19:41.021Z DEBUG modem << cloud_connect failed: -111\x0D\x0A
    2019-10-13T07:19:41.029Z DEBUG modem << LTE link disconnect\x0D\x0A
    2019-10-13T07:19:42.953Z DEBUG modem << Shutdown modem\x0D\x0A
    2019-10-13T07:19:42.965Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-13T07:19:42.968Z DEBUG modem << Flash region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-13T07:19:42.976Z DEBUG modem << 00 0x00000 0x08000 \x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.977Z DEBUG modem << 01 0x08000 0x10000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.979Z DEBUG modem << 02 0x10000 0x18000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.981Z DEBUG modem << 03 0x18000 0x20000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.984Z DEBUG modem << 04 0x20000 0x28000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.991Z DEBUG modem << 05 0x28000 0x30000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.992Z DEBUG modem << 06 0x30000 0x38000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.995Z DEBUG modem << 07 0x38000 0x40000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:42.998Z DEBUG modem << 08 0x40000 0x48000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.002Z DEBUG modem << 09 0x48000 0x50000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.008Z DEBUG modem << 10 0x50000 0x58000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.009Z DEBUG modem << 11 0x58000 0x60000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.012Z DEBUG modem << 12 0x60000 0x68000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.014Z DEBUG modem << 13 0x68000 0x70000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.017Z DEBUG modem << 14 0x70000 0x78000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.026Z DEBUG modem << 15 0x78000 0x80000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.027Z DEBUG modem << 16 0x80000 0x88000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.029Z DEBUG modem << 17 0x88000 0x90000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.030Z DEBUG modem << 18 0x90000 0x98000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.033Z DEBUG modem << 19 0x98000 0xa0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.041Z DEBUG modem << 20 0xa0000 0xa8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.043Z DEBUG modem << 21 0xa8000 0xb0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.044Z DEBUG modem << 22 0xb0000 0xb8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.046Z DEBUG modem << 23 0xb8000 0xc0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.050Z DEBUG modem << 24 0xc0000 0xc8000 \x09Non-Secure\x09rwxl\x0D
    2019-10-13T07:19:43.058Z DEBUG modem << 25 0xc8000 0xd0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.060Z DEBUG modem << 26 0xd0000 0xd8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.061Z DEBUG modem << 27 0xd8000 0xe0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.063Z DEBUG modem << 28 0xe0000 0xe8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.066Z DEBUG modem << 29 0xe8000 0xf0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.069Z DEBUG modem << 30 0xf0000 0xf8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.076Z DEBUG modem << 31 0xf8000 0x100000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.079Z DEBUG modem << Non-secure callable region 0 placed in flash region 0 with size 32.\x0D
    2019-10-13T07:19:43.252Z DEBUG modem << SRAM region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-13T07:19:43.271Z DEBUG modem << 00 0x00000 0x02000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.274Z DEBUG modem << 01 0x02000 0x04000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.277Z DEBUG modem << 02 0x04000 0x06000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.279Z DEBUG modem << 03 0x06000 0x08000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.280Z DEBUG modem << 04 0x08000 0x0a000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.281Z DEBUG modem << 05 0x0a000 0x0c000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.282Z DEBUG modem << 06 0x0c000 0x0e000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.283Z DEBUG modem << 07 0x0e000 0x10000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.284Z DEBUG modem << 08 0x10000 0x12000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.285Z DEBUG modem << 09 0x12000 0x14000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.286Z DEBUG modem << 10 0x14000 0x16000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.295Z DEBUG modem << 11 0x16000 0x18000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.296Z DEBUG modem << 12 0x18000 0x1a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.297Z DEBUG modem << 13 0x1a000 0x1c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.298Z DEBUG modem << 14 0x1c000 0x1e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.299Z DEBUG modem << 15 0x1e000 0x20000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.302Z DEBUG modem << 16 0x20000 0x22000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.309Z DEBUG modem << 17 0x22000 0x24000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.310Z DEBUG modem << 18 0x24000 0x26000\x09Non-Secure\x09rwxl\x0D
    2019-10-13T07:19:43.312Z DEBUG modem << 19 0x26000 0x28000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.315Z DEBUG modem << 20 0x28000 0x2a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.318Z DEBUG modem << 21 0x2a000 0x2c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.326Z DEBUG modem << 22 0x2c000 0x2e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.327Z DEBUG modem << 23 0x2e000 0x30000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.329Z DEBUG modem << 24 0x30000 0x32000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.331Z DEBUG modem << 25 0x32000 0x34000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.334Z DEBUG modem << 26 0x34000 0x36000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.342Z DEBUG modem << 27 0x36000 0x38000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.343Z DEBUG modem << 28 0x38000 0x3a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.344Z DEBUG modem << 29 0x3a000 0x3c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.347Z DEBUG modem << 30 0x3c000 0x3e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:19:43.350Z DEBUG modem << 31 0x3e000 0x40000\x09Non-Secure\x09rwxl\x0D\x0A\x0D\x0A
    2019-10-13T07:19:43.352Z DEBUG modem << Peripheral\x09\x09Domain\x09\x09Status\x0D
    2019-10-13T07:19:43.360Z DEBUG modem << 00 NRF_P0               Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.360Z DEBUG modem << 01 NRF_CLOCK            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.363Z DEBUG modem << 02 NRF_RTC1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.366Z DEBUG modem << 03 NRF_NVMC             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.369Z DEBUG modem << 04 NRF_UARTE1           Non-Secure\x09OK\x0D
    2019-10-13T07:19:43.376Z DEBUG modem << 05 NRF_UARTE2           Secure\x09\x09SKIP\x0D\x0A
    2019-10-13T07:19:43.377Z DEBUG modem << 06 NRF_TWIM2            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.380Z DEBUG modem << 07 NRF_SPIM3            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.383Z DEBUG modem << 08 NRF_TIMER0           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.392Z DEBUG modem << 09 NRF_TIMER1           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.394Z DEBUG modem << 10 NRF_TIMER2           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.396Z DEBUG modem << 11 NRF_SAADC            Non-Secure\x09OK\x0D
    2019-10-13T07:19:43.397Z DEBUG modem << 12 NRF_PWM0             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.400Z DEBUG modem << 13 NRF_PWM1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.404Z DEBUG modem << 14 NRF_PWM2             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.413Z DEBUG modem << 15 NRF_PWM3             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.414Z DEBUG modem << 16 NRF_WDT              Secure\x09\x09SKIP\x0D\x0A
    2019-10-13T07:19:43.415Z DEBUG modem << 17 NRF_IPC              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.417Z DEBUG modem << 18 NRF_VMC              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.426Z DEBUG modem << 19 NRF_FPU              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.427Z DEBUG modem << 20 NRF_EGU1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.428Z DEBUG modem << 21 NRF_EGU2             Non-Secure\x09OK\x0D
    2019-10-13T07:19:43.431Z DEBUG modem << 22 NRF_GPIOTE1          Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:19:43.434Z DEBUG modem << 23 NRF_REGULATORS       Secure\x09\x09SKIP\x0D
    2019-10-13T07:19:43.443Z DEBUG modem << SPM: NS image at 0xc000\x0D\x0A
    2019-10-13T07:19:43.444Z DEBUG modem << SPM: NS MSP at 0x2002c568\x0D\x0A
    2019-10-13T07:19:43.445Z DEBUG modem << SPM: NS reset vector at 0x14771\x0D\x0A
    2019-10-13T07:19:43.446Z DEBUG modem << SPM: prepare to jump to Non-Secure image.\x0D\x0A
    2019-10-13T07:19:43.825Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-13T07:19:43.834Z DEBUG modem << [00:00:00.378,631] \x1B[0m<dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.852Z DEBUG modem << Asset tracker started\x0D\x0A
    2019-10-13T07:19:43.854Z DEBUG modem << [00:00:00.389,739] \x1B[0m<dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100037459\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.857Z DEBUG modem << [00:00:00.398,986] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_topic: $aws/things/nrf-352656100037459/shadow\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.869Z DEBUG modem << [00:00:00.410,705] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: accepted_topic: $aws/things/nrf-352656100037459/shadow/get/accepted\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.882Z DEBUG modem << [00:00:00.423,278] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: rejected_topic: $aws/things/nrf-352656100037459/shadow/get/rejected\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.895Z DEBUG modem << [00:00:00.435,852] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_delta_topic: $aws/things/nrf-352656100037459/shadow/update/delta\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.910Z DEBUG modem << [00:00:00.448,791] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_topic: $aws/things/nrf-352656100037459/shadow/update\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.918Z DEBUG modem << [00:00:00.460,693] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_get_topic: $aws/things/nrf-352656100037459/shadow/get\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.926Z DEBUG modem << Connecting to LTE network. This may take several minutes.\x0D\x0A
    2019-10-13T07:19:43.931Z DEBUG modem << [00:00:00.478,942] \x1B[0m<inf> lte_lc: Using legacy LTE PCO mode...\x1B[0m\x0D\x0A
    2019-10-13T07:19:43.943Z DEBUG modem << [00:00:00.485,382] \x1B[0m<dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=0,1,1,0\x1B[0m\x0D\x0A
    2019-10-13T07:20:02.012Z DEBUG modem << [00:00:18.554,779] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 2,"3AAC","01375F66",9,0,0,"11100000","11100000"\x0D\x0A
    2019-10-13T07:20:02.014Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:20:03.981Z DEBUG modem << [00:00:20.525,207] \x1B[0m<dbg> lte_lc.at_handler: recv: +CEREG: 5,"3AAC","01375F66",9,,,"11100000","01011111"\x0D\x0A
    2019-10-13T07:20:03.994Z DEBUG modem << \x1B[0m\x0D\x0A
    2019-10-13T07:20:03.995Z DEBUG modem << Connected to LTE network\x0D\x0A
    2019-10-13T07:20:03.996Z DEBUG modem << [00:00:20.538,085] \x1B[0m<dbg> nrf_cloud_transport.nct_connect: IPv4 Address 3.83.211.27\x1B[0m\x0D\x0A
    2019-10-13T07:20:21.250Z DEBUG modem << cloud_connect failed: -111\x0D
    2019-10-13T07:20:21.260Z DEBUG modem << LTE link disconnect\x0D\x0A
    2019-10-13T07:20:21.840Z DEBUG modem << Shutdown modem\x0D\x0A
    2019-10-13T07:20:21.852Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-13T07:20:21.855Z DEBUG modem << Flash region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-13T07:20:21.863Z DEBUG modem << 00 0x00000 0x08000 \x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.864Z DEBUG modem << 01 0x08000 0x10000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.866Z DEBUG modem << 02 0x10000 0x18000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.868Z DEBUG modem << 03 0x18000 0x20000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.871Z DEBUG modem << 04 0x20000 0x28000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.874Z DEBUG modem << 05 0x28000 0x30000 \x09Non-Secure\x09rwxl\x0D
    2019-10-13T07:20:21.881Z DEBUG modem << 06 0x30000 0x38000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.883Z DEBUG modem << 07 0x38000 0x40000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.884Z DEBUG modem << 08 0x40000 0x48000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.887Z DEBUG modem << 09 0x48000 0x50000 \x09Non-Secure\x09rwxl\x0D
    2019-10-13T07:20:21.896Z DEBUG modem << 10 0x50000 0x58000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.897Z DEBUG modem << 11 0x58000 0x60000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.898Z DEBUG modem << 12 0x60000 0x68000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.901Z DEBUG modem << 13 0x68000 0x70000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.904Z DEBUG modem << 14 0x70000 0x78000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.912Z DEBUG modem << 15 0x78000 0x80000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.914Z DEBUG modem << 16 0x80000 0x88000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.915Z DEBUG modem << 17 0x88000 0x90000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.917Z DEBUG modem << 18 0x90000 0x98000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.920Z DEBUG modem << 19 0x98000 0xa0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.923Z DEBUG modem << 20 0xa0000 0xa8000 \x09Non-Secure\x09rwxl\x0D
    2019-10-13T07:20:21.931Z DEBUG modem << 21 0xa8000 0xb0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.932Z DEBUG modem << 22 0xb0000 0xb8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.933Z DEBUG modem << 23 0xb8000 0xc0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.936Z DEBUG modem << 24 0xc0000 0xc8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.946Z DEBUG modem << 25 0xc8000 0xd0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.947Z DEBUG modem << 26 0xd0000 0xd8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.948Z DEBUG modem << 27 0xd8000 0xe0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.950Z DEBUG modem << 28 0xe0000 0xe8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.953Z DEBUG modem << 29 0xe8000 0xf0000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.956Z DEBUG modem << 30 0xf0000 0xf8000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.964Z DEBUG modem << 31 0xf8000 0x100000 \x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:21.966Z DEBUG modem << Non-secure callable region 0 placed in flash region 0 with size 32.\x0D\x0A\x0D\x0A
    2019-10-13T07:20:22.137Z DEBUG modem << SRAM region\x09\x09Domain\x09\x09Permissions\x0D\x0A
    2019-10-13T07:20:22.147Z DEBUG modem << 00 0x00000 0x02000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.149Z DEBUG modem << 01 0x02000 0x04000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.150Z DEBUG modem << 02 0x04000 0x06000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.151Z DEBUG modem << 03 0x06000 0x08000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.152Z DEBUG modem << 04 0x08000 0x0a000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.154Z DEBUG modem << 05 0x0a000 0x0c000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.167Z DEBUG modem << 06 0x0c000 0x0e000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.168Z DEBUG modem << 07 0x0e000 0x10000\x09Secure\x09\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.168Z DEBUG modem << 08 0x10000 0x12000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.169Z DEBUG modem << 09 0x12000 0x14000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.171Z DEBUG modem << 10 0x14000 0x16000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.172Z DEBUG modem << 11 0x16000 0x18000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.184Z DEBUG modem << 12 0x18000 0x1a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.185Z DEBUG modem << 13 0x1a000 0x1c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.186Z DEBUG modem << 14 0x1c000 0x1e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.187Z DEBUG modem << 15 0x1e000 0x20000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.189Z DEBUG modem << 16 0x20000 0x22000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.198Z DEBUG modem << 17 0x22000 0x24000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.199Z DEBUG modem << 18 0x24000 0x26000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.201Z DEBUG modem << 19 0x26000 0x28000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.202Z DEBUG modem << 20 0x28000 0x2a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.204Z DEBUG modem << 21 0x2a000 0x2c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.214Z DEBUG modem << 22 0x2c000 0x2e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.215Z DEBUG modem << 23 0x2e000 0x30000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.216Z DEBUG modem << 24 0x30000 0x32000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.218Z DEBUG modem << 25 0x32000 0x34000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.220Z DEBUG modem << 26 0x34000 0x36000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.230Z DEBUG modem << 27 0x36000 0x38000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.231Z DEBUG modem << 28 0x38000 0x3a000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.232Z DEBUG modem << 29 0x3a000 0x3c000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.233Z DEBUG modem << 30 0x3c000 0x3e000\x09Non-Secure\x09rwxl\x0D\x0A
    2019-10-13T07:20:22.236Z DEBUG modem << 31 0x3e000 0x40000\x09Non-Secure\x09rwxl\x0D\x0A\x0D\x0A
    2019-10-13T07:20:22.238Z DEBUG modem << Peripheral\x09\x09Domain\x09\x09Status\x0D
    2019-10-13T07:20:22.247Z DEBUG modem << 00 NRF_P0               Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.248Z DEBUG modem << 01 NRF_CLOCK            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.249Z DEBUG modem << 02 NRF_RTC1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.252Z DEBUG modem << 03 NRF_NVMC             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.256Z DEBUG modem << 04 NRF_UARTE1           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.264Z DEBUG modem << 05 NRF_UARTE2           Secure\x09\x09SKIP\x0D\x0A
    2019-10-13T07:20:22.265Z DEBUG modem << 06 NRF_TWIM2            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.266Z DEBUG modem << 07 NRF_SPIM3            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.269Z DEBUG modem << 08 NRF_TIMER0           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.280Z DEBUG modem << 09 NRF_TIMER1           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.281Z DEBUG modem << 10 NRF_TIMER2           Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.282Z DEBUG modem << 11 NRF_SAADC            Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.283Z DEBUG modem << 12 NRF_PWM0             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.287Z DEBUG modem << 13 NRF_PWM1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.297Z DEBUG modem << 14 NRF_PWM2             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.299Z DEBUG modem << 15 NRF_PWM3             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.300Z DEBUG modem << 16 NRF_WDT              Secure\x09\x09SKIP\x0D\x0A
    2019-10-13T07:20:22.301Z DEBUG modem << 17 NRF_IPC              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.303Z DEBUG modem << 18 NRF_VMC              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.314Z DEBUG modem << 19 NRF_FPU              Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.315Z DEBUG modem << 20 NRF_EGU1             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.316Z DEBUG modem << 21 NRF_EGU2             Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.317Z DEBUG modem << 22 NRF_GPIOTE1          Non-Secure\x09OK\x0D\x0A
    2019-10-13T07:20:22.320Z DEBUG modem << 23 NRF_REGULATORS       Secure\x09\x09SKIP\x0D\x0A
    2019-10-13T07:20:22.323Z DEBUG modem << SPM: NS image at 0xc000\x0D\x0A
    2019-10-13T07:20:22.333Z DEBUG modem << SPM: NS MSP at 0x2002c568\x0D\x0A
    2019-10-13T07:20:22.334Z DEBUG modem << SPM: NS reset vector at 0x14771\x0D\x0A
    2019-10-13T07:20:22.334Z DEBUG modem << SPM: prepare to jump to Non-Secure image.\x0D\x0A
    2019-10-13T07:20:24.156Z DEBUG modem << ***** Booting Zephyr OS build v1.14.99-ncs3-snapshot2-2647-gd6e67554cfeb *****\x0D\x0A
    2019-10-13T07:20:24.172Z DEBUG modem << [00:00:01.823,425] \x1B[0m<dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.173Z DEBUG modem << Asset tracker started\x0D\x0A
    2019-10-13T07:20:24.176Z DEBUG modem << [00:00:01.834,594] \x1B[0m<dbg> nrf_cloud_transport.nct_client_id_get: client_id = nrf-352656100037459\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.188Z DEBUG modem << [00:00:01.843,872] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_base_topic: $aws/things/nrf-352656100037459/shadow\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.201Z DEBUG modem << [00:00:01.855,590] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: accepted_topic: $aws/things/nrf-352656100037459/shadow/get/accepted\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.214Z DEBUG modem << [00:00:01.868,164] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: rejected_topic: $aws/things/nrf-352656100037459/shadow/get/rejected\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.231Z DEBUG modem << [00:00:01.880,767] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_delta_topic: $aws/things/nrf-352656100037459/shadow/update/delta\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.238Z DEBUG modem << [00:00:01.893,707] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: update_topic: $aws/things/nrf-352656100037459/shadow/update\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.250Z DEBUG modem << [00:00:01.905,609] \x1B[0m<dbg> nrf_cloud_transport.nct_topics_populate: shadow_get_topic: $aws/things/nrf-352656100037459/shadow/get\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.256Z DEBUG modem << Connecting to LTE network. This may take several minutes.\x0D\x0A
    2019-10-13T07:20:24.265Z DEBUG modem << [00:00:01.923,889] \x1B[0m<inf> lte_lc: Using legacy LTE PCO mode...\x1B[0m\x0D\x0A
    2019-10-13T07:20:24.271Z DEBUG modem << [00:00:01.930,358] \x1B[0m<dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=0,1,1,0\x1B[0m\x0D\x0A
    2019-10-13T07:20:27.069Z INFO Modem port is closed
    

    Do you have any ideas?

    Another question: The goal of my project with the nrf is to send some data from the nrf to a server. Should this be already be possible in this state? So, I could skip the step of getting into the nrf cloud and focus on sending the data to a server.

    Thanks for your help and answers!

  • Hi, did you remember to re-add the device to nRF Cloud before connecting?

    You don't have to be able to connect to nRF Cloud to send data to an external server. But I recommend it, so you are sure there is nothing wrong with your device or the connection.

Related