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

app_error_weak.c, 105, Mesh assert at 0x0002C05A (:0)

Hi guys,

I am using nRF5 SDK for Mesh v4.2.0 and I implemented this simple message model which can enable the communication between LPN and server node. After my nodes are provisioned, I am able to send the data from LPN to the server node, but every time when I try that I got this assert: 

<t: 352737>, application.c, 245, Sending Simple msg: 25 of size: 2
<t: 352747>, app_error_weak.c, 105, Mesh assert at 0x0002C05A (:0)

Can you please help me to fix this issue, because before it worked without problems, but when I edited my code a little bit I started receiving this assert?

Also, is it possible to define a sleep time for a specific period of time in Mesh SDK. For now, I am using sd_app_evt_wait() function where I am not able to specific lets say 10 seconds of sleeping time. 

I look forward to hearing your answers soon.

Best regards, 

Adnan.

Related