Is it possible to connect Arduino Nano 33 IoT to Edge Impulse Studio?

I have seen some posts that people have trained their models with Arduino Nano 33 IoT. The firmware seems to be only for the Nano 33 BLE though, so I can’t get it updated on my board. So how could I connect 33 IoT to Edge Impulse Studio? I tried with this introduction:

Hi @Vornit

That device nomenclature is very misleading the sense ble 33 is Nordic NRF based and the IoT is Microchip SAMD based. So they are not compatible, I’d recommend using the Arduino library route over firmware here:

Best

Eoin

cc: @Arjan

I thought that the Arduino library cannot be used on the Nano 33 IoT. When I even try to include the library in the file and try to verify it, I get this error:
https://justpaste.it/be1ri

Hi @Vornit

I cant see the error but you will ask for support in the Arduino forum: https://forum.arduino.cc/

Best

Eoin