Welcome to SimpleLink™ Academy - a great starting point for all developers to learn about the SimpleLink MCU Platform, the industry's broadest portfolio of wired and wireless ARM Cortex-M based microcontrollers. SimpleLink Academy delivers easy-to-use training modules that span a wide range of topics for all LaunchPads in the SimpleLink MCU family.

Is this the right package?

The current SimpleLink Academy package you are viewing is intended for SimpleLink CC13xx / CC26xx SDK SDK 6.30 - please ensure it matches the intended SDK.

Getting Started

There are multiple ways to get started with SimpleLink Academy. The easiest place to start is from the device’s LaunchPad Out of Box experience. If you want to learn more about a specific technology, start with the Fundamentals section or navigate to the relevant section in the Lab Overview below.

Suggested Curriculum for CC13xx / CC26xx SDK

The CC13xx / CC26xx SDK contains the TI BLE5-Stack, the TI-OpenThread Stack, TI 15.4-Stack, TI Wi-SUN FAN Stack and TI Z-Stack, as well as a range of proprietary RF examples to be used when developing wireless applications. If you are new to the SimpleLink SDK ecosystem, please start with the LaunchPad Out of Box Lab.

If you want to learn more about a specific technology, navigate to the relevant section in the Lab overview below. Each technology will provide some guidance on the best way to get started with that particular protocol. All wireless technologies in the CC13xx / CC26xx SDK are TI-RTOS based so it is good to have a thorough understanding of TI-RTOS & TI Drivers before diving into the protocol stacks.

Each lab has a Prerequisites section which tells you what material you need to have covered already.

Lab overview

LaunchPad Out of Box Experience

Lab Description
CC1352x CC26x2 LaunchPad Out of Box Experience Get started with the LAUNCHXL-CC1352x and LAUNCHXL-CC26x2x Out-Of-Box Experience
LaunchPad SensorTag (LPSTK) Out of Box Experience Get started with the LPSTK-CC1352R Out-Of-Box Experience

Bluetooth 5

Lab Description
Bluetooth Low Energy 5 Fundamentals Setting up the debug environment, connecting to Project Zero using the Device Monitor PC tool, reading and writing characteristic data, changing the advertisement/device name
Scanning and Advertising Tutorial on how to use the advertising and scanning features of the TI BLE-Stack with example code.
Connections This tutorial will give you an overview of how to set up Bluetooth low energy connections suited to your needs. Explanation of key concepts such as master-slave and connection parameters.
Bluetooth 5 PHY Learn about Bluetooth 5 PHYs - Higher throughput with 2 Mbps PHY compared to Legacy 1 Mbps PHY or increase range with Coded PHY.
Custom Profile Explanation of the GATT and ATT protocols that Bluetooth Low Energy data exchange is based on, a walk-through of how to implement a custom Bluetooth service using the APIs provided in the TI BLE SDK, and a basic code generator for custom services
BLE Enhanced OAD Fundamentals Learn about the fundamentals of TI's Over the Air Dowload (OAD) solution. Topics include setting up the OAD environment, running the OAD demo, and reverting to factory image.
BLE Enhanced OAD Advanced Learn about advanced Over the Air Dowload (OAD) techniques. Topics include adding OAD to exisitng projects, advanced OAD debugging techniques, and creating a production image.
BLE Security Fundamentals Learn about the fundamentals of the security protocols in the TI BLE-Stack. Topics include Pairing, Bonding and Privacy.
Advanced Security Features Learn about the advanced security features in the BLE5-Satck, such as using AES drivers for encryption and how to use a white list.
BLE Coexistence Configuration Learn how to configure a BLE device for wireless PTA coexistence with a Wi-Fi device.

Bluetooth Mesh

