Search found 35 matches

by esp_liu
Mon Jun 01, 2020 12:03 pm
Forum: General Discussion
Topic: ESP32 BLE mesh example fails to provision [BMCI-87]
Replies: 3
Views: 4383

Re: ESP32 BLE mesh example fails to provision

It seems nRF APK detect Provsionee public key X, Y is invalidate in ECPoint ecPoint = curve.validatePoint(x, y); and nRF APK call exception I use bt_mesh_check_public_key to check Provsionee 's bt_mesh_public_key and bt_mesh_check_public_key also show fail. It seem esp mesh profile generate wrong b...
by esp_liu
Fri May 22, 2020 8:10 am
Forum: ESP-IDF 中文讨论版
Topic: 麻烦请教大大们一下,如何清除 ESP32 BLE 的 Mesh 信息
Replies: 8
Views: 12745

Re: 麻烦请教大大们一下,如何清除 ESP32 BLE 的 Mesh 信息

感谢大佬回复 1:ok 2:要是我不知道Provisioner 下的Node地址或UUID,我只希望将Provisioner下的Node全都清除掉该怎么操作呢? 3:不是这个意思,我不是说将这个三元组存在哪里,我是指这三元组需要将参数值赋予给node框架中的哪个变量,才能连接到天猫精灵,是这个意思,再次感谢大佬 1. 底层有这个接口,目前还没有开放出来。当前建议的操作是,Provisioner 将设备入网后,保存设备的 unicast address 或 uuid。 2. 按照天猫精灵官网的描述,三元组通过 SHA256 计算后可获得 static oob 的值,这个值在 mesh node...
by esp_liu
Fri May 22, 2020 7:40 am
Forum: ESP-IDF
Topic: How to bind app key to local server
Replies: 1
Views: 2722

Re: How to bind app key to local server

I am creating a very simple BLE mesh network. I have enabled both the provisioner and node roles on all devices. When I press a button on one device, it will begin provisioning all other devices within range. This part works fine. Each device has a single vendor server. When the device state change...
by esp_liu
Wed May 20, 2020 7:28 am
Forum: ESP-IDF 中文讨论版
Topic: 麻烦请教大大们一下,如何清除 ESP32 BLE 的 Mesh 信息
Replies: 8
Views: 12745

Re: 麻烦请教大大们一下,如何清除 ESP32 BLE 的 Mesh 信息

xiang8000 wrote:
Wed May 20, 2020 6:29 am
有大佬看得到吗?求求救救
1. 清除 node 的组网信息可以调用 esp_ble_mesh_node_local_reset()
2. 删除某个节点的信息可以调用 esp_ble_mesh_provisioner_delete_node_with_uuid() 或 esp_ble_mesh_provisioner_delete_node_with_addr()
3. 三元组信息可以放到应用层, 使用 nvs 相关的接口存放至 flash
by esp_liu
Fri May 15, 2020 4:20 am
Forum: ESP-IDF 中文讨论版
Topic: 关于ble mesh 点灯例程的问题
Replies: 3
Views: 6400

Re: 关于ble mesh 点灯例程的问题

有没有人来回答一下? 1. 麻烦确认一下使用的开发板。如果使用的是 ESP32 DevKitC,请参考 https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html 在开发板上焊接一个 RGB 灯,RGB 灯对应的 GPIO 管脚请参考 https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server...
by esp_liu
Mon May 11, 2020 7:33 am
Forum: ESP-IDF 中文讨论版
Topic: esp_ble_mesh health model
Replies: 2
Views: 4456

Re: esp_ble_mesh health model

smart123 wrote:
Mon May 11, 2020 6:49 am
1、请问provisioner 的demo中 添加 health_mode 有相关的文档或者demo吗 ?
2、为什么在程序中已经ESP_BLE_MESH_MODEL_HEALTH_CLI(&health_client) 后边还是会提示 health_client。model是空的呢?
进入 menuconfig,在 Component config ->ESP BLE Mesh Support -> Support for BLE Mesh Client Models 中勾选上 Health Client Model
by esp_liu
Tue Apr 28, 2020 9:07 am
Forum: ESP-IDF 中文讨论版
Topic: esp_ble_mesh
Replies: 4
Views: 6528

Re: esp_ble_mesh

1,关于 ESP_BLE_MESH 的部分功能在V6.0版本的SDK中有更新 那么请问如何更新v6.0的SDK 呢? 2,在使用ESP_BLE_MESH的同时,是否可以正常使用BLE蓝牙通信(目前的想法是node1作为 ble mesh 的配置节点 同时利用bleg功能与手机app通信,从而控制整个ble_mesh 网络) 3,如何配置 使已经配置好的 node 断电后自动回复到之前的配置 4,ble_mesh 节点间如何实现以字符串的形式通信 5, 1. 是指 esp-ble-mesh-v0.6.1 分支吗?建议切换到 esp-idf 的 master 或其余分支 v4.1/v4.0/v3...
by esp_liu
Tue Apr 28, 2020 6:45 am
Forum: ESP-IDF 中文讨论版
Topic: esp_ble_mesh
Replies: 4
Views: 6528

Re: esp_ble_mesh

1,关于 ESP_BLE_MESH 的部分功能在V6.0版本的SDK中有更新 那么请问如何更新v6.0的SDK 呢? 2,在使用ESP_BLE_MESH的同时,是否可以正常使用BLE蓝牙通信(目前的想法是node1作为 ble mesh 的配置节点 同时利用bleg功能与手机app通信,从而控制整个ble_mesh 网络) 3,如何配置 使已经配置好的 node 断电后自动回复到之前的配置 4,ble_mesh 节点间如何实现以字符串的形式通信 5, 1. 是指 esp-ble-mesh-v0.6.1 分支吗?建议切换到 esp-idf 的 master 或其余分支 v4.1/v4.0/v3...
by esp_liu
Thu Apr 02, 2020 8:08 am
Forum: General Discussion
Topic: Latest ESP-IDF compilation error
Replies: 12
Views: 17652

Re: Latest ESP-IDF compilation error

Hi mattcaron,

Sorry for the late response. Will fix the compile issue when -O2 option is chosen.
by esp_liu
Fri Mar 27, 2020 1:30 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 126941

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

Hi,

1. Which idf branch did you use? And if convenient, please provide the commit id.
2. Did you run with the Generic OnOff (Client/Server) models within the ble_mesh_node example?
3. If convenient, please provide a simple demonstration of your test and the test log.

Thanks.