I know it was working just after my Picos arrived, but tonight I tried in several network ports with two different wiznet modules.... The basic demo code just hangs:
SPI2.setup({ mosi:B15, miso:B14, sck:B13 });
var eth = require("WIZnet").connect(SPI2, B10);
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 know it was working just after my Picos arrived, but tonight I tried in several network ports with two different wiznet modules.... The basic demo code just hangs: