Search found 7 matches
- Fri Nov 02, 2018 4:04 pm
- Forum: Report Bugs
- Topic: Enter Light Sleep Mode cause reset
- Replies: 1
- Views: 1915
Re: Enter Light Sleep Mode cause reset
I add code in the user init to check the reset reason,it seems the wdt cause the reset,how can I fix this?all the timers are already turn off. struct rst_info *rst_info = system_get_rst_info(); os_printf("reset reason: %x\n", rst_info->reason); if(rst_info->reason == REASON_WDT_RST || rst_...
- Fri Nov 02, 2018 2:08 pm
- Forum: Report Bugs
- Topic: Enter Light Sleep Mode cause reset
- Replies: 1
- Views: 1915
Enter Light Sleep Mode cause reset
I'm trying out to enter light sleep mode in a timer interrupt function,but it will crash and reset as it do sleep sometimes.I found when it is in smart config mode ,it won't crash.If it's in station mode and connected to the AP,it will have this matter.Here is my code and log ,PLS help!! MY SDK vers...
- Fri Nov 02, 2018 1:53 pm
- Forum: ESP8266 SDK
- Topic: reset exception issues with light-sleep
- Replies: 4
- Views: 2777
Re: reset exception issues with light-sleep
I have the same problem as you and I am using SDK NONOS 3.0.0
- Fri Nov 02, 2018 11:47 am
- Forum: ESP8266 SDK
- Topic: [Resolved]wifi_fpm_do_sleep crashes
- Replies: 12
- Views: 11549
Re: [Resolved]wifi_fpm_do_sleep crashes
hi,have you fixed this problem .I got same problem when enter light sleep mode
- Fri Nov 02, 2018 11:42 am
- Forum: ESP8266 SDK
- Topic: Enter Light Sleep Mode cause reset
- Replies: 0
- Views: 1508
Enter Light Sleep Mode cause reset
I'm trying out to enter light sleep mode in a timer interrupt function,but it will crash and reset as it do sleep sometimes.I found when it is in smart config mode ,it won't crash.If it's in station mode and connected to the AP,it will have this matter.Here is my code and log ,PLS help!! MY SDK vers...
- Fri Jan 26, 2018 4:55 pm
- Forum: ESP8266 SDK
- Topic: how to set multiple key with key api??
- Replies: 0
- Views: 887
how to set multiple key with key api??
Now I can set one key with the api in key.c doc and I want to set multiple key with the api. I do it as below : [static struct keys_param button_param[2]; static struct single_key_param *light_button_single; static struct single_key_param *mist_button_single; PIN_FUNC_SELECT(LIGHT_BUTTON_IO_MUX, LIG...
- Thu Aug 10, 2017 11:09 am
- Forum: General Q&A
- Topic: non-os_sdk_iot_demo can not use curl
- Replies: 2
- Views: 7586
Re: non-os_sdk_iot_demo can not use curl
I have the same problem as you ,seems the token didn't parsed correctly.