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

building at_client for nb-iot on nrf9160-dk

select at_client folder

west build -b nrf9160dk_nrf9160ns -p

shows this warning

```

warning: The choice symbol LTE_NETWORK_MODE_NBIOT (defined at
/Users/paul_tanner/Nordic/nrfsrc/ncs/nrf/lib/lte_link_control/Kconfig:152) was selected (set =y),
but no symbol ended up as the choice selection. See
docs.zephyrproject.org/.../CONFIG_LTE_NETWORK_MODE_NBIOT.html and/or
look up LTE_NETWORK_MODE_NBIOT in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.```

```

paul_tanner@iMac at_client % ls

CMakeLists.txt build_nrf9160dk_nrf9160

README.rst build_nrf9160dk_nrf9160ns

at_client.hex prj.conf

at_client_nbiot.hex sample.yaml

build src

```

note there is no Kconfig file here

when running the resulting binary

```

AT%XSYSTEMMODE?
%XSYSTEMMODE: 1,0,1,0

```

Not surprisingly it does not connect to any NB-IOT access point.

My questions are:

1. do I need a Kconfig for NB-IOT?

2. can I use the same firmware versions for this and LTE/M?

Thx. 

Related