You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 Dev Module
Core Installation version: Espressif 32 1.11.1
IDE name: Platform.io Core 4.1.0 Home 3.0.1
Upload Speed: OTA
Computer OS: Windows 10 64-Bit
Error indicates that WiFi connection is interrupted. I have a number of access points so tried using different ones, but the same behavior. Restarted my PC, Cleaned project, rebuilt. Tried a number of ESP32 modules just to be sure it wasn't specific module.
The text was updated successfully, but these errors were encountered:
Hardware:
Board: ESP32 Dev Module
Core Installation version: Espressif 32 1.11.1
IDE name: Platform.io Core 4.1.0 Home 3.0.1
Upload Speed: OTA
Computer OS: Windows 10 64-Bit
Issue
OTA Updates no longer work for me. I have been using OTA updates for months now and even for the most basic sample it no longer works. The update begins but is interrupted by connection failure on the WiFi.
https://github.com/espressif/arduino-esp32/blob/master/libraries/ArduinoOTA/examples/BasicOTA/BasicOTA.ino
Platform IO Terminal Output
19:51:19 [DEBUG]: Options: {'timeout': 10, 'esp_ip': '192.168.1.82', 'host_port': 46156, 'image': '.pio\build\esp32dev\firmware.bin', 'host_ip': '0.0.0.0', 'auth': '', 'esp_port': 3232, 'spiffs': False, 'debug': True, 'progress': True}
19:30:19 [INFO]: Starting on 0.0.0.0:46156
19:30:19 [INFO]: Upload size: 745824
Sending invitation to 192.168.1.82
19:30:19 [INFO]: Waiting for device...
19:30:29 [ERROR]: No response from device
*** [upload] Error 1
Serial Terminal on ESP32
2019/12/08 19:30:19: Start updating sketch
Progress: 0%
2019/12/08 19:30:38: [E][WiFiClient.cpp:258] connect(): socket error on fd 57, errno: 113, "Software caused connection abort"
Error[2]: Connect Failed
[E][Updater.cpp:264] end(): premature end: res:0, pos:0/745824
[E][ArduinoOTA.cpp:344] _runUpdate(): Update ERROR: Aborted
Error indicates that WiFi connection is interrupted. I have a number of access points so tried using different ones, but the same behavior. Restarted my PC, Cleaned project, rebuilt. Tried a number of ESP32 modules just to be sure it wasn't specific module.
The text was updated successfully, but these errors were encountered: