nrf91_simple_tracker

Hi I am starting with nRF9160. I build and program "nrf91_simple_tracker," but while running, I got the following terminal output:

*** Booting Zephyr OS build v3.3.99-ncs1 ***
[00:00:00.254,028] .[0m<inf> Cellfund_Project: The nRF91 Simple Tracker Version 0.2.1 started
.[0m
[00:00:00.254,058] .[0m<inf> Cellfund_Project: Initializing modem library.[0m
[00:00:02.050,842] .[1;31m<err> lte_lc: Could not send AT command, error: 65536.[0m
[00:00:02.050,872] .[1;31m<err> lte_lc: Could not set system mode, error: -14.[0m
[00:00:02.050,872] .[1;31m<err> Cellfund_Project: Failed to initialize LTE link control library, error: -14.[0m
[00:00:02.050,903] .[1;31m<err> Cellfund_Project: Failed to configure the modem.[0m

I am using nRF Connect SDK v2.7.0 with VSC using SparkFun nRF9160 Thing Plus.

Any hints?

Parents
  • Hello, 

    Unfortunately, lesson 8 in the cellular fundementals course is not tested with nRF Connect SDK v2.7.0. Based on the output from your logs it does not look like you have built for v2.7.0. Can you please confirm?

    I tested with v2.6.1 and had no issues building and running on my nRF9160DK. Building with v2.7.0 you should have the following output:

    *** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
    *** Using Zephyr OS v3.6.99-100befc70c74 ***
    [00:00:00.388,183] <inf> Cellfund_Project: The nRF91 Simple Tracker Version 0.2.1 started
    
    [00:00:00.388,244] <inf> Cellfund_Project: Initializing modem library
    [00:00:00.783,721] <inf> Cellfund_Project: Connecting to LTE network
    [00:00:00.829,772] <inf> Cellfund_Project: LTE cell changed: Cell ID: -1, Tracking area: -1
    
    [00:00:00.973,236] <inf> Cellfund_Project: Starting GNSS....
    [00:00:01.013,916] <inf> Cellfund_Project: Searching for GNSS Satellites....
    
    [00:00:02.014,709] <inf> Cellfund_Project: Searching for GNSS Satellites....

    Can you please confirm your setup? 

    What SIM card are you using?

    Kind regards,
    Øyvind

Reply
  • Hello, 

    Unfortunately, lesson 8 in the cellular fundementals course is not tested with nRF Connect SDK v2.7.0. Based on the output from your logs it does not look like you have built for v2.7.0. Can you please confirm?

    I tested with v2.6.1 and had no issues building and running on my nRF9160DK. Building with v2.7.0 you should have the following output:

    *** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
    *** Using Zephyr OS v3.6.99-100befc70c74 ***
    [00:00:00.388,183] <inf> Cellfund_Project: The nRF91 Simple Tracker Version 0.2.1 started
    
    [00:00:00.388,244] <inf> Cellfund_Project: Initializing modem library
    [00:00:00.783,721] <inf> Cellfund_Project: Connecting to LTE network
    [00:00:00.829,772] <inf> Cellfund_Project: LTE cell changed: Cell ID: -1, Tracking area: -1
    
    [00:00:00.973,236] <inf> Cellfund_Project: Starting GNSS....
    [00:00:01.013,916] <inf> Cellfund_Project: Searching for GNSS Satellites....
    
    [00:00:02.014,709] <inf> Cellfund_Project: Searching for GNSS Satellites....

    Can you please confirm your setup? 

    What SIM card are you using?

    Kind regards,
    Øyvind

Children
Related