Hi,
I used IAR to program the CC2543 mounted on srf05 board and achieved the data transmission. I was using SmartRF 7 software to infinitely send packets, while on the other side, the programmed board will receive the packet and display on the screen if button 1 is pressed.
The receiver was receiving signal by having RFST = CMD_Rx (if button 1 is pressed and the interrupt is generated). However, this seems to have a really low "hit rate". I pressed the button tens of times, but only occasionally got two or three times that have the data displayed...
Is there any way to improve this? I want it to successfully receive the data whenever I press the button...
Thank you very much!
Harvey