Search found 8 matches

by Christoph
Sun Mar 31, 2019 7:16 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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

I have programmed an application with an LPN. Measurements of the current have shown that the LPN works only in the light sleep. The current is 2.5mA. Why is the LPN not in the deep sleep that is a mistake in my application or is a deep sleep generally not possible?
by Christoph
Sun Mar 17, 2019 4:14 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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

Hello
I still have a question about the power consumption of a low power node. I use the ES32 NodeMCU board which consumes 33mA. This is far too high for battery operation. How can I further reduce the electricity? Are there any meaningful settings in the menuconfig?
by Christoph
Thu Feb 28, 2019 6:42 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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 followin...
by Christoph
Wed Feb 27, 2019 1:33 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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 w...
by Christoph
Tue Feb 26, 2019 1:31 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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

Thank you for your prompt reply. Is there a model what an array of int can send and receive?
by Christoph
Tue Feb 26, 2019 9:08 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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 would...
by Christoph
Wed Feb 13, 2019 7:20 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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 funct...
by Christoph
Fri Feb 08, 2019 11:25 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 122872

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?