HI,
I search a rtc example using external cristal setup ?
Thank
Eric
ESP32 RTC with external crystal
-
- Posts: 9
- Joined: Mon Oct 18, 2021 7:03 pm
Re: ESP32 RTC with external crystal
Also looking at this. On S3, you have the XTAL_32k_P and XTAL_32k_N pins. I would imagine you need to set
ESP32_RTC_CLK_SRC_EXT_OSC=y
in the board/sdkconfig file.
CONFIG_ESP32_RTC_CLK_SRC docs:
https://docs.espressif.com/projects/esp ... tc-clk-src
ESP32_RTC_CLK_SRC_EXT_OSC=y
in the board/sdkconfig file.
CONFIG_ESP32_RTC_CLK_SRC docs:
https://docs.espressif.com/projects/esp ... tc-clk-src
Re: ESP32 RTC with external crystal
HI,
Thank but do you have a example for micropython for this ?
Eric
Thank but do you have a example for micropython for this ?
Eric