Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Jostikas
#1473 Hi all!

I'm wondering what the accuracy of the built-in LFC is? Could I rely on it for an accuracy of no more than 1 min/24 h drift (~0.05%)? Or should I add an external XO (As I understand, there's no option to just add a crystal for the LFC).
User avatar
By Bert
#1479 It might as well be a simple RC oscillator (as in other cheap MCUs), in which case a 5% accuracy would already be better than expected.
User avatar
By jonsmirl
#1480 I am aware of three schemes:
1) use the main crystal (20Mhz esp?) and divide to get 32Khz for RTC
2) use two crystals. In deep sleep 20Mhz is turned off. Running 32Khz uses far less power
3) An internal RC for a low power 32Khz clock. That RC is periodically tuned by comparing it to the 20Mhz crystal. So the 20Mhz crystal can be turned off. This mode is not very accurate and you have to turn the 20Mhz crystal on a lot to check.

Unknown which of these modes esp8266 is using.