Hello friends
After compilation, the firmware file appears in the project folder.the bin that is loaded into the module
Is there a way to download this file without using the PlatformIO programmer?
For example, “flash download tool”
And how and from what address should I ship it? Do I need to split it into parts or do something else with it?
Yes Doc. every MCU have own utility…
If you execute the project task “Advanced → Verbose Upload”, you will see exactly what command PlatformIO uses to upload the firmware to the board. You can then use the same command.
That’s the point, the goal is to upload by third-party means so that other users don’t have to install PlatformIO to easily download the firmware.
How about WebUpdater ?
Simply upload your firmware.bin via webbrowser.