Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Edge AI DC custom model with ModelZoo CubeIDE application code

When I generate a model's C code with Edge AI DC, what files do I need to replace in this application code example: https://github.com/STMicroelectronics/stm32ai-modelzoo-services/tree/main/application_code/image_classification/STM32N6 to get the mod...

temilola by Associate
  • 157 Views
  • 1 replies
  • 0 kudos

STMN6 ST Edge AI Developer Cloud CubeIDE

I'm not getting the option to generate a CubeIDE project with the Edge AI DC despite documentation listing that as an option. I'm only getting the option of downloading the C code 

temilola by Associate
  • 239 Views
  • 1 replies
  • 0 kudos

Resolved! Model validation in MCU runtime on STM32N6

Hi,I am currently working with the nucleo-n657x0-q and trying to validate a tflite model on it. While it works in the neural-ART runtime I cant seem to get a validation program working for the MCU runtime. For the neural-ART runtime I followed the NP...

brianon by Associate III
  • 551 Views
  • 4 replies
  • 1 kudos

Resolved! How to pass data to my model?

HI! I am newbie to CUBE AI. I m working on implementing my CNN network that takes input image of 128,128,1 (greyscale) and give an output of 3 classes {class1,class2,class3}.i did convert and try my model to TFLITE successfully on python. then i went...

Resolved! STM32N6 Inference LL_ATON_OSAL_WFE delaying PWM/timers

In the Cube AI documentation (stneuralart_api_and_stack.html) there is this code block /* Wait for next event */ if (ll_aton_rt_ret == LL_ATON_RT_WFE) { /*** subject to change to fit also user code requirements ***/ LL_ATON_OSAL_WFE(); }to wait fo...

neil1106 by Associate II
  • 361 Views
  • 2 replies
  • 2 kudos

Controlling stepper motors

Hi all,Just curious if anyone here is experimenting with stepper motors controlled by Edge AI systems (like Raspberry Pi + AI accelerators, Jetson Nano, etc.). I'm exploring the idea of using local AI models for adaptive motor control — for example, ...

bill25 by Associate
  • 309 Views
  • 2 replies
  • 2 kudos

Resolved! Computer Vision and CNN Neural Models

greetings!Continuing my studies on MCU STM32, I am dedicating myself to STM32N6.I need to learn how to develop an application that in its first stage will monitor noise and classify it with a neural network type CNN. I have already made a simulator w...