JAndrassy / ArduinoOTA

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

MKR 1010 what is wrong ? #48

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi,

Sorry to disturb, but after a few hours of searching I couldn't find an answer to my concern.

I uploaded the WiFi101_OTA sketch on my MKR 1010, and let the card connect to WiFi. And no port is showing, so I try :

So why my MKR 1010 won't show itself :( ?

Thanks you for your help :)

JAndrassy commented 3 years ago

what version of SAMD boards package do you use? does the WiFiWebServer example work? can you ping the board?

ghost commented 3 years ago

Hi,

Thanks you for your time, My SAMD package version is 1.8.9 And my WiFiNINA firmware onboard is 1.3.0 (not the latest, but I cannot install the 1.4.1 through the IDE uploader) Yes the WiFiWebServer example words and also the pings :

Capture d’écran, le 2020-11-15 à 20 17 34
JAndrassy commented 3 years ago

does ping work with WiFi101_OTA example uploaded?

ghost commented 3 years ago

oh right sorry, yes ping works with WiFi101_OTA example uploaded. So I double check the programmers.txt and correct a mistake in the IP adresse :( Now, the OTA Upload from IDE without 'network port work fine ! Of course still no network port showing in IDE, unlike with the ESP32, but the main goal is reached !