AVR microcontrollers are not supported devices (as example Atmega32A) by Edge Impulse

I need a detailed instruction of how to integrate between Atmega32A and Edge Impulse

Hi @hazemelbaz,

Edge Impulse does not officially support AVR architectures. You can deploy your trained model as an Arduino library (Arduino library | Edge Impulse Documentation) or as a C++ library (As a generic C++ library | Edge Impulse Documentation), which you will need to link to in your IDE. Note that in most cases, the AVR architecture will be underpowered to perform inference for most models created in Edge Impulse, which is why we recommend ARM Cortex-M0+ or greater. You will more than likely run out of RAM and flash on an AVR.