Search found 9 matches

by NoBestJustBetter
Mon Aug 05, 2019 8:52 am
Forum: ESP-IDF 中文讨论版
Topic: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢
Replies: 6
Views: 9437

Re: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢

Wangcheng wrote:
Mon Aug 05, 2019 6:31 am
NoBestJustBetter wrote:
Sun Aug 04, 2019 8:00 am
请问有谁实现过ble_mesh_fast_prov_server和ble_mesh_fast_prov_client之间通过vendor model通讯吗
Hi ,
provisioner 和 node 两边都要设置, 你把两个 demo 的 sdkconfig 发一下,我需要查看一下你的配置项。
Hi,
附件
sdkconfig_client.tar.gz和sdkconfig_server.tar.gz是二者的sdkconfig
by NoBestJustBetter
Mon Aug 05, 2019 7:03 am
Forum: ESP-IDF 中文讨论版
Topic: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢
Replies: 6
Views: 9437

Re: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢

请问有谁实现过ble_mesh_fast_prov_server和ble_mesh_fast_prov_client之间通过vendor model通讯吗 Hi , ble_mesh_fast_prov_server 和 ble_mesh_fast_prov_client 设备配网之后,会使用到 vendor model 进行通讯,所以你需要先让 demo 正常工作。 请问你使用的是哪里的代码,把链接发我一下。 你好,我用的是github上面代码,这两个demo的链接如下: https://github.com/espressif/esp-idf/tree/master/examples/b...
by NoBestJustBetter
Mon Aug 05, 2019 2:09 am
Forum: ESP-IDF 中文讨论版
Topic: 请问ble_mesh_fast_prov_client在于server开始建立通讯时就提示Too short message for OpCode 0x00c702e5是怎么回事?
Replies: 0
Views: 2742

请问ble_mesh_fast_prov_client在于server开始建立通讯时就提示Too short message for OpCode 0x00c702e5是怎么回事?

请问ble_mesh_fast_prov_client在于ble_mesh_fast_prov_server开始建立通讯时就提示Too short message for OpCode 0x00c702e5 ble_mesh_fast_prov_client提示错误的那部分Log如下: W (141170) FAST_PROV_CLIENT: example_fast_prov_client_recv_tim : Receive fast prov server status timeout I (141180) FAST_PROV_CLIENT2_DEMO: ESP_BLE_MESH_MOD...
by NoBestJustBetter
Mon Aug 05, 2019 1:37 am
Forum: ESP-IDF 中文讨论版
Topic: 请问ble_mesh_fast_prov_client在初始化的时候看门狗一直重启是怎么一回事呢
Replies: 0
Views: 3096

请问ble_mesh_fast_prov_client在初始化的时候看门狗一直重启是怎么一回事呢

请问ble_mesh_fast_prov_client在初始化的时候看门狗一直重启是怎么一回事呢 I (570) FAST_PROV_CLIENT_DEMO: Initializing... I (580) BTDM_INIT: BT controller compile version [4d3bde7] I (590) system_api: Base MAC address is not set, read defau MAC address from BLK0 of EFUSE I (700) phy: phy_version: 4100, 2a5dd04, Jan 23 2019, ...
by NoBestJustBetter
Wed Jul 31, 2019 8:53 am
Forum: ESP-IDF 中文讨论版
Topic: 请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢
Replies: 6
Views: 9437

请问为什么ble_mesh_fast_prov_server设置了支持PB-GATT,但是ble_mesh_fast_prov_client在配网时还是提示其不支持PB-GATT呢

在ble_mesh_fast_prov_server的make menuconfig中选择了 [*] Provisioning support using GATT (PB-GATT) 但是在ble_mesh_fast_prov_client与ble_mesh_fast_prov_server烧写在两块Esp32上进行配网时,ble_mesh_fast_prov_client却提示 W (1243960) BLE_MESH: Provisioner timeout, giving up transaction I (1243960) FAST_PROV_CLIENT2_DEMO: ESP_BL...
by NoBestJustBetter
Wed Jul 31, 2019 8:24 am
Forum: ESP-IDF 中文讨论版
Topic: 为什么ble_mesh_fast_prov_server和ble_mesh_fast_prov_client运行之后没能连接上
Replies: 2
Views: 4221

为什么ble_mesh_fast_prov_server和ble_mesh_fast_prov_client运行之后没能连接上

ble_mesh_fast_prov_server和ble_mesh_fast_prov_client没有能够自动连接,二者的Log如下: ble_mesh_fast_prov_client的Log(删减掉了一些不相关部分) I (0) cpu_start: App cpu up. I (533) cpu_start: Pro cpu start user code I (552) spi_flash: detected chip: generic I (552) spi_flash: flash io: dio I (552) cpu_start: Starting scheduler on...