finally, some clarity!
this makes sense as to why it worked for me at one point and then stopped... i followed the code
here which got me serving webpages, but broke after a few minutes. after tinkering around with no forward progress, i reloaded the drivers and followed the instructions
here which got me nowhere. i swear, getting this wishield information is like a digital scavenger hunt. async's documentation is weak at best. they should disclose that wiserver is experimental or a work in progress or something...
anywho, so yea... im back where i was sometime last week i guess... arduino boots up, wifi connects to the AP, led lights up, i can retrieve webpages intermittently.
after this point, one of two things happens... within a few minutes, either the arduino reboots and its another 40sec wait for it to reconnect OR the arduino locks up completely.
not too sure where to go from here... it would be nice if i could monitor what the arduino/wishield is doing when this happens. bob's code looks like it has this function, but i can't figure how to display it. ie:
<pre class="ip-ubbcode-code-pre"> // It has been one minute and no response - reset WiServer
Serial.println("No response - resetting WiServer");</pre>
<pre class="ip-ubbcode-code-pre"> // Send request to the keepalive ip and make sure we can still talk
Serial.println("Sending keepalive GET"); </pre>
i think i need to re-read
this thread and go from there.
yours still up & stable? what AP/router are you using? cheers!
-sj