Other Parts Discussed in Thread: CC3200, UNIFLASH
Hello,
I have the HTTP server up and running in a STATION configuration. I am able to access the webpages through my router (ip_address/index.html) for example.
The issue I run into is using this interface the communicate with the CC3200.
1) changing the wifi configuration through these menus do nothing (not that important as I have it set up the way I want it to)
2) the demos (LED, TEMP, Accelerometer, etc) do not interface with the board.
- The LED does not blink
- the accelerometer doesn't set off the "alarm"
- no temperature data is presented on the webpage ("current temp: NaN")
I haven't altered the code for the HTTP server example so I am confused as to why these demos do not work.
Thanks,