Search found 36 matches

by chenluhui2019
Thu Jun 13, 2019 1:23 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

Hi chenluhui2019 , 问题1: 可以的 问题2: 我没有读懂你的意思, onoff server model 维护了灯的开关状态,onoff client model 通过给 onoff server model 发送消息去更改它所维护的状态。比如状态为开,设备的灯就打开。 问题3,4: Health Client Model ---- Health Server Mode,Health Server Mode 内部维护了一些状态(Current Fault ,Registered Fault, Health Period ,Attention Timer), Health ...
by chenluhui2019
Mon Jun 03, 2019 9:19 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

谢谢支持 static esp_err_t esp_ble_mesh_set_msg_common(esp_ble_mesh_client_common_param_t *common, esp_ble_mesh_generic_client_set_state_t *set, esp_ble_mesh_model_t *model, uint32_t opcode, uint8_t onoff) common->ctx.addr = remote_addr; 1.在贵司的client_model demo里,是否在发送单播消息的时候,只需要实时的修改如上函数的remote_addr值,就可...
by chenluhui2019
Mon May 27, 2019 7:49 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

谢谢支持 问题2:采用的是设备地址(单播地址)通讯的。 ==》意思是,ble_mesh_client_model和ble_mesh_node在设置了remote_addr值之后,就算两个node之间没有发布订阅关系也能用单播地址通讯? 问题5:provisioner 知道节点的地址,可以采用vender model的方式发送自定义消息. ==》我是否可以理解成:因为都是软件栈,手机APP里可以模拟成client,通过GATT代理(proxy)特性来向server(node)发送消息。 vendor model有分client和server吗? 问题6:多个provisioner共享网络中的消...
by chenluhui2019
Tue May 21, 2019 1:04 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

Hi chenluhui, 问题1:这个我也不是很清楚,你去和我们的商务沟通一下吧。 问题2:手机连接上的那个节点为主节点,手机发送和接收的消息都会经过主节点,可以把主节点理解为手机和 BLE MESH通讯的桥梁。 问题3:在 BLE MESH 中,可以通过vender model 定义自定义消息实现信息同步。ble_mesh_fast_provision/ble_mesh_fast_prov_server 中有提供。 app key 和 net key 比较特殊,app key 和net key通过config server model 和 config client model可以实现同...
by chenluhui2019
Wed May 15, 2019 1:57 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 86028

Re: ESP BLE Mesh v0.6 Released, SIG Certified

ESP_Island wrote:
Tue May 14, 2019 3:32 pm
chenluhui2019 wrote:
Mon May 13, 2019 7:46 am
Hi,Espressif
When will the ble mesh official version be release ?

Hi, Luhui

ESP BLE Mesh is expected to be merged in IDF 4.0.
Hi.espressif
IDF 4.0 will be released in this year(2019) or next year(2020)?
by chenluhui2019
Mon May 13, 2019 7:46 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 86028

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi,Espressif
When will the ble mesh official version be release ?
by chenluhui2019
Mon May 13, 2019 1:11 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

Hi chenluhui, 我根据你问题的编号解答: 1. 请问你为什么需要 APK 的源码呢?我们暂时是不开源的。 2. App -> 主 Node(代理节点) -> 从 Node。现在的 App 就是这样设计的,主 Node(代理节点)会和 App 建立连接,所有的数据都会经过主 Node。 3. 一个网络中可以有多个 provisioner,但是两个 provisioner 的信息要同步。信息包含如下: NetKey,AppKey,地址... 4. 那个选项在 V0.6 版本中含有,用于保存一些配置信息。 5. 我们后面会提供清除配置项的 API 。现在你可以在命令行执行 `make ...
by chenluhui2019
Tue May 07, 2019 6:05 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 86028

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi,espressif Thanks for provide new version,but I have some questions about it. (1)examples\bluetooth\ble_mesh\ble_mesh_fast_provision folder,there are two demo ble_mesh_fast_prov_client and ble_mesh_fast_prov_server,I burn in my ESP32-Devkit board.borad1 is ble_mesh_fast_prov_client,board2 is ble_...
by chenluhui2019
Tue May 07, 2019 2:41 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 86028

Re: ESP BLE Mesh v0.6 Released, SIG Certified

We are glad to announce that ESP BLE Mesh (v0.6) , certified by SIG, has been released. Since the release of the first beta version of ESP BLE MESH (v0.5), we have received many helpful feedbacks and suggestions, and building on these valuable inputs, we updated our SDK into ESP BLE Mesh (v0.6). Sp...
by chenluhui2019
Mon Apr 29, 2019 11:00 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 47961

Re: BLE_MESH的一些问题

Hi chenluhui, 问题1:如果Node断电了,下次上电是否还要用手机APP重新组网? 你可以通过配置menuconfig 的选项,可以保存配置信息,就不需要重新组网了。Component config--》Bluetooth Mesh support--》Store Bluetooth Mesh key and configuration persistently 问题2:手机APP可以和Node进行通讯,但它的角色为 provisioner。 问题3:1号板子重新上电后,如何net key,和app key没有变化,则可以直接访问这个网络,但是mesh网络中node的地址,如果不...