Search found 3 matches
- Fri Mar 05, 2021 10:26 am
- Forum: ESP-IDF
- Topic: BLE Mesh message segmentation
- Replies: 2
- Views: 2651
Re: BLE Mesh message segmentation
When I first start all nodes, all information between them travels without any errors and mesh works really fast. But after a few hours or sometimes even sooner, one or more of the messages gets stuck. By stuck I mean I get no errors or timeout callback that message was not sent, also I do not recei...
- Fri Mar 05, 2021 6:37 am
- Forum: ESP-IDF
- Topic: BLE Mesh message segmentation
- Replies: 2
- Views: 2651
BLE Mesh message segmentation
Hello, I have a mesh system of 1 client node and 90 server model nodes. I am using sensor_client model to send get request to sensor_server nodes. Code is used from master branch. I add parameters to esp_ble_mesh_sensor_client_get_state_t get like this: get.series_get.property_id = SENSOR_PROPERTY_I...
- Tue Mar 02, 2021 10:09 am
- Forum: ESP-IDF
- Topic: BLE Mesh error codes
- Replies: 0
- Views: 1325
BLE Mesh error codes
Hello, I'm using sensor_client and sensor_server models with my esp32 dev kits. While trying to send message via esp_ble_mesh_sensor_client_get_state, I get error via sensor client callback. Parameter esp_ble_mesh_sensor_client_cb_param_t returns error code : -16 I can not find what this error code ...