Making an ESP32 use an external 32KHz clock for the RTC
Posted: Fri Jan 24, 2025 3:41 am
This is my first post, so I don't know if this is in the right topic, but I hope it is. Here is a list of my setup
IDE: Arduino IDE 1.8.19
Hardware: XIAO ESP32C3
OS: Windows 11
Okay, So I am trying to use the external 32KHz clock on the XIAO board, but I cant seem to figure out how to do it in the Arduino IDE. I have heard about using ESP-IDF for this, but I was wondering if there was a way to instead compile the necessary files/cores (I'm not exactly sure what they are called) for the ESP32 to use and then replace the ones the Arduino IDE uses. I've heard of the file being called "menuconfig" but I'm not sure if that is right. I was hoping to use Arduino IDE for this because I have already written quite a bit of code in it and would like to not change my IDE. Thank you guys for being understanding if this is in the wrong Topic.
IDE: Arduino IDE 1.8.19
Hardware: XIAO ESP32C3
OS: Windows 11
Okay, So I am trying to use the external 32KHz clock on the XIAO board, but I cant seem to figure out how to do it in the Arduino IDE. I have heard about using ESP-IDF for this, but I was wondering if there was a way to instead compile the necessary files/cores (I'm not exactly sure what they are called) for the ESP32 to use and then replace the ones the Arduino IDE uses. I've heard of the file being called "menuconfig" but I'm not sure if that is right. I was hoping to use Arduino IDE for this because I have already written quite a bit of code in it and would like to not change my IDE. Thank you guys for being understanding if this is in the wrong Topic.