Upload sketch to Mkr through wifi and not USB

Hi All,

I am wondering if there is a way to have your Arduino mkr 1010 board connected to USB for power but not your computer and still able to upload a sketch?

Here is a nice library that will allow you to do this:

Arduino has made some steps towards providing their own library with this functionality, but it's still in beta phase:

pert:
Here is a nice library that will allow you to do this:
GitHub - JAndrassy/ArduinoOTA: Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries

(thank you Per)

the library is in Library Manager. try the WiFi101 example, but first replace #include <WiFi101.h> with #include <WiFiNINA.h>