Important: Before you run this example, make sure to program a SoftDevice .
The ANT Message Types example demonstrates the three different ANT message types: Broadcast, Acknowledged, and Burst. The currently selected message type can be changed by buttons. Use the PC application ANTware to test this example.
You can find the source code and the project file of the example in the following folder:
<InstallFolder>\examples\ant\ant_message_types\master
This example uses the following assignment of buttons and LEDs:
| Message type | Button | LED |
|---|---|---|
| Broadcast | BSP_BUTTON_0 | BSP_LED_0 |
| Acknowledged | BSP_BUTTON_1 | BSP_LED_1 |
| Burst | BSP_BUTTON_2 | BSP_LED_2 |
Testing the Message Types example using ANTware II
Note: You can use a custom channel or encryption when running any of the ANT examples. When adding a new channel or encryption, remember to update ANT stack configuration .
- Compile and program the Message Types example.
-
Run ANTware II. From the available devices, select your ANT PC dongle (for example, ANTUSB-m). Configure the device channel by loading the device profile configuration from the following file:
<InstallFolder>\examples\ant\ant_message_types\master\ant_message_types_master_test.xml. Alternatively, you can configure the device channel manually:- Set the channel assignment to slave.
- Set the channel ID to 0, 2, 1 .
- Keep the default values for all other settings.
- Click Auto-Open . Observe that messages describing the received payload appear for each ANT message.