Lab Description
TI Bluetooth Mesh Fundamentals Learn about the fundamentals of TI's Bluetooth Mesh solution. Setting up the debug environment, using the simple_mesh_node application, configuring a mesh node
TI Bluetooth Mesh Provisioning Learn more about TI's Bluetooth Mesh solution and how to provision and configure nodes to a network using the SimpleLink Starter mobile application

RTLS Toolbox

Lab Description
Real Time Localization System (RTLS) Learn about the fundamentals of TI's Real Time Localization System based on Bluetooth Low Energy. Topics include getting started with the RTLS Toolbox environment, presentation of the localization techniques and walk-through the demo.
Angle of Arrival - Target device Learn about the fundamentals of TI's Angle of Arrival solution for targets. This lab focuses on enabling a device as AoA target. Topics include enabling AoA packets sending both in connection and non-connection mode, testing and optimizing your AoA target.
Angle of Arrival - Locator device Learn about the fundamentals of TI's Angle of Arrival solution for locators. This lab focuses on enabling a device as AoA locator. Topics include enabling AoA packets reception and IQ data extraction both for connection and non-connection modes.

TI-OpenThread

Lab Description
Thread CLI Project Zero Introduction to TI-OpenThread using the Command Line Example
Thread Border Router Setup Setup a Thread Border Router with the Network Co-Processor Example

Proprietary RF

Lab Description
Basic RX and TX Code Composer Studio, SmartRF Studio training. Import, modify, build and run RF examples for the CC13x0, CC13xx-CC26xx and CC2640R2 devices through a series of tasks

TI 15.4-Stack

Lab Description
Sensor and Collector - TI 15.4-Stack Project Zero Use TI 15.4-Stack and build the sensor and collector examples in order to create a star network.
Using TI 15.4-Stack and portable app to create a remote sensor Using the TI 15.4-Stack and portable app to create a remote sensor.
TI 15.4-Stack - Linux Gateway Project Zero Using the TI 15.4-Stack Linux SDK to create a sensor network.
TI 15.4-Stack - Adding a New Sensor Learn about how to add new sensors, display the data on CUI, and send the data over the air.
TI 15.4-Stack - Over the Air Download (OAD) Learn about how to update your remote sensors over the air without the need of physically accessing them
LPSTK TI 15.4-Stack Create a TI 15.4 network with the LaunchPad SensorTag.

Dynamic Multi-Protocol Manager

Lab Description
DMM Fundamentals How to setup the DMM remote display example and what to take into consideration when making a DMM project.
Customizing Use Case How to extend and modify an existing DMM example in order to change the use case of the project.
DMM Integration Setting up a DMM project from scratch, showing how to DMM convert a existing proprietary radio protocol and run it alongside another radio protocol stack.

Sensor Controller Studio

Lab Description
Sensor Controller Fundamentals Entry level guide on how to use the Sensor Controller with the GUI tool, Sensor Controller Studio (SCS). You will generate, download and debug code on the sensor controller processor (16-bit custom low power RISC processor).
Project from Scratch Create a new Sensor Controller Studio project, generate the sensor controller driver and integrate with an TI-RTOS application
Ultra-Low Power Sensing Explore ultra-low power sensoring with the ULP Sense BoosterPack, and learn how to create low-power applications with the boosterpack. Flow metering is used as an example application.
Sensor Controller - Capacitive Touch Learn about how to do capacitive touch with the Sensor Controller and how to do run time logging
Sensor Controller Code Optimization and Custom Procedures Learn about how to do optimize your sensor controller code and how to write new custom procedures

Real-Time OS

Lab Description
FreeRTOS Basics Introduction to using FreeRTOS with the SimpleLink MCU SDK
RTOS Concepts A general overview of concepts used in Real-Time Operating Systems such as task/threads, scheduling, semaphore
TI-RTOS Basics Introductory training to using TI-RTOS in the CCS IDE
POSIX Project Zero Introduction to how POSIX is supported in SimpleLink SDKs, creating threads and creating and using message queues

TI Drivers

