This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error while sending AT commands to modem on Thingy:91.

Hi, I am getting error from socket() function. I cant find definition for AF_LTE family. I am using simple socket() as:

socket(AF_LTE, 0, NPROTO_AT);

It will compile but will give run time error and return -1.

I am trying to program nrf9160 on Thingy:91 so to send AT commands to the modem. Is there any specific configuration that I should change under menuconfig?

Is there anything I am doing wrong? 

I am using nrf sdk 1.4.1 for developing the firmware.

Thanks in advance.

Parents Reply Children
Related