Arduino wifi shield cannot find IP address

谁都会走 提交于 2019-12-25 02:48:13

问题


Hi i'm trying to access my wifi shield's ip address on the browser but I keep getting Oops! Google Chrome could not connect to "IP ADDRESS".

Things I've done:

1.)Updated firmware on wifi shield using this link http://ohmyfarads.com/2013/11/11/updating-firmware-on-arduino-wifi-shield-for-dummies/

2.) uploaded the wifi WPA sketch from arduino site. My connection is WPA2

3.) I switched between arduino IDE 1.02 and 1.05 but no luck with either

4.) I'm using an arduino uno board that is attached to wifi shield

Help? Thanks!


回答1:


This might be caused by incorrect router setup. Things you should look at:

1.You may have to first add device mac address to router list and assign it to the specific IP address you want to have.

2.The second option is that router may give his own address to this device by DHCP.

Remember that you have to choose nonroutable IP address for your shield. IP also has to be in your home address range. The simplest way to check that is:

1.Manu Start

2.Launch and type (or type in search) cmd

3.In console type "ipconfig"

Your local IP is in IPv4 .......... 192.168.x.x (most likely)

(in this case shield should have address like (192.168.x.y).

For more information about IP [look here][1]

You can also use Netscan tool to find out if shield is in your LAN.

I hope it will be helpful.



来源:https://stackoverflow.com/questions/22825835/arduino-wifi-shield-cannot-find-ip-address

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!