Lab Description
Project Zero An introduction to using TI Drivers within the SimpleLink SDK, a common set of functional peripheral APIs that enable 100% code portability between SimpleLink MCU devices.
GUI Composer ADC Application Easily create HTML-based graphical user interfaces (GUIs) that feature gauges, sliders, charts & more, to complement your SimpleLink MCU-based applications

Zigbee

Lab Description
Light and Switch - Zigbee Project Zero Get started with Zigbee networking by forming a simple Zigbee network.
Designing a Custom Zigbee 3.0-Certifiable Product Using SampleApp Design your own custom Zigbee 3.0 device
Zigbee Fundamental Project Development Using Z-Stack features and API to develop a custom application
Zigbee Security Features Using Z-Stack security features to protect centralized networks from attack
Z-Stack - Zigbee Linux Gateway Project Zero Using the Zigbee Linux Gateway SDK for a Zigbee-to-IP gateway solution
Zigbee ZCL: Keepalive/Poll Control Cluster and Groups/Scenes Using keepalives/poll control cluster and groups/scenes
Creating a Zigbee Network with LPSTK Design a Zigbee network with a Light and Switch using LaunchPad SensorTag

Debugging

Lab Description
Debug Printing Explains the different ways that an application can output debug info at runtime.
Assign a Launchpad to a CCS Project How-To Guide - Assign a specific target to a CCS project

TI Wi-SUN FAN

Lab Description
TI Wi-SUN FAN Fundamentals Set up a mesh network using TI Wi-SUN FAN Border Router and Router Nodes.

Tools

Lab Description
SysConfig Tool Basics Introduction to the SysConfig tool to configure your system.
Analog Signal Chain Studio Basics Introduction to Analog Signal Chain Studio

Videos

Video Description
Why Sub1-GHz In this video, we describe the advantages of using Sub-1GHz wireless communication, and why Sub-1GHz communication can increase range, reduce power consumption, and increase reliability
Introduction to the CC13xx/CC26xx Sensor Controller Describes what the Sensor Controller programmable CPU is, how it works, and how to use it

What's new

v6.30.00 - November 11th 2022

  • Updates and bug fixes for SimpleLink CC13xx / CC26xx SDK v6.30
  • Updated lab content to be compatible with TI-RTOS7.
  • Added support for on-chip OAD to the Advanced OAD lab.
  • Deprecated EasyLink content to align with SDK.

v6.20.00 - August 2nd 2022

  • Updates and bug fixes for SimpleLink CC13xx / CC26xx SDK v6.20
  • Restructured BLE OAD lab content by dividing into two labs.

v6.10.01 - April 13th 2022

  • Updates and bug fixes for SimpleLink CC13xx / CC26xx SDK v6.10

v6.10.00 - April 13th 2022

  • Updates and bug fixes for SimpleLink CC32xx SDK v6.10

v5.40.00 - February 11th 2022

  • Updates and bug fixes for SimpleLink CC13xx / CC26xx SDK v5.40

v5.30.01 - February 8th 2022

  • Minor updates for SimpleLink CC13xx / CC26xx SDK v5.30

v5.30.00 - November 30th 2021

  • Updates and bug fixes for SimpleLink CC13xx / CC26xx SDK v5.30
  • Updates to RTLS Toolbox and BLE Mesh labs
  • Note: SimpleLink CC13x2 / CC26x2 has been renamed to SimpleLink CC13xx / CC26xx

v5.20.01 - August 10th 2021

  • New lab! Getting started with TI Wi-SUN FAN Stack
  • Fix outdated instruction in DMM Integration

v5.20.00 - July 29th 2021

  • Updates and bug fixes for SimpleLink CC32xx SDK v5.20
  • Updates and bug fixes for SimpleLink CC13x2 / CC26x2 SDK v5.20
  • In conformity with Bluetooth Low Energy specifications, RTLS examples only support “raw I/Q data” mode. Support for Angle of Arrival (AoA) has been removed
  • New BLE Mesh Provisioning lab

