Search found 3 matches

by akasmouton
Mon Aug 08, 2022 9:41 pm
Forum: ESP8266 boards
Topic: ets Jan 8 2013,rst cause:4, boot mode:(3,7)
Replies: 3
Views: 39739

Re: ets Jan 8 2013,rst cause:4, boot mode:(3,7)

Well... passed the one day test, the error disappeared and I don't know why, the only change I made was to disable AP mode, it could be interfering with the wifi connection, but I have no absolute confirmation.
Tomorrow, if the error still does not appear, I will declare the issue solved.
by akasmouton
Sun Aug 07, 2022 9:48 pm
Forum: ESP8266 boards
Topic: ets Jan 8 2013,rst cause:4, boot mode:(3,7)
Replies: 3
Views: 39739

Re: ets Jan 8 2013,rst cause:4, boot mode:(3,7)

thanks for reply I added into the code to disable AP mode and it works(dont show another network): ap_if = network.WLAN(network.AP_IF) ap_if.active(False) I added into the code your suggestion and teh result is i still have space, tomorrow I will continue to run the code and see if the problem persi...
by akasmouton
Sun Aug 07, 2022 1:36 pm
Forum: ESP8266 boards
Topic: ets Jan 8 2013,rst cause:4, boot mode:(3,7)
Replies: 3
Views: 39739

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

Good afternoon, This error persists in my code, from what I have been searching on the internet, it could be network connection problems but I have also seen problems with power supply, pin without time sleep and so on. ets Jan 8 2013,rst cause:4, boot mode:(3,7) wdt reset load 0x40100000, len 30720...