mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1688] NodeMCU 1.0 bootlooping problem #961
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#961
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 @SuchyChomik on GitHub (Jan 19, 2024).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1688
Yes, but there wasn't anyone with the same problem.
Describe the error
The ESP8266 resets every ~8 seconds. I don't know whats causing the problem. Down is the console output (from https://serial.huhn.me/)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected it to not bootloop
Environment (please complete the following information):
Attempts
Reflashing the software a couple of times, searching the error.
Additional context
Used the bin file and the https://esp.huhn.me/ website for flashing the esp
@welcome[bot] commented on GitHub (Jan 19, 2024):
Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
* 🇬🇧 Communicate in English so everybody can understand you
* 📖 Have a look at the Wiki and README for information
* 🔍 Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* 📕 Close the issue when your problem has been solved
@yucandu commented on GitHub (Jun 3, 2024):
The "Display Example I2C" board config is broken. Do not use it. Instead, under the "deauther config" menu, select the default "NodeMCU" at the top, and then in A_config.h, manually copy everything from the "Display Example I2C" section to the top, outside of its "#if defined" group.
@ellensp commented on GitHub (Feb 16, 2025):
Just struck this issue.
disabling #define DISPLAY_EXAMPLE_I2C
and adding the following directly under #define NODEMCU
Works fine.
Issue seem to be that LED_NEOPIXEL_GRB is enabled in the DISPLAY_EXAMPLE_I2C and it uses to many resources causing watchdog to reset