Page 1 of 1

ESP-WROOM-32 FLASH programming from a host processor

Posted: Fri Aug 24, 2018 7:41 am
by Lukas-SE
I’m searching for documentation/source code to program the ESP-WROOM-32 FLASH from an external host processor. The host processor runs C/C++ but is not able to run the python programming interface. We would like to program and update the ESP from our host.

Is the documentation somewhere available? And are there other projects/experiences where this is done before?

Re: ESP-WROOM-32 FLASH programming from a host processor

Posted: Mon Aug 27, 2018 3:25 am
by kolban
This is likely useful to you ...

https://github.com/espressif/esptool/wi ... l-Protocol

It shows the serial protocol that can used to drive an ESP32 to perform flash programming (amongst other things).