ESP32 BIN Uploader (Not IDE)

Hi,
Is there an easy way to upload a .BIN to an ESP32 without using the standard IDE?
Ideally an online tool?

Thanks

most OS will prevent a web browser to take control of a serial port on your PC as it would be a major security risk. You'd need at a minimum to install some extension on the machine and if you have to install something, then just install the IDE :slight_smile:

if local command line is OK and the IDE is installed, then you could use arduino CLI.

otherwise you could install python and esptool and use that (when you compile and upload with the IDE you can see the exact command that is issued to launch esptool)

OTA Update works fine.

OK, thanks

i believe the IDE use a python script, esptool.py to program esp32 type boards

you should be able to use that script outside the IDE

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.