You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-35Lines changed: 24 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,32 +12,42 @@
12
12
13
13
# Introduction
14
14
15
-
These examples and demos are for **TI SimpleLink Low Power F3 SDK 7.20.xx.xx**
16
-
17
-
This repository contains *Bluetooth® Low Energy* sample applications for
15
+
This repository contains *Bluetooth® Low Energy* & *Proprietary RF* sample applications for
18
16
Texas Instruments' SimpleLink CC13xx / CC26xx SDK, SimpleLink CC2640R2 SDK, and SimpleLink Low Power F3 SDK.
19
-
Please reference the table below to find examples for each of these SDKSs.
17
+
18
+
These examples are each hosted on different branches of this repo. Please reference the table below to find examples for each of these SDKs.
20
19
21
20
These examples have not been validated as production-ready.
22
21
23
22
**Do not** use GitHub's bug tracking feature for support. For inquiries, see the
24
-
[Bluetooth® low energy Forum](https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538).
23
+
[Bluetooth® low energy Forum](https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538)
24
+
and the [Other Wireless Technologies Forum](https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum).
25
25
26
26
To use the examples and tools in this repository, please download and install
27
-
the [SimpleLink Low Power F3 SDK](https://www.ti.com/tool/download/SIMPLELINK-LOWPOWER-F3-SDK)**first**, and if
*[What if I installed the SimpleLink CC2640R2 SDK at a non default location (i.e. not at ``C:\ti\simplelink_cc2640r2_sdk_x_xx_xx_xx``)?](#default)
4
-
*[Why am I getting an error when I am trying to run a Python script from the /tools folder?](#python)
5
-
*[How can I setup my toolchain for use with the ble\_examples repo?](#toolchain)
6
3
*[I am using a LaunchPad device, how can I view display data?](#display)
7
4
---
8
5
9
-
### <aname="default"></a>What if I installed the SimpleLink CC2640R2 SDK at a non default location (e.g. Not at ``C:\ti\simplelink_cc2640r2_sdk_x_xx_xx_xx``)?
10
-
11
-
All projects reference files from the BLE stack using environment variables, you
12
-
can change this in your IDE's project files.
13
-
14
-
**CCS**
15
-
16
-
No changes to the project is necessary. You just need to ensure that Code
17
-
Composer Studio was able to discover the SimpleLink CC2640R2 SDK in the
0 commit comments