SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning

Home Page:http://deauther.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keep rebooting in loop

asg02fever opened this issue Β· comments

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!

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

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.