-
Notifications
You must be signed in to change notification settings - Fork 13.3k
error: pll_cal exceeds 2ms!!! #2566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comes directly out of the SDK libphy.a, so I don't think it is an Arduino library issue. You might want to try and wipe the entire flash area, in case there is some residual settings left. Not knowing your environment I don't know how you want to do that though. Good luck. |
thanks for reply @middelink , I erase the module with this code |
It depends entirely on your code I would say. Did you try, say https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer/examples/HelloServer (and filled in the right constant around line 6/7? If you did and it doesn't connect, yeah, you likely zapped something. And for SoftAP testing, use something like https://github.com/esp8266/Arduino/tree/master/libraries/DNSServer/examples/CaptivePortalAdvanced/CaptivePortalAdvanced.ino. Try both, nothing works? > bricked... |
yes I did both of those example and I thinks its wifi bricked but its other function work well and can use for no wifi MCU chip |
Hi I had the same issue and I was able to resolve it by replacing the libphy.a file (as brought into attention by @middelink) in the SDK that comes with the arduino libraries for ESP8266. |
@middelink , @arsalanhassanawan , I change my usb-serial cable and its work fine now , this is so odd , is not ? |
Well, actually, if you take the power from USB as well, it might be that the other cable simply has too much voltage drop @300mA peak. If you have a good scope, you can verify. Or slap a big ass capacitor on your circuit :) |
Hi all. To get away "error: pll_cal exceeds 2ms!!!", just let esp8266 power pin got 3.3v power before ch_pd pin. The "error: pll_cal exceeds 2ms!!!" won't bother you anymore. Hahaha. |
@arsalanhassanawan: thank you!!!! After 2 day of headache you solution works!!!! |
now trying other version of the core |
All, the latest git is already on sdk 2.0.0, so it should be using the libphy referenced here. Please give that a try. @hongo2 please edit your post and add markup, the schematic isn't clear as it is. |
the divider didnt work at the end |
I see that you're supplying 5V to the Vin, and then also using a resistor
dividor connected on the 3.3V pin. Am I reading that right?
I'm not an expert on wiring the nodemcu, but if I am reading it right, I
don't think you're supposed to. Supplying 5V to Vin powers the on board
regulator, which in turn gives you the 3.3V on the pin. If so, adding the
resistor divider only loads the regulator output, which worsens the voltage
for the ESP itself. That can mess with the wifi radio.
Anyways, please report here the behavior with latest git to see if the
pll_cal error is gone.
…On Sep 16, 2017 5:13 PM, "hongo2" ***@***.***> wrote:
hi @devyte <https://github.com/devyte> check this out:
esp8266 nodemcu error: pll_cal exceeds 2ms!!! schematics solution
[image: esp8266 nodemcu error pll_cal exceeds 2ms schematics solution]
<https://user-images.githubusercontent.com/4730869/30515614-e4f280cc-9b01-11e7-80d2-8391c91d7292.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2566 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQC6Bs9d823So9UvsDgqEjsZQlZD2rWVks5sjCvggaJpZM4KLDfB>
.
|
@devyte now installed latest git version original branch, and seems to be working ok now without any hardware mods. keep you posted, thanks |
@hongo2 was this resolved with latest git? |
yes it was, but another error came up when connect more than 4 clients, i
get an error saying max_connection it does not happen with the release
On Oct 12, 2017 2:31 AM, "Develo" <[email protected]> wrote:
@hongo2 <https://github.com/hongo2> was this resolved with latest git?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2566 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEgv9YRCt9X_bZlvGXxSAZzwOdnQw56qks5sraQggaJpZM4KLDfB>
.
|
with the release i connected 8 clients with no problems when used as
hotspot, so i am compiling the clients with latest git and hotspot sever
with release
On Thu, Oct 12, 2017 at 9:11 AM, Ricardo Lerch <[email protected]>
wrote:
… yes it was, but another error came up when connect more than 4 clients, i
get an error saying max_connection it does not happen with the release
On Oct 12, 2017 2:31 AM, "Develo" ***@***.***> wrote:
@hongo2 <https://github.com/hongo2> was this resolved with latest git?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2566 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEgv9YRCt9X_bZlvGXxSAZzwOdnQw56qks5sraQggaJpZM4KLDfB>
.
|
thanks @devyte I am setting up AP like this..., struct softap_config config; WiFi.mode(WIFI_AP_STA); |
@hongo2 except for very specific cases, you should NOT be mixing SDK and Arduino calls. In this case, this:
is getting overriden by this: I think the original issue has been resolved, and we've strayed far beyond into code support, so I'm closing now. |
got it on esp32c6, no relation to arduino, but wifi/zigbee stopped working |
also got this on a new DFROBOT Firebeetle 2 esp32c6, there is not a lot of info for this message... |
@DanielTerletzkiy I got it on 2 other brand new esp32c6, the. The third one worked. When it gets this error it never recovers. Looks like something burned, I don't know. |
@lattice0 uff this is not nice... i discovered that software reset with abort or ESP.restart does not work, but using the hardware reset button instantly fixes this. I am thinking of attaching a cable to one of the gpios and the rst pin to reset the board like a hardware reset... I also created a dfrobot forum post here: https://www.dfrobot.com/forum/topic/334203 |
---------------------------- Remove above -----------------------------
Basic Infos
Hardware
Hardware: ESP-12F
Core Version: last update 2.2
Description
just after soldering the fresh ESP-12F on the board and upload the helloworld example of library , 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 regard to this link put the
wifi_set_sleep_type(NONE_SLEEP_T);
inside setup but no successis it possible the module had broken ?
Settings in IDE
Module: ?Generic ESP8266 Module?
Flash Size: ?2MB/1MB?
CPU Frequency: ?80Mhz?
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: ?OTA / SERIAL?
Reset Method: ?ck / nodemcu?
error: pll_cal exceeds 2ms!!!
The text was updated successfully, but these errors were encountered: