Weil ich etwas lötfaul war, habe ich eine fertige Mini-Platine mit Devel-Board gekauft. Das Board sollte also schon korrekt geflasht sein.
Wenn ich das Develboard aber einstecke und per USB verbinde, wird leider kein WLAN Access Point aufgebaut.
Der Versuch das Board neu zu flashen bricht mit einer Fehlermeldung ab. Je nachdem ob das Develboard in der Platine steckt oder nicht bekomme ich eine andere Fehlermeldung (siehe unten).
Ich habe bisher nur sehr wenig mit ESPs gemacht und keinerlei Anhaltpunkt, wie ich nach der Ursache des Problems suchen soll.
Flashen des „nackten“ Boards:
Serial port COM10
Connecting…
A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.
For troubleshooting steps visit: Troubleshooting - ESP32 - — esptool.py latest documentation
*** [upload] Error 2
========================================================================================= [FAILED] Took 50.49 seconds =========================================================================================
Environment Status Duration
lolin_d32_pro_sdmmc_pe FAILED 00:00:50.495
==================================================================================== 1 failed, 0 succeeded in 00:00:50.495 ====================================================================================
- The terminal process „C:\Users\niehe.platformio\penv\Scripts\platformio.exe ‚run‘, ‚–target‘, ‚upload‘, ‚–target‘, ‚monitor‘, ‚–environment‘, ‚lolin_d32_pro_sdmmc_pe‘, ‚–upload-port‘, ‚COM10‘, ‚–monitor-port‘, ‚COM10‘“ terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.
Board steckt in der Platine:
A serial exception error occurred: ClearCommError failed (PermissionError(13, ‚Zugriff verweigert‘, None, 5))
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: Troubleshooting - ESP32 - — esptool.py latest documentation
*** [upload] Error 1
========================================================================================= [FAILED] Took 44.28 seconds =========================================================================================
Environment Status Duration
lolin_d32_pro_sdmmc_pe FAILED 00:00:44.284
==================================================================================== 1 failed, 0 succeeded in 00:00:44.284 ====================================================================================
- The terminal process „C:\Users\niehe.platformio\penv\Scripts\platformio.exe ‚run‘, ‚–target‘, ‚upload‘, ‚–target‘, ‚monitor‘, ‚–environment‘, ‚lolin_d32_pro_sdmmc_pe‘, ‚–upload-port‘, ‚COM10‘, ‚–monitor-port‘, ‚COM10‘“ terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.