v5.10.02 - May 17th 2021

  • Updates and bug fixes for SimpleLink CC2640R2 SDK v5.10

v5.10.01 - May 4th 2021

  • Update and bug fixes for SimpleLink CC32xx SDK v5.10
  • Changes to the Wi-Fi OTA lab and added important notices for DropBox and GitHub users

v5.10.00 - April 21st 2021

  • Updates to RTLS Toolbox and BLE Mesh labs
  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v5.10

v4.40.00 - January 22nd 2021

  • New lab for BLE Mesh
  • New SysConfig ImageCreator Basics lecture for CC32xx SDK
  • Updated CC32xx labs for SysConfig ImageCreator Tool
  • Updates to RTLS Toolbox lab
  • Updates to BLE labs to use appropriate language nomenclature directive
  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v4.40
  • Update and bug fixes for SimpleLink CC32xx SDK v4.40

v4.30.02 - November 9th 2020

  • Add analog Signal Chain Studio to WiFi SLA
  • Bug fixes for Analog Signal Chain Studio

v4.30.01 - October 20th 2020

  • Updates and bug fixes for SimpleLink CC26x2 CC13x2 SDK v4.30
  • Updates and bug fixes for SimpleLink CC2640R2 SDK v4.30
  • New lab for Analog Signal Chain Studio
  • Removed SysConfig labs for CC2640R2 and CC1310 SDKs

v4.30.00 - October 10th 2020

  • Updates and bug fixes for SimpleLink CC32xx SDK v4.30
  • Updated Wi-Fi and SysConfig Basics labs for SysConfig Genlibs support
  • Added FreeRTOS Basics lab including FreeRTOS ROV

v4.20.03 - August 14th 2020

  • Update and bug fixes for BLE labs

v4.20.01 - July 9th 2020

  • New lab: 15.4 Stack adding a new sensor! Learn about how to add new sensors, display the data on CUI, and send the data over the air.
  • New lab: 15.4 Stack doing Over the Air Downloads (OAD)! Learn about how to update your remote sensors over the air without the need of physically accessing them.
  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v3.40
  • Update and bug fixes for SimpleLink CC2640R2 SDK v3.40

v4.10.03 - June 19th 2020

  • Add DICE Wi-Fi lab for CC32xx SDK

v4.10.02 - May 19th 2020

  • Update Wi-Fi labs for SimpleLink CC32xx SDK v4.10

v4.10.01 - April 20th 2020

  • New lab: BLE Coexistence Configuration! Learn about how to use the new Coexistence feature for CC13x2 and CC26x2 devices.
  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v4.10
  • Update and bug fixes for SimpleLink CC2640R2 SDK v4.10

v4.10.00 - February 5th 2020

  • Maintenance for SimpleLink CC13x2 26x2 SDK v3.30

v3.40.02 - February 5th 2020

  • Update RTLS labs for SimpleLink CC13x2 26x2 SDK v3.40, this includes removing the rtls_intro and rts_tof labs
  • Remove RTLS labs for SimpleLink CC2640R2 SDK v3.30
  • Update Wi-Fi labs for SimpleLink CC32xx SDK v3.40
  • Add Wi-Fi security suggested curriculum to CC32xx overview page

v3.40.01 - January 17th 2020

  • Add AWS Provisioning lab for CC32xx Plugin for AWS IoT

v3.40.00 - January 16th 2020

  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v3.40
  • Update and bug fixes for SimpleLink CC2640R2 SDK v3.40

v3.30.03 - November 21st 2019

  • Remove disclaimer in RTLS labs

v3.30.02 - November 7th 2019

  • Created labs for LaunchPad SensorTag Kit (LPSTK)
  • Updated RTLS labs for SimpleLink CC13x2 26x2 SDK v3.30
  • Updated RTLS labs for SimpleLink CC2640R2 SDK v3.30

