I want to use a UART line to send and receive data to a nrf52840 DK and then have the data sent wirelessly to a separate DK and then print it to a terminal like in the multi_sensor example, but instead of Temp and Pressure values the data sent from the UART line.
Is this possible with the SDK? If so, can you explain of point me to resources on how to accomplish this?
Thank you