Page 4 of 6
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 2:03 pm
by felixegger
The reported error code was : 0x1 It could not been seen clearly on my previous picture
Also on a secound identical device I got the same result
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 2:38 pm
by felixegger
Error
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 3:39 pm
by LeighM
Could you attach your project (*.fcfx) file and the message file that is created (*.msg.txt)
Use the "Add files" button in the Attachments tab below the Save/Preview/Submit buttons
Thanks
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 5:38 pm
by felixegger
this is my fcfx file
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 6:12 pm
by felixegger
my files
I hope this helps
Thanks
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 6:33 pm
by LeighM
Toolchain and compilation is ok.
Just not programming the device.
You now need to set the programming com port in the project settings dialogue screen.
Re: ESP 32 Toolchain problem
Posted: Mon Mar 15, 2021 6:47 pm
by p.erasmus
Hi,
Edit: Sorry Leigh only saw you posted while I was posting
First staring with a new tool chain always compile to hex to test your tools ,then try to compile to target (programming)
I am no ESP expert but to me it looks as you did not select the correct COM port on your PC /unless there is a issue with the WROOM programming parameters this Leigh will better know than us.
Your error code show this

- P8.jpg (30.34 KiB) Viewed 7974 times
Did you select your comport in the Project Properties ?

- P6.jpg (55.8 KiB) Viewed 7974 times
Re: ESP 32 Toolchain problem
Posted: Tue Mar 16, 2021 12:51 pm
by felixegger
Thanks a lot
In your last picture you showed me to choose Com5 (Bluetooth), but this choice is not given to me only Com4, although I can see the ESP32 as an activ Bluetooth device on my Laptop.
Rgrds Felix
Re: ESP 32 Toolchain problem
Posted: Tue Mar 16, 2021 2:04 pm
by p.erasmus
HI
You cannot select the number I show you ,it shows the place where to select your serial to USB converter number
YOU HAVE TO ENTER YOUR USB CONVERTER NUMBER !!(YOUR BOARD )
Have you installed the serial drivers for your board ?? if not what serial to USB chip is on your board is it a CH340?
I can see the ESP32 as an activ Bluetooth device on my Laptop.
this is not your board I am sure it must show as COM only
Look in Geräte Manager for your board when it is plugged in and enter this number in FC
This is how my LOLIN32 board looks like now look for your board

- 1.jpg (32.22 KiB) Viewed 7956 times

Re: ESP 32 Toolchain problem
Posted: Tue Mar 16, 2021 4:26 pm
by felixegger
This information is shown when I connect my ESP32 WROOM32 to the laptop. I need more time to answer your other questions.
Thanks