Serial LTE Modem
1. Edit 'Serial LTE Modem' Application
1.1 Create file 'soonisys_sldev_nrf9160ns.overlay'
&uart2 {
compatible = "nordic,nrf-uarte";
current-speed = <115200>;
status = "okay";
tx-pin = <17>;
rx-pin = <18>;
};
&i2c2 {
status = "disabled";
};
1.2 Edit file 'sample.yaml'
1.3 Edit file 'prj.conf'
UART-0(USB) USE CASE

UART-2(Tx/Rx PIN) USE CASE

2. Build and Run

3. Test

3.1 Serial Commands - LTE Connection
3.2 Serial commands - UDP Send&Recv(Socket)

3.3 Serial commands - LTE Disconnection
4. Reference
InstallationHello World - SampleLast updated