Hi,
It looks like the PowerFeather board has no 32kHz quartz, thus uses the RC oscillator during deep sleep, am I correct?
As I need accurate timing, I consider adding a 32kHz quartz, and have a few questions:
- have you already tried that?
- is it as simple as plugging 2x 12pF capacitors and a 32kHz quartz on D5 and D6 pins? (I am comparing the schematics with the Arduino Nano ESP32 : https://docs.arduino.cc/resources/schematics/ABX00083-schematics.pdf and https://docs.powerfeather.dev/assets/files/esp32-s3-powerfeather-7620cc4fefa671436564aefb91d09158.pdf)
- is there any additional code to put in the application? (at least I believe that CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y should be added to sdkconfig)
- will the current consumption during deep sleep increase, and by how much? (I love the 16uA that I have so far!!)
Many thanks!