You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a client-server app with the 'ESP8266 Thing Development Board'. The software stems from this example: Access Point (AP) Web Server.
In Safari it runs without problems on the iPhone. Even if the refresh rate of the page is set to 2 seconds (which i need for the final application)
However, if you add the webpage as an app to the homescreen and activate it, the app loses in a few minutes its connection with the server and the ESP8266 crashes. If the refresh rate is 15 sec or higher there is no problem.
Decoding 23 results
0x40102ca1: trc_NeedRTS at ?? line ?
0x401043a6: lmacProcessTxSuccess at ?? line ?
0x402125c9: ieee80211_alloc_proberesp at ?? line ?
0x40212506: ieee80211_alloc_proberesp at ?? line ?
0x40102e30: trc_NeedRTS at ?? line ?
0x40212664: ieee80211_send_proberesp at ?? line ?
0x401004f4: calloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266\umm_malloc/umm_malloc.c line 1684
0x4020f3af: hostap_input at ?? line ?
0x4020f281: hostap_input at ?? line ?
0x401067a0: igmp_timer at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/timers.c line 217
0x401004d8: malloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266\umm_malloc/umm_malloc.c line 1664
0x4021681d: cnx_node_search at ?? line ?
0x40107718: pvPortMalloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/heap.c line 13
0x4020eb19: hostap_input at ?? line ?
0x401067ba: igmp_timer at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/timers.c line 222
0x40209f6c: DefFreqCalTimerCB at ?? line ?
0x40209b9e: pp_tx_idle_timeout at ?? line ?
0x402094e7: ppPeocessRxPktHdr at ?? line ?
0x4020744f: loop_task at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/core_esp8266_main.cpp line 56
Any idea how to fix this or have a work around?
.
The text was updated successfully, but these errors were encountered:
I think I had a similar problem with 2.3.0 with the standard webserver, and had to migrate to the Async webserver for stability, but I've seen reports that the above fixes it (lwip2 mostly).
I am building a client-server app with the 'ESP8266 Thing Development Board'. The software stems from this example: Access Point (AP) Web Server.
In Safari it runs without problems on the iPhone. Even if the refresh rate of the page is set to 2 seconds (which i need for the final application)
However, if you add the webpage as an app to the homescreen and activate it, the app loses in a few minutes its connection with the server and the ESP8266 crashes. If the refresh rate is 15 sec or higher there is no problem.
This is the error code:
Exception (29):
epc1=0x4000e1c3 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000018 depc=0x00000000
ctx: sys
sp: 3ffffc80 end: 3fffffb0 offset: 01a0
Decoding 23 results
0x40102ca1: trc_NeedRTS at ?? line ?
0x401043a6: lmacProcessTxSuccess at ?? line ?
0x402125c9: ieee80211_alloc_proberesp at ?? line ?
0x40212506: ieee80211_alloc_proberesp at ?? line ?
0x40102e30: trc_NeedRTS at ?? line ?
0x40212664: ieee80211_send_proberesp at ?? line ?
0x401004f4: calloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266\umm_malloc/umm_malloc.c line 1684
0x4020f3af: hostap_input at ?? line ?
0x4020f281: hostap_input at ?? line ?
0x401067a0: igmp_timer at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/timers.c line 217
0x401004d8: malloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266\umm_malloc/umm_malloc.c line 1664
0x4021681d: cnx_node_search at ?? line ?
0x40107718: pvPortMalloc at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/heap.c line 13
0x4020eb19: hostap_input at ?? line ?
0x401067ba: igmp_timer at /Users/igrokhotkov/espressif/arduino/tools/sdk/lwip/src/core/timers.c line 222
0x40209f6c: DefFreqCalTimerCB at ?? line ?
0x40209b9e: pp_tx_idle_timeout at ?? line ?
0x402094e7: ppPeocessRxPktHdr at ?? line ?
0x4020744f: loop_task at C:\Users\Harry\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/core_esp8266_main.cpp line 56
Any idea how to fix this or have a work around?
.
The text was updated successfully, but these errors were encountered: