// sck is 125KHz
SPI1.setup({mosi: D22, miso: D20, sck: D19});
eth = require("WIZnet").connect(SPI1, D18);
// and now it's stuck in the PHY link loop
-> jswrap_wiznet_connect
PHY link status check loop...
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.
Ok, back with a soldered setup, see attached picture.
Pico can handle WIZ550io and WIZ850io without issues over SPI2
MDBT42Q communication over SPI1.
Any hints?
1 Attachment