I want to compile my project on a PC exporting the compiled binary, move this .bin file to a distant Raspberry Pi on another LAN over VNC and finally upload that file to a Wemos D1 Mini that is connected over /dev/ttyUSB0.
Can someone put me on the right track for that last step?
I find tons of confusing ways to upload on an ESP32, many obsolete, many for ESP modules without USB.
What is the current way to do it from a .bin file over /dev/ttyUSB0 on a Raspberry Pi?
Thank you for your advice.
Regards