Hello,
I have an application made in B4R for some cards that use an ESP32 and are intended to be mass-produced.
My Client wants to connect the card to the USB port and from an application (Possibly made in B4J) the ESP32 software is transferred to the card.
The first problem is where the ESP32 program is in B4R.
Second is how the program is transferred via serial port to the ESP32?
1) With the new version of b4r the .bin file is saved in the apropriate folder Arduino 2.x Software Selects. Search for it in Google.
2) I think this can be done through the Arduino CLI. Search for it in Google also.
It's all was for old B4R versions supporting only Arduino 1.x. For Arduino 2.x - see posts below. Merging 3 .bin files from B4R Object\bin folder into a single firmware file "merged-flash.bin": Flashing "merged-flash.bin" file into the board via COM-port and esptool.exe: Merging: esptool.py...