v3.30.01 - October 10th 2019

  • Update and bug fixes for SimpleLink CC13x2 26x2 SDK v3.30
  • Added Sysconfig for SimpleLink CC13x2 26x2 SDK v3.30
  • Update and bug fixes for SimpleLink CC2640R2 SDK v3.30
  • Update and bug fixes for SimpleLink CC32xx SDK v3.30
  • Added Sysconfig for SimpleLink CC32xx SDK v3.30

v3.30.00 - October 8th 2019

  • Updated TI 15.4 Stack Gateway related Trainings
  • Updated TI 15.4 Stack/Zigbee Trainings to reflect CUI addition and Sysconfig
  • Added Sysconfig for SimpleLink MSP432P4 SDK v3.30
  • Added Sysconfig for SimpleLink MSP432E4 SDK v3.30
  • Update and bug fixes for SimpleLink MSP432P4 SDK v3.30
  • Update and bug fixes for SimpleLink MSP432E4 SDK v3.30

v3.20.02 - August 19th 2019

  • Added RTLS Intro, BLE 5.1 AoA, TI ToF labs for CC13x2 CC26x2 Product
  • Added Advanced Security lab for CC13x2 CC26x2 Product
  • Updates and bug fixes for CC32xx SDK v3.20
  • Updated terminal screenshots and UniFlash ImageCreator instructions for Wi-Fi OTA lab
  • Updates and bug fixes for CC13x2 26x2 SDK v3.20
  • Updates and bug fixes for CC13x0 SDK v3.20
  • Updates and bug fixes for CC2640R2 SDK v3.20
  • Added BLE Security Fundamentals for CC26x2 and CC13x2
  • Update and bug fixes for SimpleLink MSP432P4 SDK v3.20

v3.10.02 - April 22nd 2019

  • Add SimpleLink Academy to SimpleLink SDK BLE Plugin and SimpleLink SDK TI 15.4 Stack Plugin
  • Moved all SimpleLink SDK Plugin labs from SimpleLink MSP432P4 and MSP432E4 SDKs to the respective Plugin packages
  • Add Custom Power Performance Level lab for SimpleLink MSP432P4 SDK
  • Update and bug fixes for SimpleLink MSP432P4 SDK v3.10
  • Update and bug fixes for SimpleLink MSP432E4 SDK v3.10

v3.10.01 - April 17th 2019

  • Updates and bug fixes for CC13x2 26x2 SDK v3.10
  • Updates and bug fixes for CC13x0 SDK v3.10
  • Updates and bug fixes for CC2640R2 SDK v3.10
  • Updates to RTLS labs for CC2640R2
  • Updates for CC32xx SDK v3.10
  • Added CC3235 support for Wi-Fi OTA and Portable + Wi-Fi

v2.40.02 - February 28th 2019

  • Gen 3 CC3235 and CC3135 support!
  • New Out of Box Experiences for CC3235, CC3135, and CC3120 LaunchPads and BoosterPacks
  • Add ADC Simultaneous Sampling lab for MSP432E4 SDK
  • Update Wi-Fi labs for SDK and Plugin v2.40.00
  • Update MSP432 labs for SDK v2.40.00
  • Updated CC2640R2 and CC13x2/CC26x2 Labs for SDK v2.40.00
  • Preliminary release for new RTLS labs scheduled end of Feb.
  • New ZigBee Labs introduced
  • New RTLS Toolbox labs for BLE

v2.30.02 - October 25th 2018

  • Added CC1352 and CC26x2 LaunchPad Out of Box Experience
  • Added BLE Security Lab
  • Added BLE Angle of Arrival Lab
  • Added ZigBee to main content release
  • New ZigBee Labs
  • New Sensor Controller Lab
  • Adjusted Overview page

v2.30.01 - October 11th 2018

  • Update MSP432 labs for SDK v2.30.00.14
  • Minor fixes to MSP432 labs

