[GH-ISSUE #1706] keep rebooting in loop #975

Closed
opened 2026-02-28 00:05:44 +03:00 by kerem · 6 comments
Owner

Originally created by @asg02fever on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706

Have you searched for existing (open and closed) issues describing the same problem?

Yes

Describe the error
code uplaod successfully , but the serial monitor keep rebooting , cant see the ssid in my wifi page, i am on a node mcu esp12e i set the scree scl sda pins , my buttun pins , with bin file work great but screen is not set correctly so cant use it with bin

Error/Compile/Output Log

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image
image

Environment (please complete the following information):

  • OS: [win 11 with cs drivers]
  • Browser [chrome but using ide]
  • Version [2.3.2]
  • Hardware [esp8266 node mcu esp12e module screen inboard sda gpio14 d6 , scl gpio12 d5 button on dpio 5/4/0 pin d1/2/3 ]

Attempts
almost everything of my small knowledfe

Additional context
Provide as much information as possible, better too much than too little!
If you don't use this template, your issue might be closed and tagged invalid!

Originally created by @asg02fever on GitHub (May 1, 2024). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706 > Have you searched for existing (open and closed) issues describing the same problem? Yes **Describe the error** code uplaod successfully , but the serial monitor keep rebooting , cant see the ssid in my wifi page, i am on a node mcu esp12e i set the scree scl sda pins , my buttun pins , with bin file work great but screen is not set correctly so cant use it with bin ``` Error/Compile/Output Log ``` **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![image](https://github.com/SpacehuhnTech/esp8266_deauther/assets/163065176/684b4a88-47ed-4d43-a444-efbe76377360) ![image](https://github.com/SpacehuhnTech/esp8266_deauther/assets/163065176/12ffa61a-54f5-4ee6-9c0c-6d6f4bdfa787) **Environment (please complete the following information):** - OS: [win 11 with cs drivers] - Browser [chrome but using ide] - Version [2.3.2] - Hardware [esp8266 node mcu esp12e module screen inboard sda gpio14 d6 , scl gpio12 d5 button on dpio 5/4/0 pin d1/2/3 ] **Attempts** almost everything of my small knowledfe **Additional context** Provide as much information as possible, better too much than too little! If you don't use this template, your issue might be closed and tagged invalid!
kerem 2026-02-28 00:05:44 +03:00
Author
Owner

@welcome[bot] commented on GitHub (May 1, 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

<!-- gh-comment-id:2087864549 --> @welcome[bot] commented on GitHub (May 1, 2024): Congrats on opening your first issue on this repository! 🎉<br> This is a automated message to help you avoid common pitfalls when asking for help online.<br> 👉 Be sure to:<br> * 🇬🇧 Communicate in English so everybody can understand you<br> * 📖 Have a look at the [Wiki](https://github.com/spacehuhntech/esp8266_deauther/wiki) and [README](https://github.com/SpacehuhnTech/esp8266_deauther/blob/v2/README.md) for information<br> * 🔍 Search for similar [issues (open and closed)](https://github.com/SpacehuhnTech/esp8266_deauther/issues?q=is%3Aissue+)<br> * ✍️ Provide enough information to understand, recreate and help out with your problem<br> * ℹ️ Let us know if you find a solution and please share it with us<br> * 📕 Close the issue when your problem has been solved
Author
Owner

@yucandu commented on GitHub (Jun 3, 2024):

I have the fix. 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.

<!-- gh-comment-id:2145680569 --> @yucandu commented on GitHub (Jun 3, 2024): I have the fix. 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.
Author
Owner

@Mehrdadmji commented on GitHub (Jun 25, 2024):

I have the fix. 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.

Hello, my code has a similar problem, my oled screen does not show anything, can you help me or share the fixed code with me bro?

<!-- gh-comment-id:2189550844 --> @Mehrdadmji commented on GitHub (Jun 25, 2024): > I have the fix. 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. Hello, my code has a similar problem, my oled screen does not show anything, can you help me or share the fixed code with me bro?
Author
Owner

@asg02fever commented on GitHub (Jun 26, 2024):

hey man can u add me on discord keebasg i will send you the fixed code

Le mar. 25 juin 2024 à 19:33, mehrdad_mji @.***> a
écrit :

I have the fix. 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.

Hello, my code has a similar problem, my oled screen does not show
anything, can you help me or share the fixed code with me bro?


Reply to this email directly, view it on GitHub
https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706#issuecomment-2189550844,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BG4C2WFA7OHKSHXB5IXTW4TZJGSW7AVCNFSM6AAAAABHBJWFJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGU2TAOBUGQ
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:2192011990 --> @asg02fever commented on GitHub (Jun 26, 2024): hey man can u add me on discord keebasg i will send you the fixed code Le mar. 25 juin 2024 à 19:33, mehrdad_mji ***@***.***> a écrit : > I have the fix. 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. > > Hello, my code has a similar problem, my oled screen does not show > anything, can you help me or share the fixed code with me bro? > > — > Reply to this email directly, view it on GitHub > <https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706#issuecomment-2189550844>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BG4C2WFA7OHKSHXB5IXTW4TZJGSW7AVCNFSM6AAAAABHBJWFJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGU2TAOBUGQ> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@mannapijush1coretech commented on GitHub (Jul 10, 2024):

same problem even i place display example #define Display Example I2C outside of that if region problem is same!
even i flashed bin files in the section releases ! display example i2c problem stays same !
if u want to share code then it will be helpful

Mounting SPIFFS...OK
Loading settings...OK
Device names loaded from /names.json
SSIDs loaded from /ssids.json
Scan results saved in /scan.json
Serial interface enabled
Started AP
[WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: false
STARTED! \o/
2.6.1

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

wdt reset
load 0x4010f000, len 3584, room 16 
tail 0
chksum 0xb0
csum 0xb0
v2843a5ac
~ld
<!-- gh-comment-id:2220247733 --> @mannapijush1coretech commented on GitHub (Jul 10, 2024): same problem even i place display example #define Display Example I2C outside of that if region problem is same! even i flashed bin files in the section releases ! display example i2c problem stays same ! if u want to share code then it will be helpful ``` Mounting SPIFFS...OK Loading settings...OK Device names loaded from /names.json SSIDs loaded from /ssids.json Scan results saved in /scan.json Serial interface enabled Started AP [WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: false STARTED! \o/ 2.6.1 ets Jan 8 2013,rst cause:4, boot mode:(3,6) wdt reset load 0x4010f000, len 3584, room 16 tail 0 chksum 0xb0 csum 0xb0 v2843a5ac ~ld ```
Author
Owner

@asg02fever commented on GitHub (Jul 10, 2024):

add me on discord i will give you the code

Le mer. 10 juil. 2024 à 13:18, Pijush Manna @.***> a
écrit :

same problem even i place display example #define Display Example I2C
outside of that if region problem is same!
even i flashed bin files in the section releases ! display example i2c
problem stays same !
if u want to share code then it will be helpful

Mounting SPIFFS...OK
Loading settings...OK
Device names loaded from /names.json
SSIDs loaded from /ssids.json
Scan results saved in /scan.json
Serial interface enabled
Started AP
[WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: false
STARTED! \o/
2.6.1

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

wdt reset
load 0x4010f000, len 3584, room 16
tail 0
chksum 0xb0
csum 0xb0
v2843a5ac
~ld


Reply to this email directly, view it on GitHub
https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706#issuecomment-2220247733,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BG4C2WGNCL52SEOGLXNTWWTZLUJ67AVCNFSM6AAAAABHBJWFJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRQGI2DONZTGM
.
You are receiving this because you modified the open/close state.Message
ID: @.***>

<!-- gh-comment-id:2220261011 --> @asg02fever commented on GitHub (Jul 10, 2024): add me on discord i will give you the code Le mer. 10 juil. 2024 à 13:18, Pijush Manna ***@***.***> a écrit : > same problem even i place display example #define Display Example I2C > outside of that if region problem is same! > even i flashed bin files in the section releases ! display example i2c > problem stays same ! > if u want to share code then it will be helpful > > Mounting SPIFFS...OK > Loading settings...OK > Device names loaded from /names.json > SSIDs loaded from /ssids.json > Scan results saved in /scan.json > Serial interface enabled > Started AP > [WiFi] Path: '/web', Mode: 'AP', SSID: 'pwned', password: 'deauther', channel: '1', hidden: false, captive-portal: false > STARTED! \o/ > 2.6.1 > > ets Jan 8 2013,rst cause:4, boot mode:(3,6) > > wdt reset > load 0x4010f000, len 3584, room 16 > tail 0 > chksum 0xb0 > csum 0xb0 > v2843a5ac > ~ld > > — > Reply to this email directly, view it on GitHub > <https://github.com/SpacehuhnTech/esp8266_deauther/issues/1706#issuecomment-2220247733>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BG4C2WGNCL52SEOGLXNTWWTZLUJ67AVCNFSM6AAAAABHBJWFJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRQGI2DONZTGM> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#975
No description provided.