JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
435 stars 89 forks source link

RP2040 connect with Arduino-pico core hangs #184

Closed AcThPaU closed 1 year ago

AcThPaU commented 1 year ago

OTA does not work on RP2040 Connect with Arduino-pico core. The ArduinoOTA lib was porpely used and the OTA came from the Arduino-pico core was deleted.

The MCU hangs when calling WiFi.localIP(), otherwise WiFiNINA.h works fine, even NTP client works.

Tested on WIFININA firmware 1.4.8 and 1.5.0

vshymanskyy commented 1 year ago

I can confirm the issue with WiFiNINA localIP(), but this has nothing to do with ArduinoOTA library. There's an issue in Arduino-pico core probably.

vshymanskyy commented 1 year ago

https://github.com/earlephilhower/arduino-pico/issues/973 ?

AcThPaU commented 1 year ago

my A4 and A5 are used as I2C, it still hangs

vshymanskyy commented 1 year ago

Yeagh, same issue here. However I think it needs to be reported Arduino-pico core, and this issue is not related to ArduinoOTA