radio Current consumption

Hi,ALL:

   I use esb 2.4G liberary,and I found the same kind of produc build of nrf52840,it's radio current consumption is 1.2mA-1.3mA,how  can it do it? My   project is build of  nrf52833,but it's radio  current consumption is 5.9mA,how can I  do to save the current consumption?

Parents
  • Hi 

    The peak current consumption in TX or RX mode is around 6mA, that is correct, and you can't really reduce this significantly. 

    The only way to get a lower average current consumption is to only enable the radio in short periods: Turn it on, send a packet, and then go back to sleep. 

    On the receive side this is a bit more challenging. If you don't know when the packet from the TX will arrive you might need to keep the receiver running a lot of the time (increasing average current), or you have to find some way to synchronize the transmitter and receiver so that you can enable the receiver just before the packet is sent by the PTX, and turn it off immediately after. 

    Best regards
    Torbjørn

Reply
  • Hi 

    The peak current consumption in TX or RX mode is around 6mA, that is correct, and you can't really reduce this significantly. 

    The only way to get a lower average current consumption is to only enable the radio in short periods: Turn it on, send a packet, and then go back to sleep. 

    On the receive side this is a bit more challenging. If you don't know when the packet from the TX will arrive you might need to keep the receiver running a lot of the time (increasing average current), or you have to find some way to synchronize the transmitter and receiver so that you can enable the receiver just before the packet is sent by the PTX, and turn it off immediately after. 

    Best regards
    Torbjørn

Children
No Data
Related