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!
Search found 6 matches
- Thu Nov 10, 2022 8:01 am
- Forum: ESP-ADF
- Topic: How to set Wifi through ble on ESP32C2 based on V5.0 SDK ?
- Replies: 1
- Views: 2765
- Thu Nov 10, 2022 6:43 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决]使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
- Replies: 4
- Views: 2868
Re: 使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
问题已经解决了
原因如下:
模组使用的是26MHz晶振,但是menuconfig里面,默认晶振是40MHz.
解决办法
进入menuconfig->component config -> hardware setting->main XTAL config-> 26MHz
然后重新编译下载, 蓝牙就可以正常工作了。
原因如下:
模组使用的是26MHz晶振,但是menuconfig里面,默认晶振是40MHz.
解决办法
进入menuconfig->component config -> hardware setting->main XTAL config-> 26MHz
然后重新编译下载, 蓝牙就可以正常工作了。
- Wed Nov 09, 2022 10:15 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决]使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
- Replies: 4
- Views: 2868
Re: 使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
我使用的就是 release/v5.0 分支, 直接编译下载是不行的,搜索不到蓝牙。ESP_XuLZ wrote: ↑Wed Nov 09, 2022 1:28 am切换到 release/v5.0 分支下试试,我试着是可以配网的 https://github.com/espressif/esp-idf/tr ... ooth/blufi
blufi app 版本是 1.6.2 , 安卓手机, esp32c2 开发板
请问你有没有做一些其他的配置呢?
我今天用AT版本固件验证了, 蓝牙和WIFI的功能确实是能正常工作的。
- Wed Nov 09, 2022 1:06 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决]使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
- Replies: 4
- Views: 2868
Re: 使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
PS: 我尝试了STA设置SSID和PWD,直连, 结果尝试10次都是失败。
然后尝试用scan示例, 结果扫描出来, 结果是0个AP。
然后尝试用scan示例, 结果扫描出来, 结果是0个AP。
- Tue Nov 08, 2022 9:53 am
- Forum: ESP-ADF
- Topic: How to set Wifi through ble on ESP32C2 based on V5.0 SDK ?
- Replies: 1
- Views: 2765
How to set Wifi through ble on ESP32C2 based on V5.0 SDK ?
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...
- Tue Nov 08, 2022 9:41 am
- Forum: ESP-IDF 中文讨论版
- Topic: [已解决]使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
- Replies: 4
- Views: 2868
[已解决]使用V5.0版本SDK的blufi例程,为什么无法实现ESP32C2的蓝牙配网
使用ESP32C2 测试板, 下载blufi 示例程序, 日志提示都是使能成功初始化成功, 但是实际搜索不到蓝牙。
请问有人知道是怎么回事吗?
另外,使用ble里面的蓝牙兼容性测试示例,也是同样的情况,搜索不到蓝牙。
已经在两块同样的新的测试板上试过了,都是同样的情况。
请问有人知道是怎么回事吗?
另外,使用ble里面的蓝牙兼容性测试示例,也是同样的情况,搜索不到蓝牙。
已经在两块同样的新的测试板上试过了,都是同样的情况。