I'm suspicious of above result. In static IP mode, its IP address should be read correctly, but you couldn't do that.
I hope we're not talking past each other. DHCP connection doesn't work. A static ip definition with eth.setIP({....}); works well. I can ping to the defined ip address. But the server application doesn't work. No response after running a page request or setup a simple http server.
Well, i give this issue another try this weekend, but I guess I can not handle an oscilloscope :-) Nevertheless, I try my best to find a way for debugging.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I hope we're not talking past each other. DHCP connection doesn't work. A static ip definition with
eth.setIP({....});
works well. I can ping to the defined ip address. But the server application doesn't work. No response after running a page request or setup a simple http server.Well, i give this issue another try this weekend, but I guess I can not handle an oscilloscope :-) Nevertheless, I try my best to find a way for debugging.