ESP8266 Developer Zone The Official ESP8266 Forum 2016-09-30T20:55:26+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2114 2016-09-30T20:55:26+08:00 2016-09-30T20:55:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2114&p=10010#p10010 <![CDATA[Re: error: pll_cal exceeds 2ms!!!]]> just after soldering the fresh ESP-12F on the board and upload the helloworld example of esp8266/Arduino , its throw
error: pll_cal exceeds 2ms!!!
in every couple of second without any crash and exception, instead no connection lunched whereas serial print shows its work and gain the ip address , I've checked couple of lib example as well and also put the wifi_set_sleep_type(NONE_SLEEP_T); inside setup but no success
is it possible the module had broken ?

Statistics: Posted by mkeyno — Fri Sep 30, 2016 8:55 pm


]]>
2016-05-03T13:40:40+08:00 2016-05-03T13:40:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2114&p=6682#p6682 <![CDATA[Re: error: pll_cal exceeds 2ms!!!]]>

Code:

error: pll_cal exceeds 2ms!!!

This log means that operating RF during sleep mode, maybe you can disable the sleep mode and test it again.

Code:

wifi_set_sleep_type(NONE_SLEEP_T);

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue May 03, 2016 1:40 pm


]]>
2016-04-29T15:44:00+08:00 2016-04-29T15:44:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2114&p=6673#p6673 <![CDATA[error: pll_cal exceeds 2ms!!!]]>
I'm seeing this

Code:

error: pll_cal exceeds 2ms!!!
error: pll_cal exceeds 2ms!!!
lines in UART when I power the module.
What does this error mean?
I haven't seen anyone else writing about this error.

I'm using ESP-WROOM-02 and SDK VERSION:1.5.3(aec24ac9)
This seems to be unrelated to software, because it happens when my user_init is like:

Code:

void user_init(void) {
    uart_div_modify(0, UART_CLK_FREQ / 115200);
}

Statistics: Posted by mash — Fri Apr 29, 2016 3:44 pm


]]>