OK, thanks for the reply. The LEDs are clear now (not much use as a power led is already present and no RF), the OTA is not.
I am pretty sure this has nothing to do with my LAN: I see all ports of all devices on the LAN, I have no reason to believe this one port is different (I see port 80).
, I point in the thread where the solution starts, discussion above is present). One has to do with power, one has to do with the order of calling the Wifi initialisation in relation to the AduinoOTA.begin(). I am no specialist and a relative beginner in the Arduino field and do not feel like just random changes in code for trial and error. Would like some guidance here.
Code:
07:18:04.459 -> ets Jun 8 2016 00:22:57
07:18:04.459 ->
07:18:04.459 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
07:18:04.459 -> configsip: 0, SPIWP:0xee
07:18:04.459 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
07:18:04.459 -> mode:DIO, clock div:1
07:18:04.459 -> load:0x3fff0018,len:4
07:18:04.459 -> load:0x3fff001c,len:1216
07:18:04.459 -> ho 0 tail 12 room 4
07:18:04.495 -> load:0x40078000,len:10944
07:18:04.495 -> load:0x40080400,len:6388
07:18:04.495 -> entry 0x400806b4
07:18:04.774 -> WeatherDuino 4Pro
07:18:04.774 -> Air Quality Monitor III
07:18:04.774 -> Firmware: 6.1_b008
07:18:04.774 ->
07:18:05.767 -> Initializing the SDS011 sensor!
07:18:05.767 ->
07:18:05.847 -> AA,C0,6,0,A,0,3D,3A,87,AB
07:18:05.847 -> Calculate crc: 87
07:18:05.847 -> Response crc: 87
07:18:05.847 -> SDS011 correctly set to active report mode.
07:18:05.885 ->
07:18:06.875 -> AA,C0,9,0,16,0,3D,3A,96,AB
07:18:06.875 -> Calculate crc: 96
07:18:06.875 -> Response crc: 96
07:18:06.875 -> SDS011 correctly set to factory working period.
07:18:06.875 ->
07:18:06.875 ->
07:18:06.875 -> Connecting to HansR
07:18:07.100 -> ..........................
07:18:09.620 -> WiFi connected!
07:18:09.620 -> IP address: 192.168.178.221
07:18:09.620 -> MDNS responder setup correctly.
07:18:09.698 -> Get time OK.
07:18:09.698 -> UTC Time : 1633065487
07:18:09.698 -> Local Time: Friday, 01 October 2021 07:18:07
07:18:09.698 -> Reading Temp, Hum and Pressure
07:18:09.698 -> Temperature: 17.74
07:18:09.698 -> Humidity: 64.97
07:18:09.698 -> Amb. Pressure: 1015.53
07:18:09.698 -> SL Pressure: 1015.53
07:18:09.698 ->
07:18:09.698 ->
07:18:09.698 -> Waking up the dust sensor...
07:18:09.734 -> Reading will be done 40s later.
07:18:09.734 ->
07:18:49.715 -> Fan State: 1
07:18:49.715 -> Reading the dust sensor...
07:18:49.870 -> AA,C0,8,0,B,0,3D,3A,8A,AB,
07:18:49.870 -> Calculate crc: 8A
07:18:49.870 -> Response crc: 8A
07:18:49.870 ->
07:18:49.870 ->
07:18:49.870 ->
SDS011 readings:
07:18:49.870 -> PM2.5 : 0.68
07:18:49.870 -> PM10.0: 0.93
07:18:49.870 ->
07:20:17.686 -> Reading Temp, Hum and Pressure
07:20:17.686 -> Temperature: 17.74
07:20:17.686 -> Humidity: 64.97
07:20:17.686 -> Amb. Pressure: 1015.53
07:20:17.722 -> SL Pressure: 1015.53
07:20:17.722 ->
07:20:18.811 -> Connection fail!
07:22:25.715 -> Reading Temp, Hum and Pressure
07:22:25.715 -> Temperature: 17.74
07:22:25.715 -> Humidity: 64.99
07:22:25.715 -> Amb. Pressure: 1015.52
07:22:25.715 -> SL Pressure: 1015.52
07:22:25.715 ->
07:22:25.851 -> Connection fail!
07:24:33.694 -> Reading Temp, Hum and Pressure
07:24:33.694 -> Temperature: 17.73
07:24:33.694 -> Humidity: 65.00
07:24:33.694 -> Amb. Pressure: 1015.52
07:24:33.694 -> SL Pressure: 1015.52