At_commands application

Hello, I want to write an applicatin that gets at_coammnds from the terminal via uart, sends the command to the modem and then sends the respond back via uart.
I have two option to achieve this:
1. adding the functionality to an already existing uart application that I have.
2. using the at_client application.

in both cases,right now I run in the same problem, the code doesn't compile because the nrf_modem.h file isn't found by the compiler.
I see that this file is located at nrfxlib\nrf_modem\include\nrf_modem.h
so it seems that Mr application doesn't compile nrfxlib, but I cant fins what configuration files I need to add to my prjconf file in order for it to compile.
thanks in advance,

shlomo

Parents
  • Hello Shlomo, 

    Can you please provide more information on what exactly you are trying to do? What version of the nRC Connect SDK are you working on? Do you have two devices, where one is a nRF91, and the other is the host device? 

    right now I run in the same problem, the code doesn't compile because the nrf_modem.h file isn't found by the compiler.

    Are you seeing the same issue with our samples in the SDK?  E.g. AT Client sample. If so, please provide build logs with the problem for us to analyze.

    Kind regards,
    Øyvind

Reply
  • Hello Shlomo, 

    Can you please provide more information on what exactly you are trying to do? What version of the nRC Connect SDK are you working on? Do you have two devices, where one is a nRF91, and the other is the host device? 

    right now I run in the same problem, the code doesn't compile because the nrf_modem.h file isn't found by the compiler.

    Are you seeing the same issue with our samples in the SDK?  E.g. AT Client sample. If so, please provide build logs with the problem for us to analyze.

    Kind regards,
    Øyvind

Children
Related