# nRF Connect LTE Link Monitor

[<mark style="color:red;">LTE Link Monitor</mark>](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_link_monitor%2FUG%2Flink_monitor%2Flm_intro.html) is an essential tool when it comes to debugging the cellular network connectivity and status.

To install the LTE Link Monitor:

1. Open the nRF Connect for Desktop app.
2. Find the LTE Link Monitor in the list of apps and click **Install**.
3. Once the app is installed, launch it by clicking **Open**.

![Launching the LTE Link Monitor App](/files/Hsm3jcehZo1mcllrZIAm)

Build and flash the [<mark style="color:red;">at\_client</mark> ](https://github.com/Conexiotechnologies/conexio-stratus-firmware/tree/main/samples/at_client)sample application to the Stratus dev kit. The AT Client sample acts as a proxy for sending directives to the nRF9160 modem via AT commands. This facilitates the reading of responses or analyzing of events related to the nRF9160 modem.

Connect the Stratus kit to the USB port, then uncheck (1) **Show only supported devices**, (2) **Flow control**, and click on the (3) **SELECT DEVICE** drop-down list.

![Selecting connected devices](/files/lKiAOUmEkmf5RA518oz0)

Then from the connected devices list, click on the **CP2101N USB to UART Bridge** which is for the Conexio Stratus device.

![Selecting the Stratus device](/files/cQEVCzK2hDvx5i2dhAVe)

Once selected, under **MODEM PORT**, choose **tty/SLAB\_USBtoUART** port. In the terminal window of the LTE Link Monitor, you should see **Modem port is opened** message being printed. Stratus device is now successfully connected to the link monitor app.

![LTE Link Monitor terminal view](/files/kw7CDRPYuyLed2Z6AZpg)

To interact with the nRF9160 modem and initiate a network connection, click (1) **AT** command, then  (2) **AT+CFUN=1**, followed by **AT+CFUN?**.\
These AT commands turn on the modem and start the network connection procedure with the cell tower. You should see all the commands that are sent to the modem in the terminal as shown below. Once the modem completes the network handshake procedure, you will see the stats and the name of the connected network on the left-hand pane.

![](/files/0XjsL4UJaWpCsRqT7rWa)

Now you can explore other features of the LTE Link Monitor. Read more on viewing and sending AT commands at the [<mark style="color:red;">Nordic Semi infocenter</mark>](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_link_monitor%2FUG%2Flink_monitor%2Flm_intro.html).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.conexiotech.com/master/nrf-connect-lte-link-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
