-
• #2
Not at the moment I'm afraid :( I'll put it down as something to do - implementing it shouldn't be too hard. DHCP would be especially handy (so DNS starts working!)
-
• #3
Just to say that I've just added this - it'll be in 1v60. In that version, do:
eth.setIP();
to use DHCP, which will probably be fine.
Or do:
eth.setIP({ ip : "192.168.1.5" }); // see the docs for other things you can put here
This also means that DNS now works \o/
-
• #4
AWESOME!
I was just reading this thread with dismay, since I'm 192.168.2.xxx (so I can connect through VPN from sites with 192.168.1.xxx IPs, and not have any complications)... but now my dismay has been preempted, since it's been solved before I even had a chance to hook up my Wiz5500I0's
-
• #5
That's fantastic - I think 1v60 has built, so I'll try it shortly :)
Gordon - does this mean DNS should work too?
-
• #6
I'll answer my own question - all works perfectly :)
DHCP gives me a nice IP, DNS server. Using the HTTP sample to retrieve
the espurino website works fine :) -
• #7
Great!
I know there's still some issue when doing GETs really soon after each other - I'm not sure what that is though...
Hi
I've got a WIZ550io module, connected it as per instructions. It works :) But it only works with a fixed IP of 192.168.1.2...
Is there any way to at least manually set the IP / Subnet if DHCP is a little way off?
Thanks
Martin