Search found 16 matches

by koteswara
Thu Mar 12, 2020 8:57 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP BLE MESH控制台
Replies: 2
Views: 13850

Re: ESP BLE MESH控制台

我已经完成ble_mesh_fast_provision,ble网格节点,ble网格供应器和ble_mesh_wifi_coexistance示例的实现。但是我无法理解如何与其他文本脚本结合使用。你能详细解释一下吗?
by koteswara
Thu Mar 12, 2020 8:45 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP BLE网格传感器
Replies: 2
Views: 14562

Re: ESP BLE网格传感器

我已经完成ble_mesh_fast_provision,ble网格节点,ble网格供应器和ble_mesh_wifi_coexistance示例的实现。

我想将传感器数据从ble Mesh网络的一个节点泛洪到所有其他节点。这可能实现吗?我想询问是否有特定传感器的示例代码。

我的应用场景是,通过快速配置,我的节点将位于一个网络中,而在形成网络后,我的节点之一将淹没与该DHT11数据共享的DHT11数据,并将其共享给网络的所有其他节点。
by koteswara
Wed Mar 11, 2020 10:27 am
Forum: ESP IoT Solution 中文讨论版
Topic: BLE Mesh快速配置供应商模型
Replies: 0
Views: 9730

BLE Mesh快速配置供应商模型

在ESP-IDF的ESP BLE Mesh示例中,有一个示例代码,称为快速配置供应商模型。 main.c文件中没有代码,我对如何测试此示例的功能感到困惑。

https://github.com/espressif/esp-idf/tr ... ndor_model
by koteswara
Wed Mar 11, 2020 10:25 am
Forum: ESP IoT Solution
Topic: BLE Mesh Fast Provision Vendor Model
Replies: 0
Views: 8157

BLE Mesh Fast Provision Vendor Model

In ESP BLE Mesh examples of ESP-IDF there is a example code called Fast Provision Vendor Model. There is no code in the main.c file and I am confused how to test the functionality of this example . https://github.com/espressif/esp-idf/tree/f91080637c054fa2b4107192719075d237ecc3ec/examples/bluetooth/...
by koteswara
Wed Mar 11, 2020 10:20 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP BLE网格传感器
Replies: 0
Views: 9475

ESP BLE网格传感器

我想通过将传感器连接到节点之一来将传感器数据泛洪到BLE Mesh网络中的所有设备。我无法理解如何在ESP-IDF的组件中使用传感器服务器和客户端模型,以及如何使用esp32 ble Mesh协议构建传感器网络。

https://github.com/espressif/esp-idf/bl ... r_server.c
by koteswara
Wed Mar 11, 2020 3:34 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP BLE MESH控制台
Replies: 2
Views: 13850

ESP BLE MESH控制台

为了测试ESP BLE Mesh控制台示例代码,我将ble_mesh_node和ble_mesh_provisioner上传到ESP WROOM32板上。如何从供应商向节点发送设置/获取消息。从供应商向节点发送设置/获取消息的命令是什么。

https://github.com/espressif/esp-idf/tr ... sh_console
by koteswara
Tue Mar 10, 2020 11:24 am
Forum: ESP IoT Solution
Topic: ESP BLE MESH Fast Provisioning
Replies: 9
Views: 34142

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.
by koteswara
Mon Mar 09, 2020 10:54 am
Forum: ESP IoT Solution
Topic: ESP BLE MESH Console
Replies: 0
Views: 7502

ESP BLE MESH Console

To test the ESP BLE Mesh Console example code I have uploaded ble_mesh_node and ble_mesh_provisioner to ESP WROOM32 boards. How to send set/get message to nodes from provisioner. What are the commands to be used to send the set/get messages from provisioner to the node. https://github.com/espressif/...
by koteswara
Fri Mar 06, 2020 10:02 am
Forum: ESP IoT Solution 中文讨论版
Topic: ESP BLE网格传感器
Replies: 2
Views: 14562

ESP BLE网格传感器

我想通过将传感器连接到节点之一来将传感器数据泛洪到BLE Mesh网络中的所有设备。我无法理解如何在ESP-IDF的组件中使用传感器服务器和客户端模型,以及如何使用esp32 ble Mesh协议构建传感器网络。

https://github.com/espressif/esp-idf/bl ... r_server.c
by koteswara
Fri Mar 06, 2020 9:36 am
Forum: ESP IoT Solution
Topic: ESP BLE MESH SENSOR
Replies: 1
Views: 11514

ESP BLE MESH SENSOR

I want to flood the sensor data to all devices in the BLE Mesh Network by connecting the sensor to one of the node. I was not able to understand how to use sensor server and client model in the components of ESP-IDF and how to build a network of sensors using esp32 ble mesh protocol. https://github....