UART interface

Universal Asynchronous Receiver/Transmitter (UART) communicates through the GPIO pins. All GPIO pins can be configured for UART communication in the application firmware. The UART interface can be used to control the Device Under Test (DUT) using AT commands.

The UART interface is useful for logging transactions between the LTE network and the nRF9160 modem. The modem log is required for technical support if problems related to the LTE network occur.

If a Universal Serial Bus (USB) interface is required, a USB-UART bridge cable can be used, for example from FTDI. You can also add a USB-UART converter on a test board, as shown in Example of USB-UART converter based on FTDI circuit.

The nRF9160 and USB-UART converter must have the same I/O voltage level. Thus, VCCIO is equal to VDD_GPIO in the following figure.

Figure 1. Example of USB-UART converter based on FTDI circuit
Example of USB-UART converter based on FTDI circuit
Note: The USB-UART converter can be placed on a separate adapter board for cost-efficient production.