I have to send small packets of different data to all six Dongles from Development Kit(DK).
Till Now:
1) I have flashed different Mesh programs to DK using Segger Embedded Studio and provisioned using nRF Mesh app. It works perfectly fine.
2) I have flashed Mesh Chat example using nRF Connect Extension in VS Code also and provisioned using Mesh app. No problem.
3) I have used the DK to flash programs to Dongle by directly connecting SWD pins to DK from Dongle. I flashed the Basic Blinky example, BLE Blinky example and even the
Mesh example to Dongle for DK using the above method.
4) The blinky and the ble examples works perfectly fine in Dongle. After flashing Mesh light switch example , I can even see that Advertisement in nRF Mesh app which is coming
from the Dongle. Therefore, the Mesh programs are flashed perfectly in Dongle from DK.
Problems:
1) I am unable to provision the unprovisioned node shown in nRF Mesh app, which is coming from the Dongle, when Dongle is flashed with light switch Mesh program.
But I can make provision when the same program is flashed to DK.I don't know what I have done wrong as the same program works on DK , but not works on Dongle.
I have followed all the steps to flash programs to Dongle from the nRF Dongle programming tutorial.
1)Preprocessor changed to PCA10059
2)Linker macros are changed as shown
And I can flash program to Dongle perfectly fine. But I am not able to provision , when it advertise the Mesh programs.
Future needs:
1) Can you please send me steps to send data to different nodes through Mesh protocol. Because when I flash Mesh serial example to DK , I am unable to send data from
Mesh app through Vendor model. I already made Mesh connection between ESP32 chips and shared data between different nodes connected to Mesh from Mesh app using Vendor Server example. Now , I want to do the same
thing in Nordic chips with Dongles as Nordic chips are industrial standard one and I like them. Would you please help me to achieve that in Nordic chips?
My DK and Dongle wire connection :

Thankyou