Search found 35 matches

by esp_liu
Thu Mar 26, 2020 11:02 am
Forum: ESP-IDF
Topic: Ble mesh sensor server model
Replies: 2
Views: 3141

Re: Ble mesh sensor server model

Hi,

Thanks for the feedback, and I will try to provide a sensor model example in the next few weeks.

Thanks.
by esp_liu
Mon Dec 09, 2019 7:39 am
Forum: ESP-IDF
Topic: Is ESP32 BLE mesh suitable for my project?
Replies: 4
Views: 7165

Re: Is ESP32 BLE mesh suitable for my project?

Hi Nils, Thanks for the question. 1) ESP-BLE-MESH supports Low Power feature. Currently when it enters the Low Power mode, only BLE Scan will be disabled temporarily. For lower power consumption, we need to combine the light sleep functionality, even the deep sleep functionality into our solution, t...
by esp_liu
Mon Jun 03, 2019 10:14 am
Forum: ESP-IDF 中文讨论版
Topic: BLE_MESH的一些问题
Replies: 22
Views: 48066

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 esp_liu
Mon Apr 08, 2019 3:01 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

Hi Espressif SDK Developer, I have checked last status of BLE MESH v0.5 Beta branch and found that there is no any further commit after 2 Nov, 2018 into that branch. So, Would you please let me know like can we use this branch as stable branch to continue development for BLE MESH related stuffs. Al...
by esp_liu
Mon Mar 04, 2019 9:27 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

Hi, Provisioning procedure failed because the provisioning OOB authentication method is not satisfied (If it is No OOB, BlueZ will terminate the provisioning procedure). So at least the device should use Static OOB for provisioning, and the modification is attached below: static uint8_t static_oob_...
by esp_liu
Fri Mar 01, 2019 2:22 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

In my example is the primary address 0x0006 to this I can send. The secundary element address is therefore 0x0007 to this I can not send. It works fine with the nrf mesh app but not with the provisoner example. I think the prosisioner example does not bind a key to the secundary elemet. The followi...
by esp_liu
Thu Feb 28, 2019 2:43 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

Thanks, the sensor model, I will first use for first attempts. I have one more question for example ble_mesh_provisioner: I have a node with 2 elements with the nrf mesh app gets the primary element the first address and the second element the following address. Everything works. When provisioning ...
by esp_liu
Wed Feb 27, 2019 1:27 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

Christoph wrote:
Tue Feb 26, 2019 1:31 pm
Thank you for your prompt reply. Is there a model what an array of int can send and receive?
The SIG-defined Sensor Model can send/receive some messages with an array of octets.
by esp_liu
Tue Feb 26, 2019 11:42 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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...
by esp_liu
Fri Feb 22, 2019 4:02 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 127637

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

I am having this exact same issue when trying to use the meshctl tool from bluez 5.50. I am trying to use an RPi as a provisioner to provision multiple ESP32 BLE nodes. I followed the guide from Bluetooth.com ( https://www.bluetooth.com/~/media/files/developer/tutorial-how%20to%20set%20up%20bluez_p...