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

Serial peripheral uart example not working

Hi,

I am currently running the example found in \examples\peripheral\serial_uartes directory using the SDK 15.3.0. I am currently trying to connect 2 nrf52840 DK UART connections together to communicate with each other. I initially ran them independently using the example found in \examples\peripheral\serial. Both devices were able to run the code, however, when I connected one device to the other via their respective UART connections, nothing happens. I have not changed anything in the code. I have tried connecting them in different ways and but it does not seem to change the same outcome.

Any advice as to what else I should be checking would be greatly appreciated!

Parents Reply
  • It was working with the single instance when I was connecting the device's respective UART ports as so: RX > TX, RTS > CTS. However, when I was trying to connected the two devices together via their UART ports as so: RX1 > TX2, RX2 > TX1, RTS1 > CTS2 and RTS2 > CTS1 , it would not display the keys I pressed on my PC to the terminal. 

    Color Connection
    Red RTS1 > CTS2
    Green TX1 > RX2
    Red CTS1 > RTS2
    Yellow RX1 > TX2
Children
No Data
Related