Hello,
I would like to know, if it is supported to upload the sketch or even monitor the microcontroller other than the USB, for example I have MKR GSM 1400 with MKR ethernet shield using the ethernet? or even using the GPRS interface itself?
zeroone:
Hello,
I would like to know, if it is supported to upload the sketch or even monitor the microcontroller other than the USB, for example I have MKR GSM 1400 with MKR ethernet shield using the ethernet? or even using the GPRS interface itself?
TomGeorge:
Hi
Why can't or don't you want to use the USB connection?
Thanks.. Tom..
i always use Siemens CPUs and i download/upload using the thernet interface, and also i'm looking for a solution that can be used to upload the sketch remotely, maybe the microcontroller exist in a location remotely and i want to modify some code without visiting the site.
or even use the GPRS connection to do it like Siemens Tele Service feature.
zeroone:
i always use Siemens CPUs and i download/upload using the thernet interface, and also i'm looking for a solution that can be used to upload the sketch remotely, maybe the microcontroller exist in a location remotely and i want to modify some code without visiting the site.
or even use the GPRS connection to do it like Siemens Tele Service feature.
ArduinoOTA library is enhanced WiFi101OTA library. it is an Arduino library, not production library. It has no local backup so if the update fails while overwriting the existing application, you must recover over USB.
for he GPRS there is no library, but the IntenalStorage class of the WiFi101OTA shows how to do it.