Hi community,
I need some help with mesh programming cause i'm new to it !
First, i'll explain what i've done :
I create a program on visual studio, which can communicate with a nRF52840 DK Board with Blinky program (in your example for classic BLE) in it. It works well !
But now, i've programmed those card with Mesh v4 light example (Client and server). With the mobile application it's works well, but i'm no longer able to communicate with my program between the console and the client (which is normal cause there is no longer service for it). To help me i need answers to my questions :
1. Is there proxy client activated (by default) in the light example ? (Or do i need the app to activate proxy service ?)
2. If the previous answer is yes, what do i need to add to my visual studio program to archieve a communication with the proxy node ?
Thanks for your help
Sincerely
P.