Page 1 of 1

Arduino IDE, ESP-IDF, Make menuconfig

Posted: Mon Apr 10, 2023 5:53 pm
by Lancsrick
Hi everyone,

Hopefully I've got the right sub-forum for this, so here goes.

I'm taking my first steps into ESP32 from Arduino, and I'm failing in setting up my toolchain. What I'm trying to do...

- I want to be able to use some of the Arduino libraries to help with I2C peripherals
- I need to be able to edit the component config in order to enable the external XTAL 32khz clock input
- Must be Windows based.

The fact I'm failing to find this in Googling suggests I'm missing something obvious here, but any help will be hugely appreciated. Thanks.

Re: Arduino IDE, ESP-IDF, Make menuconfig

Posted: Tue Apr 11, 2023 2:16 am
by mikemoy
Try platformIO. Its the simplest way to get started for ESP32.

Re: Arduino IDE, ESP-IDF, Make menuconfig

Posted: Thu Apr 20, 2023 2:51 pm
by Lancsrick
Thank you, making some progress with PIO :).