nRF51 SDK - S120 SoftDevice
|
The Radio Transmitter Example demonstrates how to transmit data using the NRF_RADIO peripheral. This project must be used together with the corresponding transmitter project for the PCA10001 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 example reads a character from the UART, and if it is '0' or '1' the character is placed in a one-byte payload and transmitted using the radio.
Insert the PCA10000 board in a USB slot, and find out which COM port it uses.
The Radio Transmitter Example Application can be tested as follows: