I am using nRF52840DK for working on my application. I use nRF Connect SDK v1.9.1 to run example and build application. I use VS code to build the application. I am working on BLE mesh applications, and I tried running the BLE light and BLE lightswitch examples.
My objective is to transmit air quality sensor data through BLE Mesh using nRF52840DKs. I have 3 nRF52840DKs with me and I wanted to use it and to create a proof of concept at laboratory scale.
Here is my idea: 1 nRF52840DK will be air quality sensor end node (servernode), 1 nRF52840DK will be receiving end node (client node) which will be placed 5 meters away, remaining 1 nRF52840 DK will be proxy node and will be placed between sensor node and client node.
My Questions,
1) I read various questions and comments and I came to conclusion that using vendor based model will be a suitable solution to implement transmission of air quality sensor data over BLE Mesh, Is this correct? can I proceed?
2) How to start with basic vendor model example which is compatible for VS code environment using nRF Connect SDK v1.9.1?
3) In case of proxy node what model will I use, please share an example.
Please give suggestions to solve the above problem.
Shiva