Hello,
I would like to use the WiFiNINA_Generic.h library with the W600 module, so instead of the AT commands I can use the WiFi commands. Everything compiles fine but the W600 does not receive WiFi and I think it is the pinout problem for the W600, because there was a warning during compile. Does anyone know the connections for the Wifi module?
#elif defined(SEEEDUINO_ZERO)
#warning You have to modify pin usage according to actual connection for SAMD SEEEDUINO_ZERO
// To define pin out for WiFiNINA here
//#define PINS_COUNT (60u)
//NINA
#define NINA_GPIO0 ( 0u) //0
#define NINA_RESETN ( 1u)
#define NINA_ACK ( 2u)
#define SPIWIFI_SS 3 //PIN_SPI1_SS //3
#define SPIWIFI_ACK 2 //NINA_ACK //2
#define SPIWIFI_RESET 1 //NINA_RESETN //1