This repository contains additional sample applications and components for the Texas Instruments Bluetooth® Low Energy software development kit.
To use the examples and tools in this repository, please download and install the SDK first, and if necessary buy an evaluation kit.
For other hardware and software resources, please visit our wiki.
Note: Not all additional sample projects are migrated to GitHub - please refer to the wiki for a complete list.
This example shows how you can avoid flow control lines and still use the power saving features of the device, by using the RX/TX lines to wake up the chip and do a software handshake with an external MCU or computer.
This example shows how you can connect as a peripheral and central at the same time to multiple devices.
That the example projects are made to reference a BLE SDK installation at c:\ti\simplelink\ble_cc26xx_2_01_00_44423
. The repository can be cloned to any location.
If you have installed the BLE SDK at another location, you will need to modify the IDE's project files.
Open the \*.custom_argvars
file associated with the workspace you want to run, and change the path for TI_BLE_SDK_BASE
to reflect your path.
Open the .project
file associated with the projects you want to run, and change the path for TI_BLE_SDK_BASE
in the <variableList>
at the bottom of the file to reflect your path.