Can we use both SPI Display/WiFi at the same on Nano 33 iot

Hi,

I have a question regarding the Arduino nano 33 iot. Is it possible to use the wifi chip included in the dev board to sent sensor data to the web and also using the SPI pins to control an LCD display at the same time. From the schematics, the WIFI chip uses SPI of the Arduino.

Just use a different chip enable pin on the LCD. Enable the display send the data and then disable it.

Ok, Thanks. Will try it