Skip to content

Commit 7e507a5

Browse files
author
j-iglesiasmorales
committed
Fixed copyright dates of a few files. Updated main readme.md file
1 parent f875dfd commit 7e507a5

File tree

13 files changed

+65
-71
lines changed

13 files changed

+65
-71
lines changed

README.md

Lines changed: 41 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ For examples for other SDK versions and platforms, see table below.
4949
</tr>
5050
<tr>
5151
<td>
52+
<a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_cc13x2_26x2_sdk-4.10">TI SimpleLink CC13x2 / CC26x2 SDK 4.10.00.00</a>
53+
</td>
54+
<td>
55+
<ul>
56+
<li>Simple Serial Socket</li>
57+
<li>Bluetooth 5 Throughput Demo</li>
58+
</ul>
59+
</td>
60+
</tr>
61+
<tr>
62+
<td>
5263
<a href = "https://github.com/ti-simplelink/ble_examples/tree/simplelink_cc2640r2_sdk-3.40">TI SimpleLink CC2640R2 SDK 3.40.00.10</a>
5364
</td>
5465
<td>
@@ -248,6 +259,9 @@ The numbering scheme is in the form of M.mm.pp.bb. The fields pp.bb are incremen
248259
as GitHub examples are released, M.mm will map a GitHub release to a SimpleLink
249260
SDK release.
250261

262+
### 4.10.00.00
263+
Initial offering of select SimpleLink CC2640R2 SDK 4.10.00.00 examples.
264+
251265
### 3.40.00.00
252266
Initial offering of select SimpleLink CC2640R2 SDK 3.40.00.10 examples and one
253267
new example added:
@@ -313,60 +327,40 @@ related to the ble_examples repo.
313327

314328
## Examples / Demo List
315329

316-
### Simple Serial Socket
330+
### Glucose Sensor
317331

318-
This is a UART over BLE bridge example where a Simple Serial Socket Client
319-
(SSSC) and Simple Serial Socket Server (SSSS) connect with one another and
320-
exchange UART data over the air. An generic Simple Stream Service is used
321-
making it easy to exchange data sink and source to create a custom serial
322-
socket over BLE implementation.
323-
324-
**Note: this example replaces the SPP over BLE example**
325-
326-
* Simple Serial Socket Client
327-
* BLE 4.2
328-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_client/readme.md)
329-
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_client/tirtos/iar)
330-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_client/tirtos/ccs)
331-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_client/src)
332-
* BLE 5.0
333-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_client/readme.md)
334-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_client/tirtos/ccs)
335-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_client/src)
336-
* Simple Serial Socket Server
332+
This sample project implements the Glucose Sensor profiles in a Bluetooth low
333+
energy peripheral device to provide an example of a glucose level monitor
334+
using simulated measurement data. The application implements the Sensor role of
335+
the glucose sensor profile. The project is based on the adopted profile and
336+
service specifications for glucose sensor.
337+
* glucose\_sensor
337338
* BLE 4.2
338-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_server/readme.md)
339-
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_server/tirtos/iar)
340-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_server/tirtos/ccs)
341-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_serial_socket_server/src)
339+
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/README.html)
340+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/tirtos/ccs)
341+
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/src)
342342
* BLE 5.0
343-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_server/readme.md)
344-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_server/tirtos/ccs)
345-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/simple_serial_socket_server/src)
343+
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/glucose_sensor/README.html)
344+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/glucose_sensor/tirtos/ccs)
345+
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/glucose_sensor/src)
346346

347-
### Simple Peripheral Observer
347+
### Heart Rate Sensor
348348

349-
This sample project is used to add observer role to a BLE peripheral device to
350-
show scanning functionality in a peripheral based project.
351-
352-
* simple\_peripheral\_observer
353-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_peripheral_observer/readme.md)
354-
* [IAR Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_peripheral_observer/tirtos/iar)
355-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_peripheral_observer/tirtos/ccs)
356-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/simple_peripheral_observer/src)
357-
358-
### Blood Pressure Monitor
359-
360-
This sample project implements the Blood Pressure profiles in a Bluetooth low
361-
energy peripheral device to provide an example blood pressure monitor (BPM)
349+
This sample project implements the Heart Rate profiles in a Bluetooth low
350+
energy peripheral device to provide an example of a heart rate monitor
362351
using simulated measurement data. The application implements the Sensor role of
363-
the blood pressure profile. The project is based on the adopted profile and
364-
service specifications for blood pressure.
352+
the heart rate profile. The project is based on the adopted profile and
353+
service specifications for heart rate sensor.
354+
* heart\_rate
355+
* BLE 4.2
356+
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/heart_rate/README.html)
357+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/heart_rate/tirtos/ccs)
358+
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/heart_rate/src)
359+
* BLE 5.0
360+
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/heart_rate/README.html)
361+
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/heart_rate/tirtos/ccs)
362+
* [Source](examples/rtos/CC2640R2_LAUNCHXL/ble5apps/heart_rate/src)
365363

366-
* blood\_pressure
367-
* [Documentation](examples/rtos/CC2640R2_LAUNCHXL/bleapps/blood_pressure/readme.md)
368-
* [CCS Project Files](examples/rtos/CC2640R2_LAUNCHXL/bleapps/blood_pressure/tirtos/ccs)
369-
* [Source](examples/rtos/CC2640R2_LAUNCHXL/bleapps/blood_pressure/src)
370364

371365
## References
372366

examples/rtos/CC2640R2_LAUNCHXL/ble5apps/glucose_sensor/src/app/glucose.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848
/*********************************************************************

examples/rtos/CC2640R2_LAUNCHXL/ble5apps/glucose_sensor/src/app/glucose.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848
#ifndef GLUCOSE_H

examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/src/app/glucose.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848

examples/rtos/CC2640R2_LAUNCHXL/bleapps/glucose_sensor/src/app/glucose.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848
#ifndef GLUCOSE_H

examples/rtos/CC2640R2_LAUNCHXL/bleapps/heart_rate/src/app/heart_rate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848
/*********************************************************************

examples/rtos/CC2640R2_LAUNCHXL/bleapps/heart_rate/src/app/heart_rate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_ble_example_pack_01_50_00_62
45-
Release Date: 2017-11-01 10:38:41
44+
45+
4646
*****************************************************************************/
4747

4848
#ifndef HEARTRATE_H

source/ti/ble5stack/profiles/glucose/glucservice.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_01_50_00_58
45-
Release Date: 2017-10-17 18:09:51
44+
45+
4646
*****************************************************************************/
4747

4848
/*********************************************************************

source/ti/ble5stack/profiles/glucose/glucservice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
4343
******************************************************************************
44-
Release Name: simplelink_cc2640r2_sdk_01_50_00_58
45-
Release Date: 2017-10-17 18:09:51
44+
45+
4646
*****************************************************************************/
4747

4848
#ifndef GLUCOSESERVICE_H

source/ti/ble5stack/profiles/heart_rate/battservice.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4141
4242
******************************************************************************
43-
Release Name: simplelink_cc2640r2_sdk_01_50_00_58
44-
Release Date: 2017-10-17 18:09:51
43+
44+
4545
*****************************************************************************/
4646

4747
/*********************************************************************

0 commit comments

Comments
 (0)