Page 7 of 7

rtc

Posted: Mon Oct 30, 2023 5:52 pm
by artan
does anyone have an example with pcf6853

Re: Installing and setting up of ESP32 toolchain

Posted: Tue Nov 07, 2023 9:07 pm
by jay_dee
Hi,
With heavy sigh I agreed to try an get the ESP toolchain on another machine.
I understand the ESP Toolchain Wiki has been updated and so I went step by step on the new desktop. Everything was as per the Wiki showed.

When setting the FC Global settings > Locations > ESP
what file/directory should this be looking for? There is no C:esp-idf as shown in the Wiki.

During set up the directory C:\esp-idf-tools was specified, this has been popoluated with all the usual files but in zipped format.
It like there is a step missing where the esp-idf unpacks and installs in the C:\ direcory?
What is the usual method of initiating this?

It looks like the ESP toolchain is still a tricky little git, ha! :)
Thanks guys. J.

Re: Installing and setting up of ESP32 toolchain

Posted: Wed Nov 08, 2023 8:14 am
by medelec35
Hello.
It looks like you missed a step.
The 5th image down in the Wiki Compiler toolchain ESP32
ESP32_Setup5.png
ESP32_Setup5.png (27.3 KiB) Viewed 11227 times
That is also the same path entered in Global Settings > Locations Tab

Edit: For anyone reading this, we now recommend to instal idf 5.1 as idf 4.3 causes compiling issues.

Re: Installing and setting up of ESP32 toolchain

Posted: Wed Nov 08, 2023 10:23 am
by jay_dee
Thanks Martin.
Sorry that was my cockup.
uninstalled, rebooted machine and followed the guide again. All worked as you showed in the install guide.
I have a flash program running on an ESP32.
Many thanks.
regards, John.

Re: Installing and setting up of ESP32 toolchain

Posted: Wed Nov 08, 2023 10:43 am
by medelec35
Hi John, You're welcome
it's easy done.
jay_dee wrote:
Wed Nov 08, 2023 10:23 am
uninstalled, rebooted machine and followed the guide again. All worked as you showed in the install guide.
I have a flash program running on an ESP32.
That's brilliant!
Thanks for letting us know.