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

[Short Survey] Please give us your feedbacks on ST model Zoo Services

Hi everyone,   In order to help our developers understand how their work is used and what to do in order to improve model zoo, we kindly ask you to look at this survey about ST Model Zoo Services.   Link of the survey: https://docs.google.com/forms/d...

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
  • 1227 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
  • 1114 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...

what are Hybrid epochs?

From the definition below, its just a mix of hardware and software epochs, but normally I found only HW and SW when I generate a c file. When is Hyprid epoch used? I what kind of case is it better to use hyprid epochs rather then divide it to a SW pa...

Einstein_rookie_version_0-1750774454892.png

Resolved! what does ATON mean?

I have just started to study STM N6 series MCU. I see a lot of functions named with ATON.Anyone can tell me what ATON stand for?thanks!

suyer by Associate II
  • 1216 Views
  • 5 replies
  • 0 kudos