WIFI SHIELD

I am trying to connect connect wifi shield in the network.

But, while running the program for searching of available networks, in serial port i am getting the message as "Wifi shield not present" though it is attached to the arduino board.

Can anybody suggest the solutions?

Hi @aainc092,

Are you using the original WiFi shield or the new WiFi101 shield? Also, which library are you using in the sketch? You should see either "#include <WiFi.h>" or "#include <WiFi101.h>" near the start of the code.

Thanks for the suggestion.

I am using WiFi Shield 101, but as i include library with #<includeWiFi101.h> the program giving me compiling error.