I've been testing Vidor 4000 FPGA with a FPGA bitstream compiled with VidorBitstream project posted on git. FPGA works great, but when I include WifiNINA and SPI libraries, every NINA example project throws errors. For example, CheckFirmwareVersion throws "Communication with WiFi module failed!".
And from what I see I cannot use both VidorPeripherals official library (WiFiNINA works with this library) and the custom one I compiled because they both want to flash to FPGA and have conflicting header/cpp files.
Any workaround to get WiFiNINA working with VidorBitstream library?