Using the model deployed as arduino library on Arduino Mega

Question/Issue: Can I deploy the ML model built as an arduino library on the Arduino Mega?

**Project ID:**148396

Context/Use case: I have built a ML model as an Arduino library. Can I deploy it on Arduino Mega and other microcontrollers or can I deploy it only on the MCUs supported by Edge Impulse?

Hi @sayani,

The Arduino Mega uses an 8-bit microcontroller which is not powerful enough to run the ML models.
I’d suggest switching to an Arduino board with an ARM Cortex MCU.

Aurelien

The Arduino Portenta H7 + Vision Shield (also has mics) runs audio and video models well although it is a bit expensive at a combo price of ~$150 US.