NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Staging:CC3200 HTTP Server

From Texas Instruments Wiki
Jump to: navigation, search
Cc31xx cc32xx return home.png
Cc32xx return sample apps.png

Overview[edit]

HTTP Server Application demonstrates interaction between HTTP Client(Browser) and SimpleLink Device. The SimpleLink device runs an HTTP Server and user can interact with the device using a Web Browser. User Can interact using Simple HTTP GET and POST Command

Using HTTP Server, User can do below:

  1. Get Static Pages Stored on ROM/SFLash
  2. Update Device Settings by filling Forms on Static HTML pages
  3. Get Dynamic Data such as Device status etc using Tokens in HTML pages.
  4. Send Command to Device using Tokens in HTML pages. For e.g User controls the LED on the Device.


Usage[edit]

  • Flash Example Content (html,image,Application binary) on serial flash by following below steps.
  • Ensure that the CC3200 Launchpad is formatted to 1MB and that the latest servicepack is programmed to the device.
  • Open <cc3200-sdk>\examples\httpserver\html\httpserver.ucf session file in Uniflash.
  • Ensure that SOP2 jumper is connected and flash the files to the device. Detailed instructions at Uniflash User Guide.
  • Run the reference application
    1. Run From IDE (IAR/CCS)
      • Open the Project as mentioned in the <cc3200-sdk>\docs\CC3200-Getting Started Guide.pdf.
      • Build and download the application to the board.
    2. Run Flashed Binary
      • Remove SOP-2 Jumper on Board and Press Reset. Refer <cc3200-sdk>\docs\CC3200-Getting Started Guide.pdf for detailed Information.
  • Device starts and checks for Force AP Jumper as shown below. If Jumper is placed, it starts in AP Mode
AP_Mode_Jumper.jpg



Case 1 - AP Mode

  • CC3200 device will boot in AP Mode. It will print its SSID and HTTP Server domain name in UART Terminal and the red LED should blink 3 times.


HTTP server terminal in AP mode.png


  • User needs to connect its WIFI enabled device PC/MAC/Smartphone to the device AP (Default SSID: mysimplelink-MACAddr).
  • User opens the browser and type mysimplelink.net\main.html in browser URL field.
  • Browser displays the main page. User selects Demo Tab as shown below.
http_server_main_web_page.png
  • Browser displays the demo web page as shown below.
http_server_ap.jpg


  • User clicks on ON/OFF Switch button to control the red LED on the Device.


Case 2 - STA Mode

  • Install TI WiFi Starter Pro Application on your Smartphone.
  • User needs to provision the device using AP provisioning. The procedure is a little different for Android and iOS, where additional steps are required for iOS. To provision the device using iOS, the following steps need to be followed:
    1. Connect your Smartphone to the selected AP.
    2. Launch TI WiFi Starter Pro Application.
      provisioning main page.png


    3. Click the Device to configure and follow the pop up message to direct you to the WiFi Settings. Choose your device SSID starting with mysimplelink- and concatenated with a portion of the MAC address.
      provisioning choose device to configure.png


    4. If the name of the network for provisioning is not automatically shown in WiFi Network field, click the drop down and pick the desired network from the list. Enter the Network Password in case it is a secured network. For open network, leave the 'Password' field blank.
      provisioning fill credentials.png


    5. The name of the device is filled automatically but can be modified. This will be used to identify your device.
    6. Press START CONFIGURATION button to start the procedure.
    7. Once the provisioning process is completed, a pop-up windows shows up to indicate that the new device is connected to the network.
      provisioning successful.png


  • Once provisioning is Successful, CC3200 device will connect to the AP and print its IP address on UART Terminal as shown below. Also note the messages indicating the start and finish points for the provisioning.


HTTP server terminal in STA mode.png



  • User Opens the browser and type <ipaddr>\led_demo.html e.g. 192.168.1.157\main.html in browser URL field.
  • Browser displays the main page and user selects the Demo Tab.
  • Browser displays the demo web page as shown below.


http_server_sta_sc.jpg


  • User clicks on ON/OFF Switch button to control the red LED on the Device.




Source Files briefly explained[edit]

  • main.c - Handles HTTP Request, Controls LED and Send HTTP Response with LED Status
  • gpio_if.c - Handles GPIO related operations
  • pinmux.c - Generated by Pinmux utility pin out LED GPIOs.
  • uart_if.c - Implements the UART terminal.
  • startup_*.c - Implements tools specific interrupt vector table



Limitations/Known Issues[edit]

None.

Links[edit]

{{#invoke: Navbox | navbox }} {{#invoke: Navbox | navbox }}