2024-07-25 01:33 AM
Hello,
Iam Sudarshan, A working professional and have recently got interested in TinyML. So me being curious, i wanted to interface camera and LCD with my STM32F411RE Nucleo board to run AI models on it.
As per my understanding i would be able to interface STM32 camera module and an LCD using I2C or SPI protocols. Can you please tell me if i'am heading towards right direction?
2024-07-26 02:45 AM
You may instead use discovery kits boards that generally have already an LCD and some have also a camera boards
For vision use cases you also want to take a more powerful MCU like the STM32H7 and the STM32H747I-DISCO
You may want to look at our model zoo https://github.com/STMicroelectronics/stm32ai-modelzoo for applications examples and models that can run on those boards.
Regards
2024-07-26 06:01 AM
Thank you very much for responding @fauvarque.daniel.
In that case, is impossible to run models on STM32F411RE nucleo board?
Since i have tight budget, i want to start with this and then upgrade to higher series. So you are saying it is impossible in this board?
2024-07-26 06:31 AM - edited 2024-07-26 06:33 AM
You can run models on the STM32F411RE if the model is small enough.
Vision models usually require more flash and ram as well as more computing power
Regards
2024-07-28 11:56 PM
Understood your point @fauvarque.daniel
My main doubt is, stm32 camera module can be interfaced with stm32f411RE or not?
If not possible, is there any other i should think of?