FEZ Cobra II & RS21 Wi-Fi module via SPI

I’m looking to connect an RS21 module with the Cobra II (without WiFi built in). Is this possible and if so what are the correct SPI pins?

e.g. netif = new WiFiRS9110(SPI.SPI_module.SPI2, G120.P1_10, G120.P2_11, G120.P1_9);

Thanks,
Sevag

Those are the pins I use

Worked out the pins. When connecting RS21 via “S” socket on Cobra II use:

netif = new WiFiRS9110(SPI.SPI_module.SPI2, G120.P1_17, G120.P2_21, G120.P1_14);

1 Like