I am trying to learn how to use my Arduino WiFi 101 as a web server. I am using the sketch found at
www.arduino.cc/en/Tutorial/Wifi101SimpleWebServerWiFi
Here is my system configuration:
Arduino Uno
Arduino IDE 1.7.7
Arduino Wifi 101 shield
Linksys wireless router
Here is what I see in the Serial window when I run the code and when I then
try to connect with 'http://192.168.1.108/H' with my web browser (firefox).
Attempting to connect to SSID: linksys1
SSID: linksys1
IP Address: 192.168.1.108
signal strength (RSSI):-50 dBm
new client
client disonnected
The bottom line is that I cannot get example to work properly. I've tried a few
other similar examples and the result is always the same ... as soon as I try to
connect from my browser I get a `new client' mesage followed by a 'client
disconnect' message.
Any suggestions?