mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #184] Strange error when booting. #145
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dnnagy on GitHub (Jun 20, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/184
When I try to boot my device I get an exception before WM connects. Yesterday it worked well, however today I can not boot up my device. I made sure, the device gets enough power. I'm sure , the wiring is correct because WiFiScan example works. I wish to know how to debug exceptions like this. This is the output to the serial:
@dnnagy commented on GitHub (Jun 20, 2016):
Here is my setup code:
@tueddy commented on GitHub (Jun 21, 2016):
Hello,
same here on booting:
Exception (29):
epc1=0x4000e1b2 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff0bc0 end: 3fff0ff0 offset: 01a0
I'm sure this was working before. Tried version 0.11.0 & 0.12.0.
Tried also format the filesystem.
Best regards
Dirk
@dnnagy commented on GitHub (Jun 21, 2016):
The AutoConnect example also crashes with the same exception. I found that the code possibly crashes at this line.
@tzapu commented on GitHub (Jun 21, 2016):
hi, could you confirm what esp8266 core lib you are using and what arduino ide?
also, did you set the flash size to the proper size in arduino ide?
@dnnagy commented on GitHub (Jun 21, 2016):
Hi! I think I use version 1.0.0 of the esp8266 library. I install the compiled binary using esptool.py in Terminal.
@tzapu commented on GitHub (Jun 23, 2016):
hi, try and update to the latest esp8266 core please
https://github.com/esp8266/Arduino#installing-with-boards-manager
or at least to 2.2.0
cheers
@tueddy commented on GitHub (Jun 24, 2016):
Hello, same problem after updating.
Ardunio IDE 1.6.9
ESP8266 package: 2.3.0
Wifi-Manager:0.12.0
tested with different new boards: Witty Cloud, Wimos.
@tzapu commented on GitHub (Jun 25, 2016):
hi, thanks for letting me know.
i did not test with 2.3.0 myself yet. does this happen on a simple AutoConnect example?
i'm quite swamped currently, but hope to get a bit more time next week and hopefully attend to this
sorry for any inconvenience
@dnnagy commented on GitHub (Jun 25, 2016):
Yes, it happens with AutoConnect example. But on my chip the WiFiScan example works, so the wiring and power supply has to be correct.
@kentaylor commented on GitHub (Jun 30, 2016):
You could have corrupted flash. Try erasing the flash with this sketch https://github.com/kentaylor/EraseEsp8266Flash .