- Fri Jun 29, 2018 2:42 pm
#76733
Thanks for the response perhaps I didn't make it clear.
There is no serial usb connection after the initial install of the OTA bootloader. After restarting the IDE a new WiFi network connection is available ( see comm ports network) that has its endpoint as the device that just had the bootloader uploaded to it. Using this over the air (OTA) connection a new compiled version of code can be uploaded. The new code has the embedded stubs to switch between regular running or accept an upload of newly compiled code.
Helpful if the device is some distance away and inside a case ( no need to get up and open the case to upgrade the software).
After an upload the device will begin to execute the new code. Now if with the code uploaded and running a manual reset is made the code will hang. The code will work again if the device is unpowered and then repowered.
I'm asking is this just a feature or do I need to spend several hours looking into it.