Homespan OTA with ESP32-C3

Seems like I am missing something:
Can someone provide a solution as to why I cannot upload via the netork port?
thanks in advance

Controller: ESP32-C3
Arduino IDE: 2.3.4
HomeSpan: 2.1.0
=====================================================
1. upload sketch:
1.1 void setup() {
  Serial.begin(115200);
  homeSpan.setWifiCredentials("SSID", "PASSWORD");
  homeSpan.setPairingCode("22221234");
  homeSpan.enableOTA();
  homeSpan.setSketchVersion("R1.01");
  homeSpan.begin(Category::Bridges, "Air Quality Monitor");

  new SpanAccessory(); // AccessoryInformation()                                          
  new DEV_Identify("Temp Sensor","HomeSpan","SHT41","Sensor Hub","1.0",3);
1.2
11:48:03.645 -> WiFi Connected!  IP Address = 192.168.1.228   (RSI=-56  BSSID=38:F8:F6:67:DF:E4)
11:48:03.645 -> 
11:48:03.645 -> Starting MDNS...
11:48:03.645 -> 
11:48:03.645 -> HostName:      HomeSpan-980C5B385AA1.local:80
11:48:03.645 -> Display Name:  Air Quality Monitor
11:48:03.645 -> Model Name:    HomeSpan-ESP32
11:48:03.645 -> Setup ID:      HSPN
11:48:03.645 -> 
11:48:03.690 -> Starting OTA Server:    Air Quality Monitor at 192.168.1.228
11:48:03.690 -> Authorization Password: Enabled
11:48:03.690 -> 
11:48:03.690 -> Starting HAP Server on port 80...
11:48:03.690 -> 
11:48:03.690 -> 
11:48:03.690 -> DEVICE NOT YET PAIRED -- PLEASE PAIR WITH HOMEKIT APP
1.3 result with network port:
C:\Users\BobS\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.7\tools\espota.exe" -r -i 192.168.1.228 -p 3232 "--auth=homespan-ota" -f "C:\Users\BobS\AppData\Local\arduino\sketches\37A1AD36165003C4E439B1D7A2C7A3C6/C3_Matter_Bridge.ino.bin"
Sending invitation to 192.168.1.228 
Authenticating...OK
13:06:47 [ERROR]: No response from device
Failed uploading: uploading error: exit status 1

1.4 result with USB Port
Homekit Successful

Please edit your post and add code tags to the code. And also to the error log.

hello, hope this is ok

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.