v2.30.00 - October 2nd 2018

  • Add CC3220 Out of Box LaunchPad Experience
  • Added secure MQTT client demo to Wi-Fi MQTT lab
  • Update Wi-Fi labs for CC32xx SDK 2.30.00.05

v2.20.01 - July 23rd 2018

  • Add CC3220 Cryptographic Utilities, Wi-Fi Certificate Signing Request, and Porting an application from Ethernet to Wi-Fi labs
  • Add UniFlash ImageCreator Basics lecture
  • Update Portable + Wi-Fi lab with SimpleLink Net Socket layer
  • Update Wi-Fi labs for CC3220 SDK 2.20.00.10
  • Add TI 15.4 Stack Plugin Gateway lab

v2.20.00 - June 25th 2018

  • Update SimpleLink MSP432P4 Precision ADC Lab with ADCBuf Differential Mode Example
  • Update MSP432 Wi-Fi OTA lab with screenshots of updated Uniflash interface
  • Update MSP432E4 LaunchPad (EXP-MSP432E401Y) Out-of-Box lab with screenshots of updated Exosite UI

v2.10.02 - April 10th 2018

  • Add new DMM Fundamentals lab for SimpleLink CC13x2 SDK
  • Add new Bluetooth 5 BLE Enhanced OAD lab for SimpleLink CC13x2 and CC26x2 SDKs
  • Update CC13x0, CC13x2, and CC26x2 labs to support SimpleLink SDK 2.10

v2.10.01 - April 6th 2018

  • Add MQTT lab for MSP432E4 SDK
  • Update MSP432E4 LaunchPad (EXP-MSP432E401Y) Out-of-Box lab for latest Exosite UI
  • Update SimpleLink MSP432P4 Precision ADC Lab
  • Minor bug fixes

v2.10.00 - April 4th 2018

  • Update Wi-Fi labs for CC3220 SDK 2.10.00.04
  • Minor fixes to Wi-Fi labs

v1.15.04 - March 20th 2018

  • Add support for SimpleLink ZigBee SDK Plugin v1.60
  • Add new Zigbee labs
    • Light and Switch - Zigbee Plugin Project Zero
    • Designing a Custom Zigbee 3.0-Certifiable Product Using GenericApp

v1.15.03 - January 18th 2018

  • Add support for SimpleLink CC13x2 and CC26x2 SDKs
  • Add OpenThread labs for SimpleLink CC26x2 SDK
  • Update Bluetooth labs to support TI BLE5-Stack for SimpleLink CC13x2 and CC26x2 SDKs
  • Update CC13x0 labs to SDK 1.160

v1.15.02 - January 12th 2018

  • Added SimpleLink MSP432P4 Precision ADC Lab
  • Added support for SimpleLink CC3220 SDK v1.60

v1.15.01 - December 13th 2017

  • Added support for the SimpleLink MSP432P4111 MCU
  • LCD_F Training Lab
  • MSP-EXP432P4111 LaunchPad Out-of-Box Lab
  • Wi-Fi Over-the-Air Downloads Lab for MSP432
  • Updated Wi-Fi Project Zero for MSP432
  • Minor bug fixes

v1.14.03 - November 7th 2017

  • Added support for the SimpleLink MSP432E4 SDK and MCU
  • Added Labs for Boot Loaders on the MSP432E4 device and the EXP-MSP432E401Y LaunchPad Out-of-Box

v1.14.02 - October 12th 2017

  • Add authentication to Wi-Fi OTA
  • Update TI 15.4-Stack and Proprietary RF labs for SimpleLink CC13x0 SDK to use version 1.50 SDK
  • Update Bluetooth 4.2 labs for SimpleLink CC2640R2 SDK to use version 1.50 SDK

v1.14.01 - October 2nd 2017

  • Update Wi-Fi labs for SimpleLink CC3220 SDK to use version 1.50 SDK

