- Navigating the Repository
- Change Log
- Installation
- Required Tools
- Examples List
- Tools
- References
- FAQ
- Versioning BLE-Stack Projects
These examples and demos are for TI SimpleLink CC13x2 / CC26x2 SDK 2.40.00.XX
This repository contains Bluetooth® 5 sample applications for Texas Instruments' SimpleLink CC13x2 / CC26x2 SDK. These examples have not been validated as production-ready.
Do not use GitHub's bug tracking feature for support. For inquiries, see the Bluetooth® low energy Forum.
To use the examples and tools in this repository, please download and install the SimpleLink CC13x2 / CC26x2 SDK first, and if necessary buy an CC26X2 or CC1352 evaluation kit].
If you have any questions please refer to the FAQ page. For examples for other SDK versions and platforms, see table below.
SDK | Examples |
---|---|
TI SimpleLink CC13x2 / CC26x2 SDK 2.40.00.81 (current) | |
TI SimpleLink CC26x2 SDK 2.30.00.34 |
|
TI SimpleLink CC26x2 SDK 2.10.00.44 |
|
TI SimpleLink CC26x2 SDK 1.60.00.43 |
|
TI SimpleLink CC2640R2 SDK 2.20.00.49 |
|
TI SimpleLink CC2640R2 SDK 1.50.00.58 |
|
TI SimpleLink CC2640R2 SDK 1.40.00.42 |
|
TI SimpleLink CC2640R2 SDK 1.35.00.33 |
|
TI BLE-Stack SDK v2.2.x |
|
TI BLE-Stack SDK v2.1.x |
|
The examples provided on this GitHub page serve as a plugin to a corresponding BLE-Stack SDK release. The master branch will always point to the latest release.
Older releases can be accessed by checking out/downloading their corresponding branch. For more information on supported examples please consult the readme.md of the desired branch/release.
Note: The version numbers below are related to GitHub ble_examples releases. The numbering scheme is in the form of M.mm.pp.bb. The fields pp.bb are incremented as GitHub examples are released, M.mm will map a GitHub release to a SimpleLink SDK release.
Initial offering of SimpleLink CC13x2 / CC26x2 SDK 2.40.00.81 examples.
This repository can be cloned and tracked using Git. For instructions on how to clone a repository from GitHub please refer to this guide: Clone from GitHub
For users who are unfamiliar with Git, there is the option of downloading the contents of the repository as a zip file. See instructions below.
- Click the green "Clone or download" button
- Select "Download ZIP" option
- Zip folder will appear in your Downloads folder
This repository can be cloned/download anywhere on your computer. There is a dependency between this repository and the SimpleLink CC26x2 SDK install location.
By default the SimpleLink CC13x2 / CC26x2 SDK will install to:
C:\ti\simplelink_cc13x2_26x2_sdk_2_40_00_81
If the SimpleLink CC13x2 / CC26x2 SDK must be installed to a different location, then see the FAQ page for IDE specific instructions for changing environment variables.
Similar to the SimpleLink CC13x2 / CC26x2 SDK, the examples in this repository support the CCS and IAR toolchains. Please pay careful attention to versions of these tools, please refer to the release notes for supported versions.
For more information on toolchain setup, please refer to our FAQ page.
The FAQ page will try to address some of the common questions related to the ble_examples repo.
This is a UART over BLE bridge example where a Simple Serial Socket Client (SSSC) and Simple Serial Socket Server (SSSS) connect with one another and exchange UART data over the air. An generic Simple Stream Service is used making it easy to exchange data sink and source to create a custom serial socket over BLE implementation.
Note: this example replaces the SPP over BLE example
- Simple Serial Socket Client
- Simple Serial Socket Server
- Simple Serial Socket Client
- Simple Serial Socket Server
The following reference pages may be helpful during general Bluetooth Low Energy development. New users of the SimpleLink CC26x2 platform and Bluetooth 5 development are encouraged to read the BLE5-Stack User's Guide.
As an additional resource, users are encouraged to complete the SimpleLink Academy training.
Other resources can be found below: