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

UART vs LPUART

Hi,

I see that in the latest SDK 17.1.0 there seems to be no example for regular UART but only for LPUART.

That made me wonder if there is any advantage in any scenario to use regular UART over LPUART?

It seems that power consumption is much better with LPUART, data rate higher, interrupt to wake up from sleep.

So in what scenarios would it be recommended to use plain UART?

Also, where can I find an example for regular UART?

Thanks!

Vitaliy

Parents
  • Hi,

    There is the the nrf5SDK(the one that you are using) and the nRF Connect SDK. We are slowly transitioning to the nRF Connect SDK and hence there will not be any new features etc. in the nRF5SDK. Hence I recommend you to begin working with the nRF Connect SDK. 

    The LPUART (Low Power UART) is better due to low power consumption while performing the UART functions. But in case you have certain hardware limitations and you can only spare two pins for UART, then you could opt for the normal UART. And also in cases where your main priority is to send the data and you are not much concerned about the current consumption, here too you could try using the normal UART.

    There are examples for UART and the Nordic UART Service in the Infocenter.

    Regards,

    Priyanka

Reply
  • Hi,

    There is the the nrf5SDK(the one that you are using) and the nRF Connect SDK. We are slowly transitioning to the nRF Connect SDK and hence there will not be any new features etc. in the nRF5SDK. Hence I recommend you to begin working with the nRF Connect SDK. 

    The LPUART (Low Power UART) is better due to low power consumption while performing the UART functions. But in case you have certain hardware limitations and you can only spare two pins for UART, then you could opt for the normal UART. And also in cases where your main priority is to send the data and you are not much concerned about the current consumption, here too you could try using the normal UART.

    There are examples for UART and the Nordic UART Service in the Infocenter.

    Regards,

    Priyanka

Children
No Data
Related