Hello,
I am wondering, where would I start and how involved is it to adapt Nordicsemi’s [https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/at_client/README.html](https://) at_client sample? Documentation for this sample states that this app is targeted only for the nRF9160 DK development kit. In the top-level directory of the sample, only the file sample.yaml
expresses such a dependency on or restriction to one board type.
There is no board .overlay file, and no dev board specific peripherals mentioned or seemingly needed for this demo.
Given that LTE modem and radio functions are internal to the 9160 SiP, what other board components or hardware details would keep this app from running on a Sparkfun or Feather dev board build around an nRF9160?
I don’t want to assume I can simply go into sample.yaml
and comment out the “platforms_allow:” stanza. Any help appreciated on the starting point / first steps question!