We installed the sensor app from here:
http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads
Flashed and used the "terminal program" over the MSP430 (USB) UART and was connected (even to my Belkin router) instantly.
We could then ping from another PC/EVM to the CC3000 (terminal app does not have ping but useful for status). Never tried the GUI app.
Log below:
> help
Commands - [] indicates parameter
===================================
help - shows this menu prfx
assoc [XXXXX] - associates CC3000 to AP with SSID XXXXX
First Time config info will be erased prfx [XXX] - changes FTC prefix to XXX stat - provides status information
> assoc belkin.joe
OK
Attempting to connect using SSID: belkin.joe
> Connected to AP: belkin.joe
CC3000 MAC Address: 0:25:ca:2:0:58
CC3000 IP Address: 192.168.2.4
Starting Server...
Server Initialized on port 1204
Waiting for Clients
> stat
Connected to AP: belkin.joe
CC3000 MAC Address: 0:25:ca:2:0:58
CC3000 IP Address: 192.168.2.4
Server Initialized
> ping 192.168.2.3
Invalid or incomplete command. Type help for command list