|
|
|
The Packet TX example illustrates how to do simple packet transmission using the TI-RTOS RF driver. This example is meant to be used with the Packet RX example or SmartRF Studio. For every packet transmitted, Board_LED1 is toggled. The frequency and other RF settings can be modified using SmartRF Studio.
Board_LED1 - Toggled when data is transmitted over the RF interfacePlease refer to the development board’s specific “Settings and Resources” section in the Getting Started Guide (http://www.ti.com/lit/SPRUHU7C). For convenience, a short summary is also shown below.
| Development Boards | Notes |
| ================== | =================================================== |
| CC1310DK | Board_LED1 is the "LED1" LED |
| ------------------ | --------------------------------------------------- |
| CC1310_LAUNCHXL | Board_LED1 is the "Green" LED |
| ------------------ | --------------------------------------------------- |
Run the example. On another board, run the Packet RX example. Board_LED1 is toggled when data is transmitted.
This examples consists of a single task and the exported SmartRF Studio radio settings.
The default frequency is 868.0 MHz. In order to change frequency, modify the smartrf_settings file. This can be done using the code export feature in Smart RF Studio, or directly in the file.
The default frequency is 868.0 MHz, in order to change RF settings please modify the smartrf_settings.c file. This can be done either by exporting from Smart RF Studio or directly in the file.
When the task is executed it:
Note for IAR users: When using the CC1310DK, the TI XDS110v3 USB Emulator must be selected. For the CC1310_LAUNCHXL, select TI XDS110 Emulator. In both cases, select the cJTAG interface.