v1.14.00 - September 7th 2017

  • Add new labs for SimpleLink MSP432P4 SDK:
    • LaunchPad Power Measurements Using EnergyTrace™
    • MSP-EXP432P401R LaunchPad Out-Of-Box
  • Add new labs for SimpleLink MSP432 SDK WiFi Plugin
    • Wi-Fi Plugin Project Zero
  • Support for the SimpleLink MSP432P4 SDK v1.50
  • Changed the name of the SDK to SimpleLink MSP432P4 SDK
  • Updated description of the precision ADC for the MSP432P4

v1.13.03 - August 30th 2017

  • Add new labs for SimpleLink CC2640R2 SDK:
    • TI Drivers IR Generation Lab
    • Bluetooth 5 2Mbps PHY Lab
  • Add new labs for SimpleLink MSP432 SDK WiFi Plugin
    • Wi-Fi Plugin Project Zero

v1.13.02 - July 20th 2017

  • Add Project Zero for BLE5-Stack
  • Add Sensor Controller labs for SimpleLink CC2640R2 SDK
    • Fundamentals, using example included in Sensor Controller Studio, and how to make a project from scratch.
  • Update Bluetooth LE labs for SimpleLink CC2640R2 SDK to use version 1.40 SDK

v1.13.01 - July 12th 2017

  • Add Sensor Controller labs for SimpleLink CC13x0 SDK
    • Fundamentals, using example included in Sensor Controller Studio, and how to make a project from scratch.
  • Update TI 15.4-Stack and Proprietary RF labs for SimpleLink CC13x0 SDK to use version 1.40 SDK
  • Update BLE Over the Air Download section of CC1350 Dual Mode lab for SimpleLink CC13x0 SDK to new SDK.

v1.13 - July 5th 2017

  • Update TIRTOS Basic, FreeRTOS, RTOS Concepts and TI Drivers labs for all SimpleLink SDKs to version 1.40. Minor fixes.
  • Add recommended curriculum section and description of each lab category to overview page.
  • Update labs for SimpleLink MSP432 SDK
    • Single-threaded ADC. Minor fixes.
    • Multi-threaded ADC, fixed I2C issue, added board solution file.
  • Add new WiFi labs for SimpleLink CC32xx SDK
    • Wi-Fi Secure Socet, WiFi Secure File-System
  • Update existing Wi-Fi labs for SimpleLink CC32xx SDK to SDK version 1.40.

v1.12.01 - April 2nd 2017

  • Update TIRTOS Basics lab for all SimpleLink SDKs. Minor fixes.
  • Add new WiFi labs for SimpleLink CC32xx SDK
    • WiFi OTA, WiFi MQTT
  • Add new Bluetooth LE labs for SimpleLink CC2640R2 SDK
    • GAP Advertising/Scanning, GAP Connections
  • Update Bluetooth LE labs for SimpleLink CC2640R2 SDK to refer to SDK version 1.35

v1.12 - March 9th 2017

  • Updated all labs for SimpleLink SDK 1.30.0 compatibility
  • Add TI Drivers labs for all SimpleLink SDKs
    • Project Zero, GPIO Interrupt, GUI Composer, Configuring TI drivers, Porting TI drivers
  • Add POSIX Project Zero lab for all SimpleLink SDKs
  • Add RTOS Concepts lecture/informational lab for all SimpleLink SDKs
  • Add new TI 15.4-Stack labs for SimpleLink CC13x0 SDK
    • Sensor and Collector Project Zero, Using a portable SimpleLink SDK app with TI 15.4-Stack, Linux Gateway Project Zero
  • Add new Bluetooth low energy lab for SimpleLink CC2640R2 SDK
    • Sensor Boosterpack portable example with Bluetooth low energy
  • Add new Wi-Fi labs for SimpleLink CC32xx SDK
    • CC3220 Project Zero and CC3220 Portable Wi-Fi
  • Add new TI-Drivers labs for SimpleLink MSP432 SDK
    • Single-threaded ADC and Multi-threaded RTOS Thermostat
  • Add new Plugin lab for SimpleLink MSP432 SDK
    • Bluetooth SDK Plugin introduction
  • Remove Sensor Controller labs pending Sensor Controller Studio update for SimpleLink SDKs.

