B4R Question SOLVED A way to flash a sketch without IDE in a ESP32 S3.

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody!
I have now a working sketch for ESP32 S3, I want to distribute binaries to my customer, not sources.
So how can I allow my customer to flash his devices? I have found no simple and practical solution to do this task. He will probably flash 10 or more devices at a time.
Does anybody have a solution?

Thank you very much!

Mauro
 

Cableguy

Expert
Licensed User
Longtime User
If you have no other choice than letting the client flash then, I guess all you can do is maybe create a B4J "intaller" script type of app so that the client can run it on a computer, plug the esp usb-c port and flash it
 
Upvote 0

hatzisn

Expert
Licensed User
Longtime User
Why not flashing the first time by adding also OTA update for the next times?
 
Upvote 0

tigrot

Well-Known Member
Licensed User
Longtime User
care to share your finding?
Hi Cableguy the name of the app is "ESP32_flash" in Play Store. I have not tried it, I have to learn something more about Esp32, like memory map, the need to include bootloader and whatever can help. Using Arduino Ide I can flash the device, but this is too much automatic. I'm looking for the protocol to load my app to esp32.
There is a online utility too. https://esptool.spacehuhn.com/
Have a nice week.
Mauro
 
Upvote 0
Top