Search found 35 matches

by esp_liu
Wed Oct 21, 2020 5:13 am
Forum: ESP-IDF 中文讨论版
Topic: 配置ble mesh保存节点信息时初始化partition失败
Replies: 1
Views: 2668

Re: 配置ble mesh保存节点信息时初始化partition失败

I (29) boot: ESP-IDF v4.3-dev-1523-gd9ecc46-dirty 2nd stage bootloader I (29) boot: compile time 17:38:27 I (30) boot: chip revision: 1 I (34) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (41) boot.esp32: SPI Speed : 40MHz I (45) boot.esp32: SPI Mode : DIO I (50) boot.esp32: SPI ...
by esp_liu
Wed Sep 23, 2020 9:14 am
Forum: ESP-IDF
Topic: BLE and BLE Mesh coexistence?
Replies: 6
Views: 6526

Re: BLE and BLE Mesh coexistence?

Thanks for the replies. So, if I understand the replies correctly, then it's not possible without serious modifications to the underlying stack, since the two frameworks essentially 'steal' one anothers events? Thanks, bluefan For BLE scan, currently yes. Because when mesh is enabled, the other sca...
by esp_liu
Wed Sep 23, 2020 2:49 am
Forum: ESP-IDF
Topic: BLE and BLE Mesh coexistence?
Replies: 6
Views: 6526

Re: BLE and BLE Mesh coexistence?

Dear forum, I am trying to program a device that will be both a standard BLE client (scan devices, connect to them, read/write GATT attributes, disconnect) as well as a BLE Mesh node/relay that can control other devices in the network. I'm still studying the BLE Mesh architecture, it's a pretty ste...
by esp_liu
Mon Aug 10, 2020 7:44 am
Forum: ESP-IDF
Topic: "BLE MESH" How to set client->internal_data
Replies: 1
Views: 2640

Re: "BLE MESH" How to set client->internal_data

Hi, I want to send generic onoff message after provisioning a Node and use example ble_mesh_console/ble_mesh_node. But bt_mesh_generic_client_set_state show Generic Client user data is NULL, I think client->internal_data is NULL. I don't see any init for internal_data of gen_onoff_cli in this sampl...
by esp_liu
Thu Jul 30, 2020 9:30 am
Forum: ESP-IDF 中文讨论版
Topic: 一组esp32 ble mesh设备能否实现上电自动配网?
Replies: 1
Views: 4360

Re: 一组esp32 ble mesh设备能否实现上电自动配网?

我的需求是:一组esp32,烧录完全相同的代码,在上电时自动组成ble mesh网络,目前有两个想法: 1. 能否直接把NetKey和AppKey写到代码中,从而跳过provisioning过程,上电便自动组网? 2. 能否通过修改fast provision例程,去掉手机配置的环节,直接上电就自动配置周围的设备,从而形成一个网络? Hi jayant97, ESP BLE Mesh provides some functions for test, and one of them is to bypass the provisioning procedure. The function i...
by esp_liu
Tue Jun 30, 2020 4:26 am
Forum: ESP-IDF
Topic: ESP-IDF V4.1-beta2 examples not working
Replies: 1
Views: 2615

Re: ESP-IDF V4.1-beta2 examples not working

Example which have been given in the esp-idf-v4.1-beta2 is not working. In that readme as well as .md file for usage of examples are given is not matching. Means, the project which are mention in .md files is not present in the given example esp_ble_mesh directory. So, could anyone let me know that...
by esp_liu
Wed Jun 24, 2020 10:53 am
Forum: ESP-IDF 中文讨论版
Topic: 编译esp_ble_mesh中onoff_client example出错
Replies: 12
Views: 14112

Re: 编译esp_ble_mesh中onoff_client example出错

我使用是代码是完整的,开始拿到时可以编译完成,我在 examples\bluetooth\esp_ble_mesh\ble_mesh_node\onoff_client , 使用idf.py menuconfig去修改mesh node的设置(去掉gatt以及proxy),再编译出错源文件的编译错误(函数定义未找到),然后我使用idf.py fullclean清除所有配置,再使用idf.py build就出现了上述编译问题, 出问题的文件是存在的,没有经过修改。 我在两台电脑重复了上面步骤,都出现了同样问题。 我编译examples\bluetooth\esp_ble_mesh\ble_me...
by esp_liu
Tue Jun 23, 2020 6:05 am
Forum: General Discussion
Topic: ESP32 BLE Mesh proper way to send async. messages to mobile application
Replies: 3
Views: 4275

Re: ESP32 BLE Mesh proper way to send async. messages to mobile application

I would also appreciate any advice on how to properly receive data via the Mesh Proxy Service that doesn't correlate to any BLE Mesh elements/models. Hi @cowens Sorry for the late reply. For using mesh proxy service, you just need a mesh proxy node connected to the phone. When the proxy node receiv...
by esp_liu
Tue Jun 23, 2020 3:03 am
Forum: ESP IoT Solution
Topic: ESP BLE MESH Fast Provisioning
Replies: 9
Views: 33805

Re: ESP BLE MESH Fast Provisioning

After provisioning one node my mobile is disconnecting to the node and that provisioned is provisioning all other nodes. When provisioning of nodes in the network is completed, the first provisioned node is not connecting to the mobile . Thus I was not able to control the nodes. Hi @koteswara After...
by esp_liu
Mon Jun 22, 2020 12:23 pm
Forum: ESP-IDF 中文讨论版
Topic: 编译esp_ble_mesh中onoff_client example出错
Replies: 12
Views: 14112

Re: 编译esp_ble_mesh中onoff_client example出错

raymond wrote:
Mon Jun 22, 2020 3:22 am
我把idf sdk删除之前,重新解压缩一份,再编译,还是发生同样错误,使用的4.0.1版本,并没有修改任何文件。
请赐教,谢谢
Hi raymond,

请确保 esp-idf clone 完整(包括 submodule),下面是我按照 idf windows 相关的介绍文档下载 idf 后的编译结果。

谢谢