now I want to transfer some data between PC and the client of mesh,I have read this case and try to add the light switch client example to the uart example.but I don't know how to exchange the codes of main.c.Can you tell me how to do it?
now I want to transfer some data between PC and the client of mesh,I have read this case and try to add the light switch client example to the uart example.but I don't know how to exchange the codes of main.c.Can you tell me how to do it?
I've solved it , thank you.
can u write a blog , how u did it?
I add the uart to mesh SDK ,and remove the repeated function (just remaining one of them ). also you should add all the path of the head file in uart example ,but don't change the preprocesser definitions ,the program didn't work when I added something to it. it's OK
Hi Bjorn Kvaale, I try to combine uart example (without ble) nrf SDK 15 with mesh sdk2.0.1. It still shows the same problem ,the codes are gray although I enabled the UART, APP_FIFO & APP_UART in sdk_config.h. Can you help me to find the reason?