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

current consumption mesh

Hell ,

I am planing to use nRF52810 for one of my mesh application,now query is

  1. How much power consumption its will take when RF is disable and listening only external pulse and after listen its goes to sleep mode for saving battery consumption .

I have gone through links, As per their provided detail Mesh Application is not suggesting for Battery application.Below detail has given for Application. Using Bluetooth Mesh causes higher power consumption than traditional Bluetooth low energy applications. This is mainly due to the need for keeping the radio running constantly. Therefore, unlike Bluetooth low energy advertisers, active mesh devices cannot be run off coin-cell batteries for extended periods of time

please suggest Thanks pktron

Parents
  • Hi

    The radio is enabled all the time, even if you are not actively sending any packets, so current consumption will be around 5mA on average (more if you disable DCDC).

    The Bluetooth mesh specification allows for low power nodes that don't need to keep the radio enabled all the time, but these devices will not be able to relay messages, and as such can not take part in the core mesh network. Instead they need to communicate with a single friend node, which will do the relaying for it.

    We don't currently support this role in the mesh stack.

    Best regards
    Torbjørn Øvrebekk

  • Hi Øvrebekk, 

    How do you measure the power consumption 5mA ?  I refered ( Measuring current ) P23 and get the 130uA for NRF52840. mesh sdk2.0.1 server  role( light_switch_server_nrf52840_xxAA_s140_6.0.0.hex ). Did I measure with wrong connector ?  

Reply Children
Related