WiFi not working
Moderators: grovkillen, Stuntteam, TD-er
-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
WiFi not working
I ve got a number of ESP8266 mini (produced by doit.am). I can flash the units, no problem. However the WiFi does not work at all. IF I can connect it times out. Windows claims it 'is using an old version of the security protocol'. Tried various ESPEasy firmware versions (latest used is mega 20201227, both 4M1M and 1M). All give the same problem: everything seems to be working (as far as I can tell) except WiFi. The board is OK: when I flash it with microPython it all works including WiFi.
Does anyone have any clues as to where this problem stems from? Any suggestions?
Photos of the board attached.
Does anyone have any clues as to where this problem stems from? Any suggestions?
Photos of the board attached.
- Attachments
-
- ESP2.png (996.25 KiB) Viewed 9160 times
-
- ESP1.png (959.47 KiB) Viewed 9160 times
Re: WiFi not working
Could you try a bin file with alt_wifi in the name? Maybe that works on your unit.
/Ton (PayPal.me)
-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
Re: WiFi not working
Thanks - tried that already, same problem...
Re: WiFi not working
Hmm never heard of Windows rejecting to connect to the AP of the ESP.
Can you try to connect to the ESP via (USB) serial?
For example using some terminal program like Putty with 115200 baud (default for other serial settings)
When connected, the ESP is likely to reboot (if the board uses one of those square USB to UART chips), and starts showing the logs.
In this mode, it also accepts commands via the serial port, so you can try to set the WiFi credentials manually.
Of course you have to replace your SSID and key of your AP.
N.B. You are not allowed to correct a typo, so make sure the echo'ed command is as expected.
After saving, the node will likely try to connect to WiFi, so you can see the result in the logs. (and the received IP from DHCP)
Can you try to connect to the ESP via (USB) serial?
For example using some terminal program like Putty with 115200 baud (default for other serial settings)
When connected, the ESP is likely to reboot (if the board uses one of those square USB to UART chips), and starts showing the logs.
In this mode, it also accepts commands via the serial port, so you can try to set the WiFi credentials manually.
Code: Select all
wifissid myssid
wifikey topsecretkey
save
N.B. You are not allowed to correct a typo, so make sure the echo'ed command is as expected.
After saving, the node will likely try to connect to WiFi, so you can see the result in the logs. (and the received IP from DHCP)
Re: WiFi not working
I had to throw away all my modules from doit.am looking exactly like yours. They have different schematics from other modules, I believe that the antenna is completely unmatched. How come they are being sold by a vendor with a name - I have no idea.
Mine flashed well too, but the packet loss was terrible.
As to the Windows complaining to the old encryption algorithm: this happens when the module starts AP in 802.11g mode which doesn't support WPA2 but WPA only.
Although it may look confusing, my Windows 10 does connect to this AP without any problem
Mine flashed well too, but the packet loss was terrible.
As to the Windows complaining to the old encryption algorithm: this happens when the module starts AP in 802.11g mode which doesn't support WPA2 but WPA only.
Although it may look confusing, my Windows 10 does connect to this AP without any problem
-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
Re: WiFi not working
Can you try to connect to the ESP via (USB) serial?
Tried all that and it all seems to work.
Set WiFi using serial commands and they show up nicely in "settings". Reboot and they are all gone again...
Tried all that and it all seems to work.
Set WiFi using serial commands and they show up nicely in "settings". Reboot and they are all gone again...
-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
Re: WiFi not working
I had to throw away all my modules from doit.am looking exactly like yours
I think you confirmed my suspicion... Incompatible board. I am just baffled they all work fine with microPython and was hoping someone got ESPEasy to work as well.
I guess I will use them for microPython stuff only and use 'proper' boards for ESPEasy...
I think you confirmed my suspicion... Incompatible board. I am just baffled they all work fine with microPython and was hoping someone got ESPEasy to work as well.
I guess I will use them for microPython stuff only and use 'proper' boards for ESPEasy...
Re: WiFi not working
Do you have a link to those boards?
Then I can get some to test why it doesn't work.
Or maybe can you send me one via the mail?
Then I can get some to test why it doesn't work.
Or maybe can you send me one via the mail?
Re: WiFi not working
You have clicked the Submit button at the bottom of the page, right?RonaldTheFox wrote: ↑16 Jan 2021, 08:01 Set WiFi using serial commands and they show up nicely in "settings". Reboot and they are all gone again...
/Ton (PayPal.me)
-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
Re: WiFi not working
Yes, pressed submit (of course).. 

-
- New user
- Posts: 7
- Joined: 15 Jan 2021, 17:24
- Contact:
Who is online
Users browsing this forum: No registered users and 14 guests