Page 1 of 1

How to set Wifi through ble on ESP32C2 based on V5.0 SDK ?

Posted: Tue Nov 08, 2022 9:53 am
by jimmyv587
I'm developing a product with ESP32C2 module.
Downloaded the blufi demo and run it successfully.
But I cannot find the ble adv name at all.
Is there anybody know the solution?

I have tried to download the ble_compatibility_test demo in ble folder,
but cannot find the ble adv name neither.

Besides, I have tried them on 2 new devkits.

Re: How to set Wifi through ble on ESP32C2 based on V5.0 SDK ?

Posted: Thu Nov 10, 2022 8:01 am
by jimmyv587
The problem has been solved.
The reason is:
The module uses 26MHz XTAL, but the default config is 40MHz.
The solution is:
Enter menu config, component config->hardware setting -> main XTAL config, select 26MHz option.
Rebuild and download it. Done!