We are trying to get the WiFi module to turn off when we go into Deep Sleep mode. We use the ConfigureSimpleLinkToDefaultState() routine that was provided with the example code to initialize the WiFi module. We then do an sl_Start(), sl_WlanConnect(), receive data from the module, and then do an sl_Stop. After the sl_Stop we are drawing ~19 mA and after entering deep sleep mode we are at ~14.5 mA. When we do not start the WiFi module we are at 15-16 mA before entering deep sleep, when in deep sleep we go down to 7.5 mA. Why don’t we go back to 15-16 mA after the sl_Stop() is executed? Why don’t we go down to 7.5mA in Deep Sleep Mode?
Thank you
al