v1.11 - November 4th 2016

  • Update BLE projects to use BLE SDK v2.2.1
  • Update all projects to use TI-RTOS 2.20.01.08

v1.10 - October 12th 2016

  • Add TI-RTOS IR Generation training
  • Add Bluetooth Developer Studio training
  • Update Simple Application Processor + Network Processor - Introduction to use MSP432 LaunchPad + CC2650 Module BoosterPack Hardware
    • Add MSP432 Project Zero to be used with updated Simple AP + Simple NP Introduction
    • Removed SimpleNP and SimpleAP CC2650_LAUNCHXL projects
  • Add solution files for BLE custom profile training

v1.09 - September 16th 2016

  • Compatible with CCS 6.2.0
    • Fix a problem with a build variable that changed meaning from CCS 6.1.3 to 6.2.0.
    • Default to parallel build in project files
  • Add Sensor Controller workshops
    • Create Project from Scratch
    • Task Creation and Control
  • Add Proprietary RF workshops
    • CC1350 Dual Band Out of the Box Demo
    • CC1350 Dual Band Launchpad Project Zero
  • Add videos
    • Developing your first project with Project Zero and CCS Cloud
    • Introduction to the Sensor Controller
    • How to get started with CC1310 Packet RX/TX example
    • CC13xx Wireless Sensor Network Node and Concentrator example
    • Why Sub1-GHz?
  • Fix issue with 'app usage' code for code generator in Custom Profile workshop

v1.08 - June 21st 2016

  • Update BLE projects to use BLE SDK v2.2.0
  • Update all projects to use TI-RTOS 2.18
  • Removed custom version of HostTest
  • Added Proprietary RF workshops
    • Basic RX/TX
    • Wireless Sensor Network
    • EasyLink serial API

v1.07 - May 4th 2016

  • Fix direction of memcpy for the service generator in GetParameter_XX.
  • Remove references to Board_KEY_RIGHT from TI-RTOS Lab 1.

v1.06 - March 10th 2016

  • Update to use BLE SDK v2.1.1
  • Added CCS Desktop Projects
    • HostTest
    • Project Zero
  • Change BLE examples to use Project Zero instead of TrainingTag
  • Add support for eval kits CC2650-LAUNCHXL, CC2650-STK and CC2650DK to
    • Project Zero
    • TI-RTOS Basic
    • HostTest

v1.05 - January 29th 2016

  • Add training modules
    • Simple Network/Application Processor Introduction
  • Added CCS Desktop projects
    • SimpleNP - SimpleNP project ported CC2650_LAUNCHXL
    • SimpleAP -SimpleAP project modified to work on CC2650_LAUNCHXL with SCIF UART display added

v1.04 - January 21st 2016

  • Add training modules
    • Sensor Controller Studio Basic - I2C Light Sensor
  • Change projects to support CC2650_LAUNCHXL by default

v1.03 - August 25th 2015

  • Initial release.
  • Targeting CCS Desktop 6.1, TI-RTOS for SimpleLink Wireless MCUs 2.13.00.06 and TI BLE SDK v2.1.
  • Added training modules
    • TI-RTOS Basics
    • Bluetooth Smart Basics
    • Bluetooth Smart Custom profile
  • Added CCS Desktop projects
    • HostTestTag - HostTest project modified to work on SensorTag rev 1.3 and Devpack-Debug rev 1.2.
    • BLE TrainingTag - SimpleBLEPeripheral project modified to work on SensorTag rev 1.3 and Devpack-Debug rev 1.2
    • TI RTOS Basics Lab 1 - Basic project without radio stack.