Search found 4 matches

by kg_lunar789
Wed Nov 17, 2021 2:01 am
Forum: General Discussion
Topic: ESP32 BLE Mesh Sensor Client with multiple element
Replies: 7
Views: 10548

Re: ESP32 BLE Mesh Sensor Client with multiple element

Hi, Thanks for the reply! This definitely does help as I am very new to BLE mesh. Since we have to send `Config Model App Bind` message using the esp_ble_mesh_config_client_set_state function, does that mean we need to have an array of esp_ble_mesh_client_common_param_t structures as well as set str...
by kg_lunar789
Wed Nov 10, 2021 8:11 pm
Forum: General Discussion
Topic: ESP32 BLE Mesh Sensor Client with multiple element
Replies: 7
Views: 10548

Re: ESP32 BLE Mesh Sensor Client with multiple element

I am also having the same issue as OP and could use some clarification on your answer. The function esp_ble_mesh_provisioner_bind_app_key_to_local_model is called in the client provisioning callback, does this need to be called each time we want to bind a node? so if we have 10 nodes, we need to bin...
by kg_lunar789
Tue Nov 09, 2021 9:50 pm
Forum: General Discussion
Topic: Add more devices to sensor server example
Replies: 0
Views: 1081

Add more devices to sensor server example

Hi all, I am working on the sensor client/server example and have successfully setup the project for 1 client and 1 server. I want to add another server node (1 client, 2 servers), and it looks like the second server node is provisioned correctly, but when I try to request data, one of the nodes res...
by kg_lunar789
Tue Nov 09, 2021 4:15 am
Forum: General Discussion
Topic: RSSI BLE MESH
Replies: 1
Views: 1425

RSSI BLE MESH

Hi all, I am working on setting up a BLE mesh network and have followed the examples for the sensor client/server model. I have a working application that receives various data from nodes on the network, but am wondering what API function to use to get the RSSI of all server nodes (6 at the moment) ...