Hi everyone,
Im trying to use a esp32 as a firmware update tool for othet microcontrollers. The way I want it to work is like this.
I want to use the AruindoOTA library to reach out to my esp, this may not be the best way to reach out to the esp, then I want to connect the esp via can to a microcontroller to flash the new firmware onto that microcontroller.
Is there anyone that has experience with this topic?