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.

CCS/CC3200-LAUNCHXL: CC3200 SDK http-server example help

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200SDK

Tool/software: Code Composer Studio

Is there a tutorial that walks you step by step through any of the examples in the CC3200SDK example folder in CCS. I am particularly interested in the HTTP server one. What I want to understand is where the demo website switch connects to the actual Red LED. For starters, I would like to be able to change which LED on the launchpad is controlled by the switch on the website.

  • Hi Rafal,

    There is no step-by-step guide to the examples, but all of the application code is commented. For the httpserver demo, the SimpleLinkHttpServerCallback in main.c handles all incoming requests to the HTTP server. You can also change the GET and POST requests from the hosted webpage (html/led_demo.html).

    Best regards,
    Sarah