OTA
Has anyone tryed to upgrade your industruino by OTA using Ethernet Shield? A brief tutorial should be very interesting...
Hi Loic,
First of all, thanks a lot for the answer. Although I'm very interested in OTA, I'm not the best expert in Arduno IDE. I have a question (by now) with the procedure: What do you mean with the "Make sure to include ResetServer sketch elements in target sketch (otherwise you can't reset the MCU remotely for future firmware uploads)" sentece?
Sorry, I'm just a begginer, but very interested.
Hi Joaquín, please select "Industruino D21G" as your board in the boards menu. Then go to "File->Examples->EthernetReset" and open "ResetServer" example sketch. Merge all the code from this example sketch to your own target sketch (copy header elements to header, copy "reset.begin(macAddr, locIp, dnsIp, gwIp, netMask);" to Setup(), copy "reset.check();" to your loop().
--
Industruino
Sent by Industruino using Odoo
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
Asked: 2/6/18, 9:51 PM |
Seen: 3207 times |
Last updated: 3/2/18, 3:39 PM |
Hi Joaquín, please select "Industruino D21G" as your board in the boards menu. Then go to "File->Examples->EthernetReset" and open "ResetServer" example sketch. Merge all the code from this example sketch to your own target sketch (copy header elements to header, copy "reset.begin(macAddr, locIp, dnsIp, gwIp, netMask);" to Setup(), copy "reset.check();" to your loop().