I want to send data of different sizes from one board to another, using nRF52840. I have tried following the UART example, by using one board as Central and another Peripheral, but only the default example works, which is whatever I type shows up on the other board's terminal. But now I want to send actual data of different sizes. I have tried making an array with different values that are to be sent, but no output. I tried manually fillind data_array using for loop within the uart event handler, but nothing again. I'm not sure what I'm doing wrong. Any suggestions would be appreciated!