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.
CC3200 Info Center Get Weather Application
Contents
Overview[edit]
Get Weather application connects to "openweathermap.org" server, requests for weather details of the specified city, process data and displays it on the Hyperterminal.
Application details[edit]
Application connects to a open AP with SSID "cc3200demo". In case the connection to this default AP is unsuccessful, the user is prompted to enter the AP details on the hyperterminal.
The AP details have to be entered in the format as specified below:
<ap_ssid>:<security_type>:<password>:<wep_key_id>:
- ap_ssid - ssid of the AP to be connected
- security_type - values 1(for Open) or 2(for WEP) or 3(for WPA)
- password - network password in case of 2(for WEP) or 3(for WPA)
- wep_key_id - key ID in case of 2(for WEP)
The RED LED continuously blinks as long as a connection with AP is not established. Once established, the RED LED stays continuously ON.
The user is prompted to enter the city name of interest to obtain the weather information.
The weather information is then requested from "openweathermap.org" server for the specified city. This is done by opening a TCP socket with
server and sending a HTTP Get request. The response is parsed and the weather information displayed.
Source Files briefly explained[edit]
- network_if - Common functions to handle connection to AP and FreeRTOS hook functions.
- gpio_if - Basic GPIO interface APIs. Used to control the RED LED.
- main - Initializes the device, connects to a AP, performs a DNS lookup, open a TCP socket, send a HTTP Get request and displays weather information
- pinmux - Assigns a personality to the pins at the device boundary
- uart_if - To display status information over the UART
- udma_if - Wrapper functions for uDMA module driver
- timer_if - Wrapper functions for timer module driver
- startup_* - Tool specific vector table implementation
Usage[edit]
- Setup a serial communication application (HyperTerminal/TeraTerm). For detail info visit CC31xx & CC32xx Terminal Setting
On the host PC, open a hyperterminal, with the following settings- Port: Enumerated COM port
- Baud rate: 115200
- Data: 8 bit
- Parity: None
- Stop: 1 bit
- Flow control: None
- Run the reference application (Flashing the bin/IAR/CCS).
- Open the Project as mentioned in the 'docs\CC3200-Getting Started Guide.pdf'.
- Build and download the application to the board
- Application requires the AP to have the internet connectivity.
- On the Hyperterminal, in case the connection to this default AP is unsuccessful, the user is prompted to enter the AP details.
- The RED LED continuously blinks as long as a connection with AP is not established. Once established, the RED LED stays continuously ON.
- The user is prompted to enter the city name.
- The weather information of the specified city is displayed if obtained.
- When prompted, the user can enter quit to exit the application.
- Terminal snapshot when application runs on device:
Limitations/Known Issues[edit]
WEP connectivity is not tested with this application.
Links[edit]
{{#invoke: Navbox | navbox }} {{#invoke: Navbox | navbox }}