JAndrassy / ArduinoOTA

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

using the Nano IOT and OTA update when in AP mode, any issues? #97

Closed sdetweil closed 3 years ago

sdetweil commented 3 years ago

all of the examples show the arduino connecting to some other network. in our situation there is no guaranty of wifi nearby, so need to be the AP.. and connect from the central device to the AP.

there shouldn't be any difference once the wifi connection is completed, right? start a server, web maybe, send a form to request the 'file', have user navigate to the file on their connected device, and hit upload (form button)

update from file and then reboot and go back to non-AP mode, waiting for next central connect.