This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 HTTP Client Library, OAuth, REST API, TLS Example Code

Other Parts Discussed in Thread: CC3200, CC3100

I have just made a available an example whose code could be used in various application that use REST APIs and OAuth authentication. It uses the HTTP Client Library that comes with the CC3200 SDK 1.1.0 and TI-RTOS for SimpleLink.

It performs the following steps:-

  1. Obtains the current time from a SNTP server (this is required by TLS encyrption)
  2. Obtain the OAuth 2.0 Authentication token from the Telstra API using HTTP GET over a secure TLS connection
  3. Send an SMS message using the Telstra SMS API using HTTP POST over a secure TLS connection

There are many more details on the Github Repository:-

SMS Doorbellgithub.com/.../CC3200_SmsDoorBell

Here is a video demo of the SMS Doorbell being used - https://vimeo.com/132525037