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?

  • Hi!

    I've attached the entire code folder, as well as some additional information, such as a screenshot of the build configuration, support information, and some images.

    What I discovered is that some libraries have the following information: "The Modem library must be enabled by CONFIG_NRF_MODEM_LIB to be included in the build."

    In prj.conf, there are also some "X was assigned the value y, but got the value n." How do I solve this, please?

    Thank you!

    Kind regards!


    4621.nrf91_simple_tracker.zip

Related