NRF7002 DK system shutdown

Hi,

Background:

My questions are:

  1. Which sample shall I base my project on?
  2. The wifi/shutdown sample page states that "This also demonstrates how to achieve the lowest possible power consumption in the Host SoC (nRF53, nRF52 or nRF91 Series) when Wi-Fi is enabled but not being used." - How is this achieved? I can only see function net_if_down() is used. I assume this will only turn off the nRF7002 wifi chip, but not the host?
  3. The system_off sample uses sys_poweroff() function, will this shut down both nRF5340 and nRF7002 chips? What happens when BT and/or Wifi are being used?

Many thanks in advance! 

  • Hello,

    I have a similar requirement. I am trying to achieve lowest possible current for both host mcu(nrf5340) and wifi chip(nrf7002). I am using https client example(sdk v3.0.2) and added modification to call sys_poweroff with button wakeup after https request is sent. I notice that the wifi campanion chip draws ~1uA. But nrf5340 seem to draw ~120uA. I have disabled console as well. When I run shutdown example that implements only sys_poweroff without wifi I can achieve <1uA average current on nrf5340. Can you let me know what might be causing higher current when wifi is enabled?

    Best Regards,

    Arjun

Related