Search found 14 matches

by jokockx
Thu Sep 12, 2019 11:49 am
Forum: General Discussion
Topic: BLE mesh: subscribe local model to group address
Replies: 1
Views: 2251

Re: BLE mesh: subscribe local model to group address

I found an answer in the examples after all.
/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_models/fast_prov_vendor_model/components/esp_fast_prov_operation.c
function: example_add_fast_prov_group_address
I modified this function to obtain the my required behavior
by jokockx
Tue Sep 10, 2019 1:08 pm
Forum: General Discussion
Topic: BLE mesh: subscribe local model to group address
Replies: 1
Views: 2251

BLE mesh: subscribe local model to group address

Problem Description I achieved to implement a provisioner which is able to: - provision a node - add and bind application keys to both local models and models in the nodes - add subscription to group addresses in models in the nodes But I can't figure out how to subscribe a model local on my device ...
by jokockx
Mon Sep 09, 2019 1:47 pm
Forum: General Discussion
Topic: BLE mesh: Send message to group address
Replies: 2
Views: 3805

Re: BLE mesh: Send message to group address

My issue is resolved. I tried to use an address from the unicast address space as a group address. Group addresses are in the range of 0xC000-0xFEFF.
by jokockx
Fri Aug 09, 2019 1:53 pm
Forum: General Discussion
Topic: BLE mesh: Send message to group address
Replies: 2
Views: 3805

Re: Send message to group address

I added some funcitonality to my code to get the subscription list from the model I tried to add the subscription to. My assumption that the subscription in the node was successfull is probably false because I got an emty list back from this function. The code I used to add the subscription address ...
by jokockx
Thu Aug 08, 2019 2:11 pm
Forum: General Discussion
Topic: BLE mesh: Send message to group address
Replies: 2
Views: 3805

BLE mesh: Send message to group address

I achieved to implement a provisioner which is able to: - provision a node - add and bind an application keys to both local client models as the server models in the node I think that I was also able to add a subscription to a group address (100) to the model in the node. When I try to do so I get f...
by jokockx
Thu Aug 01, 2019 8:54 am
Forum: General Discussion
Topic: Unprovison node BLE mesh
Replies: 1
Views: 2215

Re: Unprovison node BLE mesh

Basically, I'm unable to find the right set_state variable because an appropriate member of the union esp_ble_mesh_cfg_client_set_state_t in "/components/bt/esp_ble_mesh/api/models/include/esp_ble_mesh_config_model_api.h" seems to be missing. Could someone help me out? I'm really stuck here and it i...
by jokockx
Wed Jul 31, 2019 3:34 pm
Forum: General Discussion
Topic: Unprovison node BLE mesh
Replies: 1
Views: 2215

Unprovison node BLE mesh

Hello I'm currently trying to make my provisioner unprovision a node that I achieved to provision earlier. I think this needs to be done through the configuration model but I'm unable to find the right function in the api/parameters to do so. I'm currently trying to do it using the following code bu...
by jokockx
Fri Jul 12, 2019 1:39 pm
Forum: General Discussion
Topic: Provisioning with ADV using ble_mesh api
Replies: 8
Views: 7716

Re: Provisioning with ADV using ble_mesh api

Nobody who can help me out on this? Hi jokockx, 1. You also check the selection Component config--"Bluetooth --" BLuetooth controller--"Scan Duplicate Type (Scan Duplicate By Device Address And Advertising Date) 2. You also check the selection Componet config--》Bluetooth--》Bluetooth controller--》BL...
by jokockx
Fri Jul 12, 2019 6:51 am
Forum: General Discussion
Topic: Provisioning with ADV using ble_mesh api
Replies: 8
Views: 7716

Re: Provisioning with ADV using ble_mesh api

Nobody who can help me out on this?
by jokockx
Mon Jul 08, 2019 7:37 am
Forum: General Discussion
Topic: Provisioning with ADV using ble_mesh api
Replies: 8
Views: 7716

Re: Provisioning with ADV using ble_mesh api

I'm going to formulate my question somewhat clearer hoping to get an answer which could help me further. So, I'm working on a ble mesh provisioner using the esp-idf. I would like to provision my nodes using PB-ADV only, but untill now I'm unable to do so. I'm using the example code esp-idf/examples/...