Wifi-Shield ex5,6

Hello!

I did Example2 and Example3 wifly_test well from seeedstudio.com/wiki/Wifi_Shield_V2.0
But I’ve uploaded Example 4 and 5 to connect my Arduino Uno R3 board, it doesn’t seem work.

My serial monitor returns:
--------- WIFLY Webserver --------
Join NetweeN
OK
get ip

IF=DOWN
DHCP=ON
IP=0.0.0.0:80
NM=0.0.0.0
GW=0.0.0.0
HOST=0.0.0.0:2000
PROTO=TCP,
MTU=1524
FLAGS=0x7
TCPMODE=0x0
BACKUP=0.0.0.0
<4.41> Web server ready

And Ex5 also returns
--------- WIFLY Webserver --------
Join NetweeN
OK
IP:0.0.0.0
Web server ready

Why did this display IP:0.0.0.0?

Thanks!

I ran into the same probelm, I’m not sure why it displays 0.0.0.0 as the IP adress, but I did find out that if you just copy the IP address you got in the previous example and use it as if you got it in this one (i.e. post it anywhere in the program where you need the shield’s address and paste it in the browser) it’ll work just fine
hope this helps :slight_smile:

wow, I went with the same problem! Also, it differed from place to place. For example, in my school laboratory, it went totally perfect, but in classroom or dormitory, it could only display IP address of 0.0.0.0. . I wonder how this happens and how it related to the actual IP address?