Hi everyone,
I am thinking of flashing the bin file from the ethernet to the Arduino due to using ethernet is it possible for Arduino due if possible what library do I need to use and if any resource to understand the process or code?
Hi everyone,
I am thinking of flashing the bin file from the ethernet to the Arduino due to using ethernet is it possible for Arduino due if possible what library do I need to use and if any resource to understand the process or code?
read this thread
https://olddocs.zerynth.com/r2.3.2/official/board.zerynth.arduino_due/docs/index.html
and this.
note that this isn't an easy task, and includes many considerations of fallback code, blocking flash access, and many more pitfalls.
I wouldn't reccomend you to do it in a DUE board if it isn't %100 necessary, Instead you can use things like a esp32 which has tons more tried and tested methods like FreeRTOS and documentations for FOTA updates.
TQ of the Update
Is there any other board where i can update using Ethernet expect ESP32
if I expect esp32 u can just use the cpu itself hence I will assume you meant except.
There is some documentation and a library that I cam across for RPI pico W, Teensy 4.1 has some documentation on it, but of course it will require an external wifi or ethernet controller.
Sadly you won't find much info on it because as a hobbyist we don't really need sophisticated servers and fota systems, and the industry that uses fotas are private companies using it for profit, keeping their systems closed-source.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.