nRF51 SDK - S110 SoftDevice
|
The Radio Receiver Example demonstrates how to receive data using the NRF_RADIO peripheral. This project must be used together with the corresponding transmitter project for the PCA10000 board. A COM listener (like PUTTY) using UART, is used to command the PCA10000 board to send packets to the PCA10001 board telling it to turn on LEDs.
The receiver is configured to continuously receive packets from the corresponding transmitter project. If the one-byte payload contains '0' LED0 is turned on and if it is '1' LED1 is turned on.
LED assignments:
The Radio Receiver Example Application can be tested as follows: