@javakys@possmann I just came across exactly this problem, with exactly the same output from eth.getIP().
The problem was that the CS pin wasn't connected and was just floating!
@possmann, please can you check that the CS pin (pin 6 on the W5500 module) is connected to pin B2 on Espruino? If it is, can you try connecting it to an LED instead and test it with digitalWrite(B2,1)? It's possible that your Espruino board has a bad connection.
And just to confirm - having tested both revisions of the board (WIZnet kindly sent me some of the new revision) they behave identically.
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.
@javakys @possmann I just came across exactly this problem, with exactly the same output from
eth.getIP()
.The problem was that the CS pin wasn't connected and was just floating!
@possmann, please can you check that the CS pin (pin 6 on the W5500 module) is connected to pin B2 on Espruino? If it is, can you try connecting it to an LED instead and test it with
digitalWrite(B2,1)
? It's possible that your Espruino board has a bad connection.And just to confirm - having tested both revisions of the board (WIZnet kindly sent me some of the new revision) they behave identically.