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

How to modify the generated code from AI Developer Cloud?

I uploaded my ONNX model, and using the AI developer cloud, I downloaded the result as STM32CubeIDE Project. I successfully deployed it on the NUCLEO-F401RE board and I can see the analysis of the model on the terminal using Putty. Now, as the next s...

luck by Associate
  • 853 Views
  • 1 replies
  • 0 kudos

problem with cube ai

"I'm facing a challenge with implementing a model on my STM32 board. While the model works flawlessly on some boards, it encounters issues on others. I've verified the hardware compatibility, software configuration, and resource constraints across al...

NEjx by Associate
  • 814 Views
  • 1 replies
  • 0 kudos

how to manipulate the ai model with cube AI

helloim trying to deploy an AI model in the stm32f407 board that predict if its gonna rain or not based on the current temperature and humidity(either from a sensor or data given through teh serial monitor) (led on if its gonna rain and vice versa) w...

yessine by Associate III
  • 573 Views
  • 1 replies
  • 0 kudos

Issue faced while validating X Cube AI

I am trying to run an ONNX model trained using Scikit Learn on the STM32H735G-DK board. I am using STM32 cube IDE with X-CUBE-AI 9.0.0 enabled. I entered the model path, clicked the 'Analyze' button, and got an error  

Screenshot 2024-07-12 165853.png
ee1234 by Associate II
  • 688 Views
  • 1 replies
  • 0 kudos

Resolved! Power Consumption

I am testing DL model on different MCU platform. Is it possible to get the power consumption information?And is there any option to change the clock frequency of MCU? Ritesh

Ritesh1 by Associate II
  • 1082 Views
  • 4 replies
  • 1 kudos

Facing the issue while integrating CubeAI and CubeIDE

I am trying to make a voice controller light with the help of STM32F411RE. I have trained a model with the help of google colab and imported it in both the format that is .h5 and .tflite but initially it was showing that the space is full and then af...