Hello,
I have some questions about mesh network.
Current i am working with 10 Boards (nRF52840 modules) and i want to test the BLE mesh network. I have installed the software which is required to test BLE Mesh. i have tested some test
which can be found here ....Programming\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral and all of them works.
So i went on and test the light switch server (Mesh) test and this is also working successful. i have tested with one client and 8 Server with nRF Mesh App. I have make some groups
and control them via smartphone by pressing the buttons (ON/OFF) which is on the client board. Every time when i want to test (by turning the Led on and off ) another group i have to switch on
the smartphone (subscribe) to the desire groups and press again the buttons on the client.
My questions:
1) Is there a way to control the mesh light switch demo via smartphone without pressing the switch button on the client boards?
2) it is possible to test light switch demo with nRF connect ???
3) Are the some other demos example which can be controlled via smartphone?
can u send me some relevant links or discussion to my question
Software used:
- Segger Embedded Studio v3.52a
- nRF5_SDK_15.0.0_a53641a
- nrf5_SDK_for_Mesh_v2.2.0_src
Thank you!