Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wi-Fi Connection Issues on ESP32-WROOM-32D: "Incorrect Password" #10876

Closed Unanswered
pcdevs0 asked this question in Q&A
Discussion options

Hello everybody!

I am facing an issue with ESP32-WROOM-32D modules related to Wi-Fi connection. On some modules (not all), I receive the error "Incorrect password" when trying to connect Android devices to the network generated by the ESP32. The issue is intermittent and seems to be related to the firmware or memory.

Interestingly, after several attempts to reflash the ESP32, the password starts working normally again. This leads me to believe the problem might be related to the module's memory, although I always erase it before flashing new firmware.

Commands Used for Flashing:
I am using esptool.py for flashing, and the commands are as follows:

Memory Erase:

esptool.py erase_flash

Firmware Flashing:

esptool.py --chip esp32 --port "COM3" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

ESP32-WROOM-32D Module Specifications:

IDF Version: v4.0.1
AT Version: 2.1.0.0
Firmware P/N: ESP32U012

Has anyone faced a similar issue with the ESP32?
Is there any additional step I should consider during the flashing or configuration of the module?
Could this be a specific issue with the firmware version or AT commands?

Thank you in advance for any guidance or tips to help resolve this issue!

You must be logged in to vote

Replies: 1 comment

Comment options

Please ask AT questions here: https://github.com/espressif/esp-at

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /