mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 08:15:51 +03:00
[GH-ISSUE #1285] Can't connect to pwned (ssid) #635
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#635
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 @rexsllemel on GitHub (Jul 28, 2020).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1285
Describe the error
A clear and concise description of what the problem is.
I downloaded/cloned the deauther, extract it and on the folder esp8266_deauther-2 I navigate to esp8266_deauther and use the esp8266_deauther.ino (arduino). I compiled/check it first and there seems to be no error ( I already installed the prerequisites on the board manager). The flashing is successful. I can see the ssid (pwned) but did not connect to it yet, I restart the NodeMCU after a while and then trying to connect with the password of deauther but it says "incorrect password" so I decided to reflash again and again.
What do you think causes it?
Maybe because this is a cheap NodeMCU V3? a cloned one.
Error/Compile/Output Log
This is what showing on serial monitor (NOT HELPFUL ENOUGH only showing a square box looping together with the flashing blue light 3 times)
⸮
ȌΌ⸮⸮⸮⸮!⸮J⸮⸮JH⸮@⸮ǝ⸮⸮⸮⸮
(sample only because I can't paste more of them)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Connect to pwned(ssid) normally/successfully and use the web interface.
Screenshots
Environment (please complete the following information):
Attempts
What have you already tried and didn't work out.
Changing the default password. (not working)
Changing the default ssid from "pwned" to "Amazing". (not working)
Removing the password to make it open. (not working)
Additional context
Provide as much information as possible, better too much than too little!
I removed the password and connect my iphone 5s and it say's "unable to connect" so I decided to input static ip address 192.168.4.25 255.255.255.0 192.168.4.1 but still unable to connect so I restarted the nodemcu, turn off the wifi and turn it on again and now it connect but it disconnect automatically for only 1 second.
So I am guessing here that the nodemcu keep restarting every 2 seconds? some internal error? as you can see the screenshot it loops like that and the blue light flashing 3 times again and again. They way the blue light flashes, the log on serial monitor filled with text (square box) 3 TIMES.
I hope anyone could help me.
If you don't use this template, your issue might be closed and tagged invalid!
I do because this is rare issue. Thank you!
@welcome[bot] commented on GitHub (Jul 28, 2020):
Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍️ Provide enough information to understand, recreate and help out with your problem
4. ℹ️ Let us know if you find a solution and please share it with us
5. 📕 Close the issue when your problem has been solved
@rexsllemel commented on GitHub (Jul 28, 2020):
Update:
On nodeMCU firmware programmer works fine.
@Z35hLy48k commented on GitHub (Aug 26, 2020):
@rexsllemel You have to change the baudrate (speed at which data is sent) of the Serial communication,
In the screenshot you have given, at the bottom-right of the window you can see 9600 baud
change it to 115200 baud and you should have readable output
@rexsllemel commented on GitHub (Sep 3, 2020):
thanks! now I understand some things
@Driv28 commented on GitHub (Sep 17, 2020):
Do you have a solution? Same problem here
@Z35hLy48k commented on GitHub (Sep 24, 2020):
@Driv28 Try commenting one of the save methods at the end of the .ino file and reupload
I remember one of them was causing this same error but I cannot remember which one it was.
@sedaf5 commented on GitHub (Sep 26, 2020):
I also have this problems like @Driv28 so can @spacehuhn can you fix this ?
@mnemocron commented on GitHub (Nov 14, 2020):
Same issue here on nodemcu 0.9
Arduino 1.8.12
As mentioned by @a5tabout
commenting the lines
worked
@stale[bot] commented on GitHub (Feb 12, 2021):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.