Hi,
I am connecting to this thread...I would like to add a 32.768 Khz crystal in order to have less RTC clock drift during deep sleep (I have measured almost 35 seconds in 2 hours time with standard internal RC 150 Khz source!). The hardware design guidelines at page 11 show the typical circuit below:
3 questions:
1) Can anybody tell me typical values for capacitors C22 and C23 ? Or at least how can I determine them ?
2) As it regards the R4 resistance it is stated to be between 5 MΩ < R4 ⩽ 10 MΩ, what is its typical value ?
3) There is also a note about equivalent ESR less than 70kΩ, shall I need to buy low ESR capacitors ? Or at least can anybody tell the equivalent impedance formula of the circuit ?
If the answer to 1) and 2) and 3) depends on selected crystal can you suggest the values for a 32.768Khz SMD crystal available on AliExpress such as NX3215SA , FC-145 , FC-255 ?
Last but not the least is it possible under Arduino Framework to change RTC clock source ? On ESP-IDF there seems to be the function select_rtc_slow_clk but I can't find any equivalent on Arduino.