Search found 73 matches

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

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

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 发一下,我需要查看一下你的配置项。
by Wangcheng
Mon Aug 05, 2019 6:15 am
Forum: ESP-IDF
Topic: BLE Mesh: Add group address to subscription list within same node (or element)
Replies: 2
Views: 11549

Re: BLE Mesh: Add group address to subscription list within same node (or element)

Hi All, I have 2 ESP32 development boards and they are implemented as a node (Node) and a provisioner/client (Provisioner) respectively. Node: Based on: EXAMPLE ble_mesh_node https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_ble_mesh/ble_mesh_node Provisioner: Similar to: EXAM...
by Wangcheng
Thu Aug 01, 2019 2:33 am
Forum: ESP-IDF 中文讨论版
Topic: 为什么ble_mesh_fast_prov_server和ble_mesh_fast_prov_client运行之后没能连接上
Replies: 2
Views: 4211

Re: 为什么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 o...
by Wangcheng
Wed Jul 31, 2019 2:38 am
Forum: ESP-IDF
Topic: ESP32 BLE Mesh Client Example - Node Address Problem
Replies: 7
Views: 9069

Re: ESP32 BLE Mesh Client Example - Node Address Problem

Hi, I am using the ble_mesh_client_model example from branch ble_mesh_release/esp-ble-mesh-v0.6.1 . My intention is to connect a generic onoff server, running on a nrf52 board, and a generic onoff client, running on an ESP32 LyraT board. I modified the example to perform a esp_ble_mesh_generic_clie...
by Wangcheng
Mon Jul 29, 2019 6:33 am
Forum: ESP-IDF 中文讨论版
Topic: 关于ble mesh的内部心跳机制
Replies: 2
Views: 5544

Re: 关于ble mesh的内部心跳机制

1.当前mesh心跳机制贵司是否已经实现?有demo么? 其他: 1.在我们使用vendor model发包的时候,底层时常打印出一些错误的log,这个是正常的吗? 2.通过nordic手机app组网,有时候快,有时候慢。有时候provsion会卡住 Hi chenluhui, 问题1 : 对于 mesh 心跳机制,我们目前还没有提供 demo ,具体的实现的方式是用 health model 实现的,你可以先操作相关 API 自己实现一下。 其它: 问题1 : 你可以将 log 发给我们看一下,错误的 log 一般都是有问题的。 问题2 : 使用 ios 的话,不会出现这个情况,安卓的是会...
by Wangcheng
Mon Jul 22, 2019 2:43 am
Forum: General Discussion
Topic: ESP-32 BLE-MESH-CONSOLE
Replies: 9
Views: 10895

Re: ESP-32 BLE-MESH-CONSOLE

Is there any command through which i can send message and receive message? i want to send a message using console? Like can i say set Nitesh on console?using help i found there is no such command is there any other way i can manually send msg which i want to send? Hi nitesh, 1. You can add commands...
by Wangcheng
Fri Jul 19, 2019 3:05 am
Forum: ESP-IDF
Topic: Hardcode BLE Mesh provisioning information
Replies: 3
Views: 3968

Re: Hardcode BLE Mesh provisioning information

Is it possible to hardcode the BLE Mesh provisioning information? In the Zeyphr BLE sample at https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/bluetooth/mesh_demo/src/main.c They have hardcoded the provisioning information. Is it possible to perform something similar with ESP-IDF? I...
by Wangcheng
Fri Jul 19, 2019 3:02 am
Forum: General Discussion
Topic: ESP-32 BLE-MESH-CONSOLE
Replies: 9
Views: 10895

Re: ESP-32 BLE-MESH-CONSOLE

I have been working on ESP-32 BLE MESH Console provisioner and Node example which are provided in the Examples folder. I would like to know anyone has setup provisioner through console commands which will be very helpful for my project. I have already gone through other sample examples and document...
by Wangcheng
Mon Jul 15, 2019 3:06 am
Forum: ESP-IDF
Topic: ESP32 BLE Mesh Client Example - Node Address Problem
Replies: 7
Views: 9069

Re: ESP32 BLE Mesh Client Example - Node Address Problem

Hi, I have tried to figure out where the event is fired, but neither of these callback functions are called after binding an app key to a model. esp_ble_mesh_register_prov_callback(esp_ble_mesh_prov_cb); esp_ble_mesh_register_custom_model_callback(esp_ble_mesh_model_cb); esp_ble_mesh_register_gener...
by Wangcheng
Mon Jul 15, 2019 3:01 am
Forum: ESP-IDF
Topic: Cannot set Generic Level Server with BLE Mesh
Replies: 1
Views: 3038

Re: Cannot set Generic Level Server with BLE Mesh

Hi, I am trying to set the level state on a generic level server and get the following error message: E (71794) BLE_MESH: bt_mesh_client_send_msg, Busy sending message to DST 0x0002 E (71794) BLE_MESH: gen_set_state, Failed to send Generic Set message (err -16) W (71794) BLE_MESH: Receive generic s...