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

How to connect nrf 52 DK to Arietta G25 using UART?

Please provide me a step by step procedure to connect nrf 52 DK to Arietta G25 using UART. 

Parents
  • The nRF52810 UART - like any other UART -  neither knows nor cares what you connect to it - all it does is send bytes out from its output pin, and receive bytes into its input pin.

    So you just need to connect the UARTs output to your device's input, and your device's output to the UART's input.

    Having first checked, of course, that the voltage levels are compatible.

Reply
  • The nRF52810 UART - like any other UART -  neither knows nor cares what you connect to it - all it does is send bytes out from its output pin, and receive bytes into its input pin.

    So you just need to connect the UARTs output to your device's input, and your device's output to the UART's input.

    Having first checked, of course, that the voltage levels are compatible.

Children
Related