When running the standard WebClient example, I get the following output in Serial Monitor:
Sending GET request to web server
log> sppc_begin: phpoc wifi shield, firmware 1.5.0
log> sppc_begin: package 1.5.0
log> sppc_begin: WiFi INFRA LemnosWL42 ch9
log> sppc_begin: IPv4 192.168.2.253 255.255.0.0 192.168.2.254 192.168.2.254
log> dns: query A example.phpoc.com >> log> command: error -110
0.0.0.0
log> dns: query A example.phpoc.com >> log> command: error -110
0.0.0.0
connection failed
disconnected
The setup is:
Arduino Mega 2560 or Arduino UNO
Phpoc wifi shield R1 running in infrastructure mode
Firmware v 1.5.0
Flash files v 1.5.0
What could go wrong? Help will be greatly appreciated!
By the way, accessing web servers through php works fine, including dns.
Sending GET request to web server
log> sppc_begin: phpoc wifi shield, firmware 1.5.0
log> sppc_begin: package 1.5.0
log> sppc_begin: WiFi INFRA LemnosWL42 ch9
log> sppc_begin: IPv4 192.168.2.253 255.255.0.0 192.168.2.254 192.168.2.254
log> dns: query A example.phpoc.com >> log> command: error -110
0.0.0.0
log> dns: query A example.phpoc.com >> log> command: error -110
0.0.0.0
connection failed
disconnected
The setup is:
Arduino Mega 2560 or Arduino UNO
Phpoc wifi shield R1 running in infrastructure mode
Firmware v 1.5.0
Flash files v 1.5.0
What could go wrong? Help will be greatly appreciated!
By the way, accessing web servers through php works fine, including dns.
Comment