Search found 5 matches
- Tue Nov 19, 2019 8:51 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE MESH抓包工具?
- Replies: 2
- Views: 6479
Re: BLE MESH抓包工具?
没人回复吗?
- Mon Nov 18, 2019 9:25 am
- Forum: ESP-IDF
- Topic: ble mesh provisioner sample
- Replies: 4
- Views: 9717
Re: ble mesh provisioner sample
The 2nd problem is fixed now, by setting project config menu: CONFIG_BLE_MESH_GENERIC_LEVEL_CLI=y
For the 1st problem, I find a config item: CONFIG_BLE_MESH_SETTING, but it says that it currently only
supports storing BLE Mesh node configuration. Any plan for provisioner configuration?
BRs,
For the 1st problem, I find a config item: CONFIG_BLE_MESH_SETTING, but it says that it currently only
supports storing BLE Mesh node configuration. Any plan for provisioner configuration?
BRs,
- Mon Nov 18, 2019 3:52 am
- Forum: ESP-IDF
- Topic: ble mesh provisioner sample
- Replies: 4
- Views: 9717
ble mesh provisioner sample
Hi,
I'm developing a ble mesh gateway using esp32, based on example ble_mesh_provisioner.I can now
provision a ble mesh light, bought from market, and control its onoff. After that, I have some problems:
1, How to communite with node again after the provisioner is rebooted? I tried to save ...
I'm developing a ble mesh gateway using esp32, based on example ble_mesh_provisioner.I can now
provision a ble mesh light, bought from market, and control its onoff. After that, I have some problems:
1, How to communite with node again after the provisioner is rebooted? I tried to save ...
- Thu Nov 14, 2019 3:47 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE MESH抓包工具?
- Replies: 2
- Views: 6479
BLE MESH抓包工具?
Hi,
我手头有一个dongle,配合wireshark能抓到广播包,但是由于mesh的data是加密的,无法看到具体的消息,请问有什么工具和办法可以像zigbee一样查看ble mesh node之间的加密消息吗?
BRs,
我手头有一个dongle,配合wireshark能抓到广播包,但是由于mesh的data是加密的,无法看到具体的消息,请问有什么工具和办法可以像zigbee一样查看ble mesh node之间的加密消息吗?
BRs,
- Thu Nov 14, 2019 3:29 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: ble mesh provisioner disable 后无法控制 node
- Replies: 2
- Views: 17633
ble mesh provisioner disable 后无法控制 node
Hi,
我们正在做 ble mesh 的网关,基于 ble_mesh_provisioner,验证了一下能将设备匹配进来,并能控制设备。
疑惑:
当调用如下的api来disable provisioning后就无法再控制设备了 :
esp_ble_mesh_provisioner_prov_disable(ESP_BLE_MESH_PROV_ADV | ESP_BLE_MESH_PROV_GATT);
并报错如下:
E (1000430) BLE_MESH: bt_mesh_set_client_model_role, Provisioner is disabled
E ...
我们正在做 ble mesh 的网关,基于 ble_mesh_provisioner,验证了一下能将设备匹配进来,并能控制设备。
疑惑:
当调用如下的api来disable provisioning后就无法再控制设备了 :
esp_ble_mesh_provisioner_prov_disable(ESP_BLE_MESH_PROV_ADV | ESP_BLE_MESH_PROV_GATT);
并报错如下:
E (1000430) BLE_MESH: bt_mesh_set_client_model_role, Provisioner is disabled
E ...