Search found 4 matches

by MichaelNegatu
Mon Jul 08, 2019 9:40 am
Forum: ESP-IDF
Topic: Power management lock problem with WiFi when automatic sleep in enabled
Replies: 0
Views: 1780

Power management lock problem with WiFi when automatic sleep in enabled

Hi, I've been trying to implement WiFi with automatic light sleep. When WiFi is available everything works fine (the MCU goes into sleep after a successful connection). However, when there is no WiFi, the MCU doesn't go into light sleep mode even if I call the WiFi stop function. Is it possible that...
by MichaelNegatu
Wed Jun 26, 2019 1:25 pm
Forum: ESP-IDF
Topic: Calling tcpip_adapter_init() while light sleep is active
Replies: 2
Views: 3095

Re: Calling tcpip_adapter_init() while light sleep is active

Hello,
I already looked at the page you suggest but it doesn't offer any solution. Is there anyway to stop timers ?

Thank you for your help,
Negatu Michael
by MichaelNegatu
Fri Jun 14, 2019 8:25 am
Forum: ESP-IDF
Topic: Calling tcpip_adapter_init() while light sleep is active
Replies: 2
Views: 3095

Calling tcpip_adapter_init() while light sleep is active

Hello, I'm trying to use the Wifi driver while light sleep is active. In order to do so, I have to use the tcpip_adapter_init() function. However, calling this function activates timers that force the system to quit light sleep mode even tough there are no tasks waiting to be executed. Is there anyw...
by MichaelNegatu
Tue Jun 11, 2019 9:25 am
Forum: General Discussion
Topic: How to do tcpip_adapter_deinit() ?
Replies: 1
Views: 2950

Re: How to do tcpip_adapter_deinit() ?

Hello,

I'm having the same issue with the tcp_adapter_init() function. Did you find any solutions ?

Thank you for your help,

Michael