@@ -24,15 +24,124 @@ To use the examples and tools in this repository, please download and install
2424the [ SimpleLink CC26x2 SDK] ( http://www.ti.com/tool/SIMPLELINK-CC26X2-SDK ) ** first** , and if
2525necessary [ buy an evaluation kit] ( http://www.ti.com/tool/LAUNCHXL-CC26X2R1 ) .
2626
27- For other hardware and software resources,
28- [ please visit our wiki] ( http://www.ti.com/ble-wiki ) . If you have any questions
29- please refer to the [ FAQ page] ( docs/faq.md ) .
30-
31- For extra examples for ** TI CC2640R2 SDK** , see
32- [ Branch: simplelink_sdk-1.50] ( https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.50 ) .
33-
34- For extra examples for ** TI BLE-Stack 2.2.x SDK** (CC26x0R1), see
35- [ Branch: ble_examples-2.2] ( https://github.com/ti-simplelink/ble_examples/tree/ble_examples-2.2 ) .
27+ If you have any questions please refer to the [ FAQ page] ( docs/faq.md ) .
28+ For examples for other SDK versions and platforms, see table below.
29+
30+ <table >
31+ <tbody >
32+ <tr>
33+ <th width = 50%>SDK</th>
34+ <th>Examples</th>
35+ </tr>
36+ <tr>
37+ <td>
38+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.60">TI SimpleLink CC26x2 SDK 1.60.00.43(current)</a>
39+ </td>
40+ <td>
41+ <ul>
42+ <li><a href="#full-duplex-bidirectional-audio-demo">Full Duplex Bidirectional Audio Demo (Central/Peripheral)</li>
43+ <li><a href="#i2s-echo">I2S Echo</li>
44+ <li><a href="#serial-port-profile-spp">Serial Port Profile</li>
45+ </ul>
46+ </td>
47+ </tr>
48+ <tr>
49+ <td>
50+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_cc2640r2_sdk-2.20">TI SimpleLink CC2640R2 SDK 2.20.00.49</a>
51+ </td>
52+ <td>
53+ <ul>
54+ <li>Simple Serial Socket</li>
55+ <li>Micro BLE Stack Broadcaster Observer</li>
56+ <li>Bidirectional Audio</li>
57+ <li>Simple Peripheral Observer</li>
58+ <li>Apple Notification Center Service</li>
59+ </ul>
60+ </td>
61+ </tr>
62+ <tr>
63+ <td>
64+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.50">TI SimpleLink CC2640R2 SDK 1.50.00.58</a>
65+ </td>
66+ <td>
67+ <ul>
68+ <li>Micro BLE Stack Broadcaster + Observer</li>
69+ <li>Full Duplex Bidirectional Audio Demo</li>
70+ <li>Serial Port Profile</li>
71+ <li>Simple Peripheral Observer BLE</li>
72+ <li>Apple Notification Center Service</li>
73+ </ul>
74+ </td>
75+ </tr>
76+ <tr>
77+ <td>
78+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.40">TI SimpleLink CC2640R2 SDK 1.40.00.42</a>
79+ </td>
80+ <td>
81+ <ul>
82+ <li>Full Duplex Bidirectional Audio Demo</li>
83+ <li>Bluetooth 5 Throughput Demo</li>
84+ <li>Bluetooth 5 Long Range Demo</li>
85+ <li>Serial Port Profile</li>
86+ <li>Simple Peripheral Observer BLE</li>
87+ <li>Apple Notification Center Service</li>
88+ </ul>
89+ </td>
90+ </tr>
91+ <tr>
92+ <td>
93+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_sdk-1.35">TI SimpleLink CC2640R2 SDK 1.35.00.33</a>
94+ </td>
95+ <td>
96+ <ul>
97+ <li>Bluetooth 5 Throughput Demo</li>
98+ <li>Bluetooth 5 Long Range Demo</li>
99+ <li>Serial Port Profile</li>
100+ </ul>
101+ </td>
102+ </tr>
103+ <tr>
104+ <td>
105+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/ble_examples-2.2">TI BLE-Stack SDK v2.2.x</a>
106+ </td>
107+ <td>
108+ <ul>
109+ <li>beacon_rfdriver</li>
110+ <li>hid_adv_remote_privacy</li>
111+ <li>hid_emu_kbd</li>
112+ <li>multi_role</li>
113+ <li>security_examples</li>
114+ <li>simple_beacon</li>
115+ <li>simple_central_lp</li>
116+ <li>simple_central_audio_receiver</li>
117+ <li>simple_peripheral_audio_transmitter</li>
118+ <li>simple_eddystone</li>
119+ <li>simple_peripheral_observer</li>
120+ <li>simple_proprietary_beacon</li>
121+ <li>spp_over_ble</li>
122+ <li>throughput_example</li>
123+ <li>serial_bootloader</li>
124+ <li>central_to_multiperipheral</li>
125+ </ul>
126+ </td>
127+ </tr>
128+ <tr>
129+ <td>
130+ <a href = "https://github.com/ti-simplelink/ble_examples/tree/ble_examples-2.1">TI BLE-Stack SDK v2.1.x</a>
131+ </td>
132+ <td>
133+ <ul>
134+ <li>SimpleAP</li>
135+ <li>SimpleNP</li>
136+ <li>MultiRole</li>
137+ <li>SimpleBLEPeripheral: LCD to UART</li>
138+ <li>SimpleBLEPeripheral: porting to TI-RTOS 2.15</li>
139+ <li>Apple Notification Center Service</li>
140+ </ul>
141+ </td>
142+ </tr>
143+ </tbody >
144+ </table >
36145
37146# Navigating the Repository
38147
@@ -129,7 +238,10 @@ Read audio frames in from an external codec and loop them back using I2S.
129238 * [ GCC Project Files] ( examples/rtos/CC26X2R1_LAUNCHXL/drivers/i2secho/tirtos/gcc )
130239 * [ Source] ( examples/rtos/CC26X2R1_LAUNCHXL/drivers/i2secho/ )
131240
132- ### Serial Port Profile (SPP) BLE Examples
241+ ### Serial Port Profile (SPP)
242+
243+ ** Note: These examples will be deprecated as of the 2.20 SDKs. It will be
244+ replaced with the Simple Serial Socket**
133245
134246This is a UART to BLE bridge example where a spp\_ ble\_ client and spp\_ ble\_ server connect
135247with one another and exchange UART data over the air.
@@ -160,5 +272,4 @@ training.
160272
161273Other resources can be found below:
162274
163- * [ BLE wiki] ( http://www.ti.com/ble-wiki )
164275* [ BLE E2E Page] ( www.ti.com/ble-forum )
0 commit comments