Page 6 of 8

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

Posted: Wed Mar 06, 2019 10:35 pm
by SombraRPK
Wangcheng, thank you very much. I think this topic is all about ble mesh, my issue is more like just obtain the UUID of the board. I give you this link, is the topic I opened to try to solve this issue of mine. I'd be so glad if you could take a look.

https://www.esp32.com/viewtopic.php?f=2 ... id#p39284

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

Posted: Sun Mar 17, 2019 4:14 pm
by Christoph
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?

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

Posted: Wed Mar 20, 2019 12:34 pm
by WiFive
What is the plan for zephyr mesh vs nimble mesh going forward? Will both be supported? Is there still a plan to finish porting the full btdm zephyr stack as an alternative to bluedroid?

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

Posted: Fri Mar 22, 2019 9:36 am
by Ritesh
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.

Also, We have one request in which our client is looking for a commercial available BLE (5.0) Mesh GW on which he can do application development for BLE and other services to support his sensor devices.

So, Please suggest me to move further for that to meet our client's requirement and how it can be fulfilled. Also, Please suggest me from license terms as well like is there any conflict to use it.

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

Posted: Fri Mar 29, 2019 4:57 am
by n3uralmachin3
Hi,

I am new to ESP32 development, but very much interested in the BLE Mesh technology. I own a couple of ESP32-PICO-KIT V4 and wanted to know if they too are supported for running BLE mesh example code from here: https://github.com/espressif/esp-idf/tr ... -mesh-v0.5

Thanks for help in advance!!

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

Posted: Fri Mar 29, 2019 8:39 am
by Wangcheng
Hi,

The board (ESP32-PICO-KIT V4 ) is supported for running BLE mesh example code.

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

Posted: Sat Mar 30, 2019 5:55 pm
by n3uralmachin3
Thanks Wangcheng!!

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

Posted: Sun Mar 31, 2019 7:16 pm
by Christoph
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?

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

Posted: Mon Apr 08, 2019 2:27 am
by Wangcheng
WiFive wrote:
Wed Mar 20, 2019 12:34 pm
What is the plan for zephyr mesh vs nimble mesh going forward? Will both be supported? Is there still a plan to finish porting the full btdm zephyr stack as an alternative to bluedroid?
1. We only use the zephyr mesh now.We have done a series of improvements.
2. We have no relevant plans for the time being.

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

Posted: Mon Apr 08, 2019 2:46 am
by Wangcheng
Christoph wrote:
Sun Mar 17, 2019 4:14 pm
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?
we are working on it,will support ble mesh low power later.