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

UART Configuration on nrf9160

Hi all,

I have no experience on Nordic products. I have struggled with this issue for several days. My goal is communication between nrf9160 and nrf52840 through UART. In order to provide it, my setup is below:

In nrf9160;

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

-- In nrf9160_pca10090ns.overlay;

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

In nrf52840, I'm using uart example of nrf SDK 16 which is located at /nRF5_SDK_16.0.0/examples/peripheral/uart

I just changed the following lines on this example:

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

In this way, nrf52 sending the character of 'B' to nrf91. And, nrf91 is waiting on ready state.

The cable setup is also below.

Is there any idea about my mistake? Thanks a lot.