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?