nRF51 SDK - S210 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Broadcast

The example Broadcast RX and TX is supposed to run together....

They both use public network key {0, 0, 0 , 0 , 0, 0, 0}

ANT Broadcast TX

Description

When the application is booting, LED0 and LED1 are turned on. Once the SoftDevice is enabled, LED0 and LED1 are turned off to indicate the system is in a state wherein RF activities can happen.

The example uses wildcard connection, which implies that it will connect to the nearest ANT device broadcasting. Channel period is set to 4Hz (8192). When a packet is received it will turn on LED0 for 20 milliseconds.

LED1 is turned on whenever the processor enters sleep state and turned off when woken up by (any / RF ) interrupt.

ANT Broadcast RX

References

The documentation for ANT+ Heart Rate Monitor profile can be found at thisisant.com

The example for PCA10003 can be found in the nrf51 SDK at: Nordic/nrf51422/Boards/pca10003/s210/broadcast

The example for nrf6310 can be found in the nrf51 SDK at: Nordic/nrf51422/Boards/pca10003/s210/broadcast