Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

WEMOS D1 MINI - Constantly rebooting #6

Open
@madebywitteveen

Description

@madebywitteveen

Hi, mcer12
Trying to get the code working at an WEMOS D1 MINI without success unfortunately.
The WEMOS is constantly rebooting with an 1-second interval.

here is a brief serial monitor output:

ets_ Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3460, room 16
tail 4
chksum 0xcc
load 0x3fff20b8, len 40, room 4
tail 4
chksum 0xc9
csum 0xc9
v0006c9d0
~ld
[CONF] No credentials set, going to config mode.
START CONFIG-PORTAL
AT CONFIF_PORTAL
[SERV] IP address: 192.168.1.99
DNS-SERVER STARTED
MDNS STARTED

Somewhere in 'config_portal' I'm suspecting the problem to be. Line 320 ??
Did some exception decoding and this was the result:

x4021f450: std::_Function_handler ::_M_invoke(std::_Any_data const&) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/std_function.h line 289
0x4021f464: std::_Function_handler ::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/std_function.h line 268
0x40205dd8: handleNotFound() at C:\SynologyDrive\DOCS HENK\PROJECT\ESP8266 GITHUB NIXIE\Nick-ESP8266-master\IN16_DUPLEX_HW_SPI/config_portal.ino line 320
0x4021f464: std::_Function_handler ::_M_manager(std::_Any_data&, std::_Any_data const&, std::_Manager_operation) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/std_function.h line 268
0x4021f450: std::_Function_handler ::_M_invoke(std::_Any_data const&) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/std_function.h line 289
0x4021f4d0: std::_Function_handler ::setup(esp8266webserver::ESP8266WebServerTemplate *, String const&, String const&, String const&)::{lambda()#3}>::_M_manager(std::_Any_data&, std::_Function_handler ::setup(esp8266webserver::ESP8266WebServerTemplate *, String const&, String const&, String const&)::{lambda()#3}> const&, std::_Manager_operation) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/std_function.h line 268
0x40203370: std::_Function_handler ::setup(esp8266webserver::ESP8266WebServerTemplate , String const&, String const&, String const&)::{lambda()#3}>::_M_invoke(std::_Any_data const&) at c:\users\whate\documents\arduinodata\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed\xtensa-lx106-elf\include\c++\10.3.0\bits/invoke.h line 103
0x40212c00: HardwareSerial::flush() at C:\Users\whate\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266\HardwareSerial.cpp line 125
0x40214178: Print::println() at C:\Users\whate\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/Print.h line 57
0x40220035: fs::File::setTimeCallback(long long (
)()) at C:\Users\whate\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266\FS.cpp line 208
0x4020aa13: setup() at C:\SynologyDrive\DOCS HENK\PROJECT\ESP8266 GITHUB NIXIE\Nick-ESP8266-master\IN16_DUPLEX_HW_SPI/IN16_DUPLEX_HW_SPI.ino line 293
0x40216878: loop_wrapper() at C:\Users\whate\Documents\ArduinoData\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266\core_esp8266_main.cpp line 198

Could you help me out ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions