Running on Arduino Yun

Hi to all.

Is it possible to have Edge Impulse in an Arduino Yun? Ideally, I would like to run it from the Yun, so please give me some pointers on how to do this.

Thanks!

Hi @stavdee,

Looking at the specs of the Arduino Yun I don’t think it will run on this board. The Atmel MCU is 8-bits only (you’ll need a 32-bits architecture such as Cortex-M family).
There is also an Atheros CPU to run Linux but using a MIPS architecture, at the moment we support ARMv7 or AARCH64.

Aurelien

1 Like

Ok thank you @aurel
I will go with an ESP-32 then

1 Like