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

How to communicate an external module through UART in nRF9160DK?

I want to let nRF9160DK communicate with an external module through UART in nRF9160DK

Then I need to assign rx and tx on two pins.

I will use UART0 for printk function so P0.26, 27, 28, and 29 are reserved.

I read page18 in nRF91_DK_User_Guide_v07.pdf and realized that all the pins are already connected to some modules in the DK.

Is it possible to assign some pins as UART tx and rx and connect to an external module? And if possibel, how can yo do it?

Thank you in advance.

Related