-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 "incorrect password" #184
Comments
Do you have any 'not so usual' chars in your Wifi password? Harald. |
The password is the default one (PASS_xxxxxx where xxxxxx are the last 6 digits from the MAC address). This was confirmed on the serial monitor. The installer doesn't report anything wrong at all. I suspect the cause may be the Espressif framework version, as they are different in the installer (2.0.17) and VSCode (2.0.9). |
We definitely do use the 2.0.17 with success by default. As well in the installer as in all my manual builds.
where the lines with [ come from the ESP32 core debug level = verbose. Harald. |
Later development versions of DCC-EX stipulate the framework version in the VS Code platformio.ini file, thusly:
... which uses v2.0.16 of the Espressif core. Feel free to add this to the v5.0.7 version of platformio.ini to see it work. I also just changed this to 6.8.1 which is the spec for v2.0.17 of the Espressif core, and that too connected just fine.
Can you please show us the startup log for the ESP32 when you have v5.0.7 loaded with EX-Installer? Here is the startup from mine:
|
I've just tried again, with nothing changed, and everything works now. This is very strange, as I'm struggling with this in the last few days, with 3 different boards, 2 different computers. The only thing I can think now that could have caused this is the wi-fi network. Dcc-ex uses a fixed channel (channel 1) for the ESP32 and, maybe, this channel was somehow cluttered... but how does it worked with version 5.07 uploaded by VSCode? I can't see any reasonable explication. Can you leave this thread open for 2 or 3 more days, so I can make more tests? |
It is odd you exprienced this... the ESP32 wifi support has been stable a long time now (even prior to v5.0.x release), despite the ESP32 being in beta test. I have assumed you're just using the regular Espressif ESP32-WROOM Dev Kit? No problem at all leaving this open for you while you investigate further. Paul |
Version
0.0.20
Bug description
Using ESP32 Dev Kit the installation of Ex-CommandStation doesn't allow wifi authentication with message "incorrect password". On Android, the message is "Authentication problem". I've tried firmware versions 5.07, 5.09, 5.77 and 5.78. Also tried Ex-installer versions 0.0.19 and on 3 different computers.
When installing Ex-CommandStation from VSCode, from the sources (v 5.07) everything works perfectly.
Steps to reproduce the bug
All default installation. Select ESP32 Dev Kit and the "STANDARD_MOTOR_SHIELD". Every option on the default.
Expected behaviour
The installer completes with a "Success" message, but when we try to connect to the wifi, there is a "incorrect password" message.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: