This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Merge peripheral uart example in to Mesh SDK

Hi all,
I'm working on making mesh sdk work with peripheral uart example. I tried to merge peripheral uart example (nRF5_SDK_15.0.0_a53641a) into proxy_server example (Mesh SDK 2.2.0) and it worked!

But still have a big problem:

 - After had provisioned, I sent a value from Hercules and then Server node sent that value to client. => Worked.
 - Cut the power of the Server node and plug in again, sending a value from Hercules make an error on JLink RTT Viewer: 415195>, app_error_weak.c, 95, Mesh assert at 0x0002AD8A (:0).
I don't know why, but I did the power again, and before using uart, I tried to send message from client(also server was OK) by pressing a button that was configured. After that, I sent uart, and it worked well!!

What is my problem and how can I figure it out? Thanks.

Related