-->
Page 3 of 3

Re: ESP8266 Clock Out

PostPosted: Sun May 27, 2018 8:04 am
by martinayotte
The ESP is really 26MHz, so it is impossible to get this clock divided to 12MHz.

Re: ESP8266 Clock Out

PostPosted: Sun May 27, 2018 3:49 pm
by btidey
The 26MHz is the crystal frequency. Internally a pll generates a 160MHz clock which feeds the logic including the i2s circuitry.

This still doesn't allow you to get 12MHz accurately but I think one could get 12.3

Re: ESP8266 Clock Out

PostPosted: Sun May 27, 2018 4:17 pm
by rudy
The 26MHz oscillator could be changed.

Currently, the frequency of crystal oscillators supported include 40MHz, 26MHz and 24MHz. The accuracy of crystal oscillators applied should be ±10PPM

https://www.elecrow.com/download/ESP-12F.pdf

Re: ESP8266 Clock Out

PostPosted: Mon May 28, 2018 1:49 am
by npashine
Hi,

But how to get 12.3 using Arduino?....