Search found 35 matches

by esp_liu
Thu Feb 21, 2019 3:57 am
Forum: General Discussion
Topic: BLE Mesh: Multiple elements on a single device
Replies: 2
Views: 3938

Re: BLE Mesh: Multiple elements on a single device

Hi All I have successfully used the bluetooth mesh node example to communicate from the nRf iOS provisioning app to my device. I'm able to provision the device, and set on/off states from the iOS app. In my device, I've the following elements : 0- read only element 1- read only element 2- get/set/s...
by esp_liu
Fri Feb 15, 2019 4:01 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123334

Re: ESP BLE Mesh v0.5 Beta has been released

Thanks the publish works in the cliend. But a server model which I already provided does not work. A second cliend model receives data. The message appears. BLE_MESH: generic_status: model internal_data is NULL A server model and not the cliend model must turn on the light or not? Do I have to func...
by esp_liu
Fri Feb 15, 2019 3:33 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123334

Re: ESP BLE Mesh v0.5 Beta has been released

Hi, @nvl1109 We will release a new BLE Mesh Version soon. It will include many new features, including `restoring the provision data of the node device`, `fast provisioning`, `wifi/ble_mesh coexistence`, etc... Stay tuned! That is a great news, thank you. Is there anyone tried with linux bluez 5.50...
by esp_liu
Wed Feb 13, 2019 4:16 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123334

Re: ESP BLE Mesh v0.5 Beta has been released

I use the code ble mesh node. What do I have to do to publish a switching information? The function gen_onoff_set_handler has many parameters. Is there perhaps an example of how to define the structures? 1. The get_onoff_set_handler contains 4 parameters: * model: which is the message related model...
by esp_liu
Thu Dec 27, 2018 11:45 am
Forum: ESP-IDF 中文讨论版
Topic: HI,关于蓝牙作为主设备时可以同时连接多少个从设备。
Replies: 4
Views: 9401

Re: HI,关于蓝牙作为主设备时可以同时连接多少个从设备。

Currently we support maximum 7 BLE connections simultaneously, and the number can be configured in the menuconfig.