Dear All,
I am facing a rather strange issue with the nrf/samples/wifi/shutdown example.
I am working with nRF Connect SDK v3.1.1 and a nRF7002DK board.
I am observing the following:
When the application boots, the device performs a scan request, it shuts down, it enters the while (1) loop and immediately it boots up and performs another scan, followed by the shutdown. Then, the deivce is supposed to wait for 5s and perform another scan followed by a shutdown etc.
But what happens is that after the second scan (first run of the while loop), the device resets. The sample performs as expected only if the k_sleep is removed, meaning that the nRF7002 never actually gets to shutdown.
Could you please verify the described behavior? I am pretty sure this is a problematic situation.
My end goal is an application where I enable the WFi chip, connect do some data transfers and then shut it down in order to start over. I do not want the host to reset.
Thank you in advance.