I’ve set up the Wifly module on an Arduino Mega 2560. It connects to my wifi network and gets an ip address. I’ve uploaded the example server that listens on port 80 and used ‘set ip local 80’ and ‘save’ in CMD mode. But the browser just times out and I can’t telnet to it. If I try to ping the router from the wifly it says:
<2.31> ping 192.168.1.1
ERR: Net IF is down
is there something I’m missing?
thanks