ArduinoOTA icon indicating copy to clipboard operation
ArduinoOTA copied to clipboard

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries

Results 21 ArduinoOTA issues
Sort by recently updated
recently updated
newest added

I'm having problems performing the OTa on our Wifi enabled boards. It is using the WiFiEspAT stack and shows up as a port in the IDE. It seemingly downloads the...

`Property 'program.tool.' is undefined` `tools.arduinoOTA.cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA tools.arduinoOTA.program.params.verbose= tools.arduinoOTA.program.params.quiet= tools.arduinoOTA.program.pattern="{cmd}" -address {ip} -port 65280 -username arduino -password password -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b` `arduinoOTA104.name=Arduino OTA arduinoOTA104.program.tool = arduinoOTA arduinoOTA104.ip=192.168.1.236`

Hi! Is it possible to extend OTA support for Atmel SAM3X8E ARM Cortex-M3 ? The architecture is quite similar with already supported platforms and from the first look, it should...

help wanted

I'm uploading to a SAMD board (Automation Direct P1AM-100) using a very slight adeptation of [the example that pulls from a web address](https://github.com/jandrassy/ArduinoOTA/blob/master/examples/Advanced/OTASketchDownload/OTASketchDownload.ino). Smaller binary files work just fine. My...

Dear @JAndrassy , I am trying example from ArduinoOTA Library SD2Flash2BootAVRHex.ino for update program in Arduino Mega ADK, with Ethernet Shield. 1. Downloaded your myboard - ok 2. Files from...

The opta already runs on STM32H747XI, so i thought it would be compatible, but it seems it returns the ` undefined reference to 'InternalStorageClass'` error. Any possibility of adding opta...

Hello, I tried to use the OTA functionality in combination with an Atmega 1284P and the ethernet3.h library (https://github.com/sstaub/Ethernet3) but I always get the error: "ArduinoOTA' was not declared in...

Hello, If you use or similar, when you use eeprom.put function and after that you want to update software with ArduinoOTA, it will write memory, but the memory will be...

Hello first of all thank you for this library I currently use it on the 32F series , I would like to know if there is a possibility to support...

It appears the eraseFlash() function for SAMD51 is not correct. When trying to flash sketches to an Adafruit Grand Cental M4 Express board (through WifiEspAt) the data written to flash...