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

UART Communication echo problem

I want to make serial connection in between an nRF52833 and a LPC1752.

When I use the UART in a firmware without using the SoftDevice for Mesh 4.0.1, everything is working just fine. Communication is good between the two controllers. No echo from the nRF52833.

But if I use the UART in a firmware using SoftDevice for Mesh 4.0.1, when the nRF52833 receives a message from the LPC1752, it sends an echo on the TX pin.

And this even if I disable the TX function.

Any though on this?

Related