I have an Arduino Uno (and MEGA) and just received the RedFly WiFi shield.
I am going through the simple WebServer example and can not connect to the WebServer.
Here is the output from the Arduino. I connect to my wireless and everything looks like it starts properly. When I go to http://192.168.1.15 the browser just spins.
Un
AT+RSI_FWVERSION?
AT+RSI_BAND=0
AT+RSI_INIT
AT+RSI_NUMSCAN=0
AT+RSI_SCAN=0
AT+RSI_NETWORK=INFRASTRUCTURE
AT+RSI_PSK=xxxxxxxx
AT+RSI_JOIN=nintendo,0,2
AT+RSI_IPCONF=1,0,0
IP:192.168.1.15
AT+RSI_LTCP=80
I am running Arduino 1.0.3 and RedFly 4.5.0.
Thoughts or suggestions? I also could not get my Adhoc network working...I guess that will be another post
Thanks in advance.
Franz