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 :)

Parents Reply
  • Hi , yes i tested an example you sent plus i set up two nrf board connected to two computers each: set one as central_uart example the other peripheral_uart example in ses environment. The problem is from now, i want to test if central nrf could send one bit to peripheral nrf but i dont know how to.(If one bit transmission is working then i can send multiple millions of binary data which can correspond to audio data). I tried to send 1 for example by typing on debug terminal in ses but no response in peripheral part of computer ses terminal.(I dont know if this is a right way to test anyway). Just in case I also downloaded putty to test serial communication but it doesnt read my keyboard. How can i proceed now? Thanks in advance.

    BR,

    dododove

Children
Related