Oh, so you get IP:0? Can you use setIP({ip:"192.168.1.2"}) and then getIP and see if you can read it back?
It could just be a connection issue - I reproduced exactly the same problem when I disconnected the CS pin.
There shouldn't be a problem with the Picos - the first run are absolutely fine, they just don't have a fuse on them so you have to be careful not to short the power rails out or the diode fries :)
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.
Oh, so you get
IP:0
? Can you usesetIP({ip:"192.168.1.2"})
and thengetIP
and see if you can read it back?It could just be a connection issue - I reproduced exactly the same problem when I disconnected the CS pin.
There shouldn't be a problem with the Picos - the first run are absolutely fine, they just don't have a fuse on them so you have to be careful not to short the power rails out or the diode fries :)