This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Nrf5340 UART

HI 

 I need help to create a UART communication between nrf5340 & esp32.

Thanks & Regards

Navin

Parents
  • Hi Navin

    Could you be a bit more specific regarding what you need help with?

    I made an example some time ago showing how to use the UART async driver in the nRF Connect SDK, and you could start by taking a look at that:
    https://github.com/too1/ncs-uart-async-count-rx

    In order to set up a separate UART for use with your ESP device you can create an overlay file, that sets up another UART in addition to the one normally used for logging, and refer to that in the example instead of UART_0. 

    If you need help with this just let me know, and I will provide an example. 

    Best regards
    Torbjørn 

Reply
  • Hi Navin

    Could you be a bit more specific regarding what you need help with?

    I made an example some time ago showing how to use the UART async driver in the nRF Connect SDK, and you could start by taking a look at that:
    https://github.com/too1/ncs-uart-async-count-rx

    In order to set up a separate UART for use with your ESP device you can create an overlay file, that sets up another UART in addition to the one normally used for logging, and refer to that in the example instead of UART_0. 

    If you need help with this just let me know, and I will provide an example. 

    Best regards
    Torbjørn 

Children
Related