Hello
I found the following YouTube video demonstrating a web server using the MSP430 CPU and the CC3000 Wi-Fi module, together with the Energia toolchain.
The video is at http://www.youtube.com/watch?v=1yBP8HwUyeo
The evaluation modules recommended in the video are the
MSP-EXP430F5529LP launchpad evaluation board http://www.ti.com/tool/MSP-EXP430F5529LP
With the CC3000BOOST booster module http://www.ti.com/tool/cc3000boost
I got the parts and connected them. Got the energia toolchain and compiled and downloaded the simpleWebServer example.
through the serial monitor provided by energia I got the following:
Connecting to WiFi....
Connect success!
Waiting for DHCP address
IP Address Information:
IP Address: 192.168.0.198
MAC address: 70:FF:76:01:75:CD
Version: 1.10
NetMask: 255.255.255.0
Gateway: 192.168.0.1
SSID: 2WIRE384
ret: 171
Google IP: 0.0.0.0
new client
GET /
When trying to access the web server through the browser by using 192.168.0.198 I got the 'new client' string and the GET cmd...
but the page described in the video never popped up...
Is the example included in energia-0101E0011 unfinished... if so is there a new version? Any hint as to what I may be missing is greatly appreciated!
thanks,
regards