Page 1 of 1

Retrieve source code from esp32 thing

Posted: Tue May 28, 2019 1:22 am
by HPfighta
Can anyone pls help and give me instructions on how I can retrieve the source code already in my esp32 thing

Re: Retrieve source code from esp32 thing

Posted: Tue May 28, 2019 2:11 am
by ESP_Sprite
There's no viable chance of 'reading it back' from the ESP32 thing and getting the original sources. If you know what program is in it, and it's public, perhaps we know where the source is from, but that's about it.

Re: Retrieve source code from esp32 thing

Posted: Mon Nov 07, 2022 5:41 pm
by anas.espn
i am having esp32 wroom 32 chip can anyone tell me how can i programme esp32 chips using ftdi cable please show me the hardware connection to programme the esp32 chip using ftdi programmer?

Re: Retrieve source code from esp32 thing

Posted: Sat Feb 04, 2023 10:18 am
by ballantyne
I am not sure what language you are using. I found this question when I was also searching for this answer and this was the solution that I found before that solved that problem. I don't know what you would use for C code.

https://github.com/scientifichackers/ampy

This seemed to work for micropython.