ESP 32 Toolchain problem

For general Flowcode discussion that does not belong in the other sections.
User avatar
p.erasmus
Posts: 434
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: ESP 32 Toolchain problem

Post by p.erasmus »

Felix.

Genau that could be the one I do not know the WROOM board you should select it in the Flowcode Properties and try ,if it does not work as your board supplier why this thing is not working .
To test if it is the correct port for the board just unplug it and see if the port number is removed from the list and plug the board in again then it should show again in the list :D
Regards Peter - QME Electronics

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Thank you again
Yes, I plugged and unplugged my ESP32 WROOM32 and so the information I pointed to in my last image appeared and disappeared. I also activated the correct device. I could program my device without any problems from the Arduino IDE. But the Flowcode Plattform seems to be much more comfortable and I consider to buy it. If you don't mind, please ask one of your teammembers to do the test on a ESP32 WROOM32, because this type is very popular. Look how many views our dialogue has and how may users are desperately hoping for an answer.
Thank you for further help
Felix

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 75 times
Been thanked: 220 times

Re: ESP 32 Toolchain problem

Post by LeighM »

So you have set COM4 in the settings?
You might need to press a "program" button on the ESP board?

Could you please attach your project msg.txt file that is created by Flowcode when you have tried to program to device.

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Yes, I have chosen the COM4 Port in the settings.
Yes, I have pressed the 2 Buttons in all possible sequences and combinations before sending the program to the device.
Unfortunately I still got the message : Programmng failed
Here is my msg.txt file
Thanks
Attachments
msg.png
msg.png (160.31 KiB) Viewed 4559 times

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 75 times
Been thanked: 220 times

Re: ESP 32 Toolchain problem

Post by LeighM »

Hi,
Could you please attach the actual Flowcode3.msg.txt file?

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Compiler message
Attachments
failed.png
failed.png (71.29 KiB) Viewed 4556 times

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 75 times
Been thanked: 220 times

Re: ESP 32 Toolchain problem

Post by LeighM »

Hi,
The images do not give us enough information, please attach the Flowcode3.msg.txt file ...


add_files.jpg
add_files.jpg (16.15 KiB) Viewed 4553 times

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Sorry, here comes my newest msg.txt file
Attachments
Flowcode6.msg.txt
(10.18 KiB) Downloaded 162 times

dvcam99
Posts: 89
Joined: Fri Dec 04, 2020 11:03 am
Has thanked: 6 times
Been thanked: 12 times

Re: ESP 32 Toolchain problem

Post by dvcam99 »

Hello Felix

first I would suggest to just compile your programm just as a HEX file.

If this compiles OK the main part of the toolchain seems to be OK. If not different story.

Secod step compile and prog/flas your ESP32 device.

With my ESP32 WROOM device wich I bought from AZ Delivery there is no need to push any button in order to prog/flash.

It will be progged always direct from the FC9 surface.

In case that progging is a problem check your device manager that the ESP32 is available under COM ports.

Pls. see the following example:
ESP32_com_port.png
ESP32_com_port.png (161.13 KiB) Viewed 4547 times
In my WIN10 case it is installed under COM3 as Silicon Labs

BR

Dirk
Happy FC9, FC-8 and FC-6 professional user ;)

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 75 times
Been thanked: 220 times

Re: ESP 32 Toolchain problem

Post by LeighM »

Yes, just to confirm, the programming COM PORT is not set properly in the Project Settings.
You need to explicitly select it from the drop list and then click Modify button.

Post Reply