Part Number: CC2652R7
Other Parts Discussed in Thread: SYSCONFIG
I am trying to add a mesh proxy client ability(i.e. act as a central) to a project configuration that already acts as a BLE peripheral.
As a mesh proxy client central I want to scan for, connect to the mesh proxy and send and receive data on the UUID1828 mesh service characteristics.
To achieve this, I have tried to add the Mesh property in the sysconfig dialogue, but this changes my setup as "central/peripheral" to "peripheral/observer" so this does not seem supported.
My next attempt has been to add the necessary files from the mesh folder (inside the ti installation folder) to my project, but it is quite hard to get just a few of the files as they are all part of a larger stack with plenty of dependencies/needed configuration files etc.
In addition to this, it seems that the Mesh stack is based on Zephyr (and my legacy peripheral project isn't).
So, how do you propose for me to continue? I need to be act as both a central and a peripheral and still have access to the mesh stash at least to be able to fulfill the encryption, segmentation etc standards of the mesh protocol.
Any help appreciated.
Regards,
/Ola