32kHz oscillator on ESP-WROVER-KIT-VE not working

m.madela
Posts: 5
Joined: Tue Apr 27, 2021 7:27 am

32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby m.madela » Tue Apr 27, 2021 8:05 am

Hello,

the built-in 32kHz oscillator on WROVER-KIT-VE board is not working
I am getting

Code: Select all

W (2274) clk: 32 kHz XTAL not found, switching to internal 150 kHz oscillator
and later

Code: Select all

W (2587) BTDM_INIT: 32.768kHz XTAL not detected, fall back to main XTAL as Bluetooth sleep clock
light sleep mode will not be able to apply when bluetooth is enabled
the 32kHz crystal is working without any problem on the old variant of board (WROVER-KIT-VB)

I've ordered one more WROVER-KIT-VE to eliminate possibility of a broken part and the other one has also the same problem.

I've played also with some settings in menuconfig as found in other posts, but without success

Best regards

ESP_Minatel
Posts: 361
Joined: Mon Jan 04, 2021 2:06 pm

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby ESP_Minatel » Tue Apr 27, 2021 8:51 am

Hi,

Can you check the following resistors?
Screenshot from 2021-04-27 09-48-33.png
Screenshot from 2021-04-27 09-48-33.png (43.75 KiB) Viewed 8890 times
Are you setting "RTC clock source" with "External 32kHz crystal" from the menuconfig?

m.madela
Posts: 5
Joined: Tue Apr 27, 2021 7:27 am

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby m.madela » Tue Apr 27, 2021 11:41 am

Hello,

yes, the 0ohm resistors between crystal and module pins are present
yes. I've set external crystal in the menuconfig

ESP_Minatel
Posts: 361
Joined: Mon Jan 04, 2021 2:06 pm

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby ESP_Minatel » Tue Apr 27, 2021 12:29 pm

Hi,

No clue on this issue. Maybe you can try re-soldering the crystal.

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby Vader_Mester » Tue Apr 27, 2021 12:49 pm

m.madela wrote:
Tue Apr 27, 2021 11:41 am
Hello,

yes, the 0ohm resistors between crystal and module pins are present
yes. I've set external crystal in the menuconfig
You should also make a continuity check from the pins on the wrover module to the pads of the crystal. This will check if everything is soldered correctly and the 0ohm chip resistors are not cracked.

Code: Select all

task_t coffeeTask()
{
	while(atWork){
		if(!xStreamBufferIsEmpty(mug)){
			coffeeDrink(mug);
		} else {
			xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
			xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
		}
	}
	vTaskDelete(NULL);
}

m.madela
Posts: 5
Joined: Tue Apr 27, 2021 7:27 am

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby m.madela » Tue Apr 27, 2021 1:16 pm

I am sure the paths are correct, there is connection between both end of crystal and module pins

therealergo
Posts: 8
Joined: Wed Jun 30, 2021 6:16 pm

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby therealergo » Wed Jun 30, 2021 6:19 pm

Was there any solution found for this?

I also have a ESP-WROVER-KIT-V4.1 and I'm seeing the same behavior. No matter what clock settings I select, I see:

Code: Select all

W (551) clk: 32 kHz XTAL not found, switching to internal 150 kHz oscillator
I've tested continuity, and I can confirm that the 32.768kHz crystal does have continuity to the WROVER module's pins.

istokm
Posts: 27
Joined: Thu Jun 25, 2020 12:11 pm

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby istokm » Wed Jul 07, 2021 12:02 pm

"me too"

May be relevant: https://github.com/espressif/esp-idf/issues/6621
Altough I've tried commits all the way back to August of last year, and I can't get it to work. We've got a batch of 5 custom boards, on 3 the crystal works, on 2 the crystal doesn't. It also doesn't work on the ESP32-WROVER-KIT-v4.1, but works on all of the DFRobot ESP32 FireBeetle boards that I've got laying around (3 of them).
No amount of tweaking the calibration cycles (up to 10k) or bootstrap pulses (up to 100) can get the crystal to start (atleast to an osciloscope I've got here). The "Additional current" option also doesn't seem to be doing anything, although I can't even find any documentation for that.
Seems like a hardware issue at first, but I'm confused as a few boards from the same batch work and others, including the WROVER kit don't - with the same firmware.

Well.. those are my 2 cents

ESP_LJH
Posts: 384
Joined: Tue May 18, 2021 9:21 am

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby ESP_LJH » Wed Jul 07, 2021 12:47 pm

Could you try to add a parallel 10 M resistor across 32.768k crystal on ESP-WROVER-KIT-VE ?

therealergo
Posts: 8
Joined: Wed Jun 30, 2021 6:16 pm

Re: 32kHz oscillator on ESP-WROVER-KIT-VE not working

Postby therealergo » Sat Jul 10, 2021 2:55 am

I've tried adding a parallel 10MOhm resistor across the 32.768k crystal on the ESP-WROVER-KIT. I've attached a photo of the resistor, and confirmed that it is properly soldered in place. With it in place, the measured resistance across the crystal is now ~6MOhm. This did not fix the problem: I still see "W (686) BTDM_INIT: 32.768kHz XTAL not detected, fall back to main XTAL as Bluetooth sleep clock
light sleep mode will not be able to apply when bluetooth is enabled".


I also have the same problem on a batch of custom boards that use the ESP32-WROOM-32D. Sometimes I don't see the "BTDM_INIT: 32.768kHz XTAL not detected" message, but the 32.768k clock is unstable and causes the board to usually crash when entering light sleep. Other times, I see the "BTDM_INIT: 32.768kHz XTAL not detected" message and the board boots somewhat normally. This happens regardless of whether I add a parallel 10MOhm resistor.
IMG_3936.jpg
IMG_3936.jpg (231.92 KiB) Viewed 7738 times
Last edited by therealergo on Mon Jul 12, 2021 4:27 pm, edited 1 time in total.

Who is online

Users browsing this forum: No registered users and 65 guests