LPUART vs UART for SLM

Hello,

We are developing a board with both nrf91 and nrf54 boards. We are looking to make the nrf91 a SLM with a UART interface to support the LTE functionality of the nrf54.

We had some questions around this implementation, noting that we are highly power constrained.

1. Do we need to use LPUART or do the new chips have a power efficient UART which makes LPUART unnecessary (Is there a significant difference between LPUART and standard UART?)

2. What is the estimated power draw of the LPUART and UART when not transmitting data?

3. Is LPUART supported on the nrf9151? 


Thanks in advance!

Parents
  • (I'm an other user, so the answer from Nordic may help more.)

    In my experience, mainly the RX function of the UART requires some more energy (though that needs to sample RX). The LPUART uses therefore some extra lines to signal the operation in order to disable RX when not used.

    If that is relevant for your case depends then more on how frequently you communicate with nRF91 via UART. If that is rare, it saves energy, if it's mainly on, it will not help too much. 

Reply
  • (I'm an other user, so the answer from Nordic may help more.)

    In my experience, mainly the RX function of the UART requires some more energy (though that needs to sample RX). The LPUART uses therefore some extra lines to signal the operation in order to disable RX when not used.

    If that is relevant for your case depends then more on how frequently you communicate with nRF91 via UART. If that is rare, it saves energy, if it's mainly on, it will not help too much. 

Children
Related