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

can the 51822 radio_example send and receive datas at the same time?

Hi,

  1. In the nrf51822 SDK examples, there is an example of radio_example which is used for send data and read data. I want to konw that if one module send data and then receive data at the same time.In my future design, I want to send data to the other module and receive data from the other module,which style can I use?please give me some explanations and advices, thank you! 2.In the radio_example, I also met a prolbem is that I want to send 2 bytes date,by using static uint8_t volatile packet[PACKET_PAYLOAD_MAXSIZE]={0x32,0x67}; However,I can't receive the corresponding data ,I don't konw why,can you tell me?
Related