mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1028] Library Crashing on ESP-07 #875
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#875
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 @geek1111 on GitHub (Mar 30, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1028
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Hello I'm facing issue OnDemandConfigPortal sketch without any changes on ESP - 07
After a successful upload, I triggered the OnDemand event by pulling pin 0 low.
when I try to connect the ESP - 07 it crashes and my mobile/laptop wifi disconnects with OnDemanAP and tries to connect again and it crashes in a loop.
Settings in IDE
Sketch
Debug Messages
Decoded Exceptions
@tablatronix commented on GitHub (Apr 1, 2020):
Interesting, have you erased flash ?
@geek1111 commented on GitHub (Apr 1, 2020):
Yeah, Flash erased with esptool.py
after erase OnDemandPortal sketch worked for the first time and connected to AP as expected.
I tried one more time, It started HTTP Server and when I tried to connect with ESP-07 with Mobile/Laptop its started crashing with the same exception ( 9 ).
@tablatronix commented on GitHub (Apr 1, 2020):
Might you have the wrong memory size selected, it sounds like running out of flash
@geek1111 commented on GitHub (Apr 2, 2020):
Can you please suggest to me what Flash Size needs to be selected? Tried 1MB size with different partition schemes available in Arduino IDE but no luck.
UPDATE
Tried Uploading sketch on some other ESP-07 with same settings.
I'm having a total of 6 ESP-07.
4 out of 6 are working without a crash, on the remaining two ESP-07 modules, Sketch crashing with the same reason.
What is the reason behind this crash, faulty memory chips? or modules are bricked?
@tablatronix commented on GitHub (Apr 2, 2020):
hmm, I dont know it looks like an sdk thing
Try a different esp version maybe