Hi,
is it possible to manually specify the scan interval, scan windows and
the advertising time values for a Bluetooth mesh application?
BR M.
Search found 5 matches
- Thu Sep 05, 2019 9:14 am
- Forum: ESP-IDF
- Topic: Specify Advertising and Scan Interval for BT Mesh
- Replies: 1
- Views: 3028
- Sat Jul 13, 2019 5:44 pm
- Forum: ESP-IDF
- Topic: Cannot set Generic Level Server with BLE Mesh
- Replies: 1
- Views: 3694
Cannot set Generic Level Server with BLE Mesh
Hi,
I am trying to set the level state on a generic level server and get
the following error message:
E (71794) BLE_MESH: bt_mesh_client_send_msg, Busy sending message to DST 0x0002
E (71794) BLE_MESH: gen_set_state, Failed to send Generic Set message (err -16)
W (71794) BLE_MESH: Receive ...
I am trying to set the level state on a generic level server and get
the following error message:
E (71794) BLE_MESH: bt_mesh_client_send_msg, Busy sending message to DST 0x0002
E (71794) BLE_MESH: gen_set_state, Failed to send Generic Set message (err -16)
W (71794) BLE_MESH: Receive ...
- Sat Jul 13, 2019 3:20 pm
- Forum: ESP-IDF
- Topic: ESP32 BLE Mesh Client Example - Node Address Problem
- Replies: 7
- Views: 11254
Re: ESP32 BLE Mesh Client Example - Node Address Problem
Hi,
I have tried to figure out where the event is fired, but neither of these
callback functions are called after binding an app key to a model.
esp_ble_mesh_register_prov_callback(esp_ble_mesh_prov_cb);
esp_ble_mesh_register_custom_model_callback(esp_ble_mesh_model_cb);
esp_ble_mesh_register ...
I have tried to figure out where the event is fired, but neither of these
callback functions are called after binding an app key to a model.
esp_ble_mesh_register_prov_callback(esp_ble_mesh_prov_cb);
esp_ble_mesh_register_custom_model_callback(esp_ble_mesh_model_cb);
esp_ble_mesh_register ...
- Wed Jul 10, 2019 9:13 am
- Forum: ESP-IDF
- Topic: ESP32 BLE Mesh Client Example - Node Address Problem
- Replies: 7
- Views: 11254
Re: ESP32 BLE Mesh Client Example - Node Address Problem
Hi,
both devices are provisioned and configured as shown in these pictures:
Screenshot_20190710-104447.jpg Screenshot_20190710-104458.jpg
I am now using a different ESP32 board, since I wasn't able to connect to
the LyraT anymore.
After the configuration, and triggering the routine to set the ...
both devices are provisioned and configured as shown in these pictures:
Screenshot_20190710-104447.jpg Screenshot_20190710-104458.jpg
I am now using a different ESP32 board, since I wasn't able to connect to
the LyraT anymore.
After the configuration, and triggering the routine to set the ...
- Tue Jul 09, 2019 4:07 pm
- Forum: ESP-IDF
- Topic: ESP32 BLE Mesh Client Example - Node Address Problem
- Replies: 7
- Views: 11254
ESP32 BLE Mesh Client Example - Node Address Problem
Hi,
I am using the ble_mesh_client_model example from branch ble_mesh_release/esp-ble-mesh-v0.6.1 .
My intention is to connect a generic onoff server, running on a nrf52 board, and a generic
onoff client, running on an ESP32 LyraT board.
I modified the example to perform a esp_ble_mesh_generic ...
I am using the ble_mesh_client_model example from branch ble_mesh_release/esp-ble-mesh-v0.6.1 .
My intention is to connect a generic onoff server, running on a nrf52 board, and a generic
onoff client, running on an ESP32 LyraT board.
I modified the example to perform a esp_ble_mesh_generic ...