Arduino and edge impulse

Hi,
I have been really confused with this. Is the library that we download after training the edge impulse compatible with Arduino UNO board. I have researched into this and found that the code downloaded is only arduino nano 33 ble sense.
I have been thinking of using arduino UNO, Bme680 sensor and hc-05 bluetooth module, but not sure if i can train it in edge impulse and the library downloaded from it is compatible with arduino UNO or not?
Any help would be appreciated.

Hi @sunim,

The library requires a 32-bit architecture, Arduino UNO is only 8 bits thus not compatible.
Most ARM Cortex based Arduino boards should work with the SDK.

Aurelien

1 Like