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

mesh serial problem , robust issue ,bug?

hi, nordic engineers

  Now I am using the meshSDKv3.1.0 ,nrf52832 . When i test the mesh serial module , it seems not so good, is it a problem?

 reference to the documents , to test it i send buffer   like below:

1.The first byte is the length of the uart buffer (length-1) ,when receive the right number bytes ,it works good.

 2.But if send the wrong count , or the first byte value is not equal to the actual count of the buffer ,it seems Stuck .

    Send the right buffer again  ,it can not continue run ,this is deathful problem.

3.When send buffer  a bit fast , it also stuck.

do nordic have found this problem ?can you help me?

  ERROR_CHECK(nrf_mesh_serial_init(nrf_mesh_serial_app_rx_cb));

Related