Search found 5 matches

by Benbu2018
Tue Sep 22, 2020 8:46 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83105

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, I want to check if there is a way to know which advertising channel was received from the receiving side of the mesh node by the following method: Is there a way to know which channel is used during the scanning process? Is there a way to get the channel information from the received a...
by Benbu2018
Thu Jun 20, 2019 8:41 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83105

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif,

For the provisioner, is there a function call to get the unicast address of itself and other nodes. I'm trying to extract node info by calling example_get_node_info().

Is there a way to hard-code the unicast address of all the nodes?

Thank you!
by Benbu2018
Mon Jun 17, 2019 9:29 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83105

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Thank you for the extra information! The message sent by the fast provision server chip is for ESP_BLE_MESH_VND_MODEL_OP_FAST_PROV_NODE_ADDR_STATUS. If I only use two ESP32, the buf will only contain the opcode. and the client side will show an error. I have to use 3 ESP32. Two for fast provision se...
by Benbu2018
Mon Jun 17, 2019 5:45 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83105

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, I'm trying to use the fast_prov_server and fast_prov_client example on my two esp32 chips. After the server send fast_prov_status_send_comp_evt: opcode 0xc702e5 message I (66508) FAST_PROV_SERVER_DEMO: example_ble_mesh_custom_model_cb: Fast prov server receives msg, opcode 0xc602e5 I (...
by Benbu2018
Tue May 28, 2019 8:26 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83105

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hi Espressif, I am trying to build a simple mesh network with 2 ESP32 chips periodictly blinking the leds. One ESP32 is provisioner the other one is node, I use the code ble_mesh_provisioner and ble_mesh_node examples. For the provisioner, I tried to create a new task in app_main() after the ble_mes...