@@ -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
248259as GitHub examples are released, M.mm will map a GitHub release to a SimpleLink
249260SDK 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
252266Initial offering of select SimpleLink CC2640R2 SDK 3.40.00.10 examples and one
253267new 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
362351using 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
0 commit comments