Search found 12 matches
- Wed Apr 01, 2020 7:29 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE_MESH:多块ESP32开发板在不依赖手机APP的情况下可否自动组网?
- Replies: 7
- Views: 15332
Re: BLE_MESH:多块ESP32开发板在不依赖手机APP的情况下可否自动组网?
比如我手头有三块ESP32-DEVKITC开发板,里面都烧写ble_mesh_node的代码,在不使用手机app连接的情况下,他们可否组网? 如果可以,需要在demo代码里做哪些修改? 1 有三块ESP32-DEVKITC开发板,里面都烧写ble_mesh_node的代码,是不能自组网的,mesh 规范中规定的是由 provisioner 去配置 unprovision device入网。 2 你可以一个板子烧写ble_mesh_provisioner ,另外两个烧写ble_mesh_node的代码。这样3个板子就能组网了。 hi 您好 我现在就是用开发板这么操作的 请问如何让provosi...
- Sun Mar 29, 2020 4:22 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE_MESH:多块ESP32开发板在不依赖手机APP的情况下可否自动组网?
- Replies: 7
- Views: 15332
Re: BLE_MESH:多块ESP32开发板在不依赖手机APP的情况下可否自动组网?
比如我手头有三块ESP32-DEVKITC开发板,里面都烧写ble_mesh_node的代码,在不使用手机app连接的情况下,他们可否组网? 如果可以,需要在demo代码里做哪些修改? 1 有三块ESP32-DEVKITC开发板,里面都烧写ble_mesh_node的代码,是不能自组网的,mesh 规范中规定的是由 provisioner 去配置 unprovision device入网。 2 你可以一个板子烧写ble_mesh_provisioner ,另外两个烧写ble_mesh_node的代码。这样3个板子就能组网了。 hi 您好 我现在就是用开发板这么操作的 请问如何让provosi...
- Fri Mar 27, 2020 2:30 am
- Forum: ESP-IDF
- Topic: ESP BLE Mesh v0.5 Beta has been released
- Replies: 76
- Views: 139541
Re: ESP BLE Mesh v0.5 Beta has been released
Hi, 1. Which idf branch did you use? And if convenient, please provide the commit id. 2. Did you run with the Generic OnOff (Client/Server) models within the ble_mesh_node example? 3. If convenient, please provide a simple demonstration of your test and the test log. Thanks. 您好,我已经发现问题了,有个参数需要变化才可以...
- Fri Mar 27, 2020 1:37 am
- Forum: ESP-IDF 中文讨论版
- Topic: ble mesh vendor 发送消息突然出错
- Replies: 0
- Views: 3644
ble mesh vendor 发送消息突然出错
我之前修改了fastpro 发送自定义消息成功了 ,现在突然不行了 [0;32mI (4208212) ble_mesh_provisioner: min: 0x0000, max: 0x0000[0m [0;32mI (4208212) ble_mesh_provisioner: flags: 0x00, iv_index: 0x00000000[0m [0;32mI (4208212) ble_mesh_provisioner: net_idx: 0x0000, group_addr: 0x0000[0m [0;32mI (4208222) ble_mesh_provisioner: ac...
- Fri Mar 27, 2020 1:19 am
- Forum: ESP-IDF 中文讨论版
- Topic: ble mesh 通用控制无法及时响应
- Replies: 1
- Views: 4770
Re: ble mesh 通用控制无法及时响应
结帖 :
tid需要递增
set_state.onoff_set.tid = msg_tid++;
tid需要递增
set_state.onoff_set.tid = msg_tid++;
- Thu Mar 26, 2020 1:19 pm
- Forum: ESP-IDF
- Topic: ESP BLE Mesh v0.5 Beta has been released
- Replies: 76
- Views: 139541
Re: ESP BLE Mesh v0.5 Beta has been released
Thanks for the help to send and receive with the Generic OnOff server cliend model now works. But I still have some questions: where can i change the name of the ble device? Now all devices are called ESP-BLE-MESH Can I also send and receive a string with the Generic OnOff model or which model woul...
- Thu Mar 26, 2020 7:26 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: ble mesh provisioner disable 后无法控制 node
- Replies: 2
- Views: 16549
Re: 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 (1000440) ...
- Thu Mar 26, 2020 5:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLE_MESH的一些问题
- Replies: 22
- Views: 56135
Re: BLE_MESH的一些问题
1.通过手机APP来组网成功后,如果Node断电了,下次上电是否还要用手机APP重新组网? 2.手机APP在蓝牙mesh网络中,是否可以当做Node? 3.1号板子做provisioner,2,3,4号板子做Node。组网成功后,如果1号板子掉电了,重新上电后还能否加入到这个mesh网络中? 4.蓝牙mesh中,某个Node如果掉线了,要如何知道? Hi chenluhui, 问题1:如果Node断电了,下次上电是否还要用手机APP重新组网? 你可以通过配置menuconfig 的选项,可以保存配置信息,就不需要重新组网了。Component config--》Bluetooth Mesh ...
- Wed Mar 25, 2020 11:51 am
- Forum: ESP-IDF 中文讨论版
- Topic: ble mesh 通用控制无法及时响应
- Replies: 1
- Views: 4770
ble mesh 通用控制无法及时响应
04:30:19:600] ff01000055␍␊ [04:30:19:600] <0x1b>[0;32mI (30534) ble_mesh_provisioner: ESP_BLE_MESH_MODEL_OP_GEN_ONOFF_set onoff: 0x00<0x1b>[0m␍␊ [04:30:19:633] <0x1b>[0;32mI (30564) ble_mesh_provisioner: example_ble_mesh_generic_client_cb, error_code = 0x00, event = 0x01, addr: 0x0005, opcode: 0x820...
- Fri Mar 06, 2020 12:04 am
- Forum: IDEs for ESP-IDF
- Topic: 编译最新的sdk v4.0 老是报错,查看是stdatomic.h文件里报错
- Replies: 5
- Views: 13248
Re: 编译最新的sdk v4.0 老是报错,查看是stdatomic.h文件里报错
您好,我用的是linux环境下的,就是官网提供的最新编译链。