Hi community !
i put the same question here but with less explaination :https://devzone.nordicsemi.com/f/nordic-q-a/61393/mesh-uart-coexistence-communication-with-pc
I'm currently working on the coexistence code between uart and BLE Mesh. I realized a code on Visual studio to connect my pc with the node by BLE and then interact on mesh with PC and it works well (i can turn on leds).
I'm sure that my code can only connect the card by BLE using UART Service address (with nrf connect i can interact too with the mesh by using this service)
But now, i'm testing the communication (RSSI, latency) between client and server and i want the nRF52840 to send back those information to my program on VS . I know that SEGGER debugger could print that (__log(...)) but i want to open only one program not two. So which fonction do i have to use to archieve this ? I'm new to your device and i'm quite lost.
Thanks for your help
PG