Skip to content

247765843/ble_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra examples for TI BLE-Stack SDK

This repository contains additional sample applications and components for the Texas Instruments Bluetooth® Low Energy software development kit. All Github sample apps are compatible with the latest BLE-Stack SDK.

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.

Installation

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 BLE SDK install location.

By default the BLE SDK will install to:

    C:\ti\simplelink\ble_sdk_2_02_00_31

If the BLE SDK must be installed to a different location, then the examples in this repo will need to have the following environment variable updated

    TI_BLE_SDK_BASE

Follow your IDE specific instructions for changing environment variables or simply do a global search and replace within the ble_examples folder.

By default, TI_BLE_SDK_BASE points to C:\ti\simplelink\ble_sdk_2_02_00_31. If you installed the SDK there, no change is required.

Examples List

The following examples are currently supported:

  • beacon_rfdriver
  • hid_emu_kbd
  • multi_role
  • security_examples_central
  • security_examples_peripheral
  • spp_ble_client
  • spp_ble_server
  • throughput_example_central
  • throughput_example_peripheral/

About

Additional examples to compliment TI BLE-Stack SDK.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.9%
  • Objective-C 6.0%
  • HTML 2.1%