Speech Recognition on Stm32device- SensorTileBOx

Hi, Am trying to do speech recognition on SensorTile Box from ST microelectronics. I understand that board doesn’t support directly from edge impulse, but through cmsis pack we can make it. I got the cmsis pack from edge impulse but when I work In stm32Ide tool am getting error. Also, Can you explain how to convert into C++ library. Please help

Hello @shivashankari,

Could you share more info about your error please?
Have you checked this documentation: https://docs.edgeimpulse.com/docs/using-cubeai?
In this tutorial you’ll export an impulse, import the impulse into STM32CubeMX, and then integrate it in your STM32 project to classify sensor data.

Regards,

Louis

Also, here’s some code from @ShawnHymel porting audio models to STM32 Continuous audio classification (keyword spotting) demo for STM32CubeIDE

1 Like