How to send data from Tx to Rx (NRF52840)

Hi I have two nrf52840 sdk in order to do a project. What i'm trying to implement is to send data from central nrf board(Tx) to peripheral nrf board(Rx). The ultimate goal is to send audio data although I know it is hard to implement but I do not expect quality, just to see if it works. But first I thought it would make more sense to first control LED from one nrf board to another, I followed the basic examples (blinky, uart) but have no idea how to proceed next to send data from tx to rx. Thanks :)

Related