Please tell me how I can download third-party firmware in BIN format
to the ESP32-S3-Nano board, is there a program for this ?
If you enable Show verbose output during upload under file → preferences in the IDE you can exactly see which command(s) the IDE issues when you upload e.g. blink.
Next you can copy that to a command line and modify it to point to your BIN file.
I don't have an Arduino Nano ESP32 (or other ESP32 based boards) so can't give you further details or a step-by-step guide.
Yes, that's what I need! I really appreciate your help! Thanks!
I made a small program for simplified loading of BIN files into the board.
ESP32_S3_Nano_Flasher.zip (1,4 МБ)