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?

  • I'm using the Github sample; I've made no changes to the code. I built the GNSS app with the exact identical terminal output.

    I understand that some programs require different SDK versions, but perhaps there is a way to make it work, right? I built several sample applications, all of which include several errors and warnings.

    Kind regards

    Digisoles

  • Hi Digisoles

    Digisoles said:
    I understand that some programs require different SDK versions, but perhaps there is a way to make it work, right? I built several sample applications, all of which include several errors and warnings.

    What exact errors and warnings are you referring to? Can you please provide more information. 

    What happens if you build our samples in the SDK, e.g. nrf\samples\cellular\location\. Do you get errors? Does it work as intended? 

    Kind regards,
    Øyvind

  • I built "nrf\samples\cellular\location\" "as is" for nRF9151-DK and got one error and one warning:

    CMake Error at C:/ncs/v2.6.1/nrf/lib/modem_antenna/CMakeLists.txt:8 (zephyr_library_sources):
    
    Kconfig Language Server cannot start for build 'build'. Try rebuilding or doing the pristine build to fix this issue.

    Built with "SparkFun nRF9160 Thing Plus"

    CMake Error at C:/ncs/v2.6.1/bootloader/mcuboot/boot/bootutil/zephyr/CMakeLists.txt:16 (zephyr_library_sources):
    
    CMake Error at C:/ncs/v2.6.1/nrf/cmake/partition_manager.cmake:665 (math):
    
    CMake Error at C:/ncs/v2.6.1/nrf/cmake/partition_manager.cmake:700 (message):
    
    CMake Warning at C:/ncs/v2.6.1/nrf/cmake/partition_manager.cmake:79 (message):
    
    CMake Error at C:/ncs/v2.6.1/zephyr/CMakeLists.txt:853 (get_property):
    
    CMake Error at C:/ncs/v2.6.1/zephyr/CMakeLists.txt:854 (get_property):
    
    UART_CONSOLE (defined at drivers/console/Kconfig:43) was assigned the value 'y' but got the
    
    CMake Warning at C:/ncs/v2.6.1/nrf/modules/mcuboot/CMakeLists.txt:382 (message):
    
    Kconfig Language Server cannot start for build. Try rebuilding or doing the pristine build to fix this issue.

    Sincerely,

    Digisoles

  • Hello! I put this post twelve days ago; could you possibly help?

    would greatly appreciate any hints! if you please!

  • Hello, 
    my apologies, I was out of office last week attending Electronica and I put your case in a wrong status. Thanks for reminding me! 

    Did you try the step: "Try rebuilding or doing the pristine build to fix this issue."? This is not something I have seen before...

    Can you share a screenshot of your Build Configuration? 

    Note: I have also assigned your two new ticket to myself, as I believe they are possibly connected to your setup. 

    Kind regards,
    Øyvind

Related