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

Resolved! FP-AI-VISION1 compile issue

Hi ST professional team Following the documentation  instructions & opteratingHow to use Teachable Machine to create an image classification application on STM32 https://wiki.stmicroelectronics.cn/stm32mcu/wiki/AI:How_to_use_Teachable_Machine_to_crea...

111.jpg
cvd_pony by Associate
  • 2447 Views
  • 5 replies
  • 2 kudos

Resolved! Build error when integrating AI model to project

Hello, I am developing an AI classification model based on LSM6DSOX sensor data. Before adding the X-CUBE-AI software pack to Cube IDE, I was firstly developing the data acquisition code with the driver from X-CUBE-MEMS1, which I managed to do. After...

Resolved! Issues encountered when using STCubeAI

I want to run AI machine vision applications using STCubeAI. After training the model with TensorFlow components, I obtained a tflite file. Then, I imported and analyzed the model using the CubeAI toolkit in STM32CubeMX, and subsequently generated Cu...

Tokit_0-1711037026845.png Tokit_1-1711037082252.png
Tokit by Associate II
  • 1854 Views
  • 2 replies
  • 0 kudos

Using C code from Cube.AI into Arduino IDE

Hello,I am working on an AI model that I want to deploy on a board with a STM32U5 Series MCU (it's not an ST board). I'm using Cube.AI to convert my .h5 model into C code, but deploying the model on my board has been quite complicated, as I'm not rea...

Error when Validating on Target

I am trying to deploy an AI model on an MCU using Cube AI TFLite Micro runtime. The model is successfully flashed but I get the following error when the validation starts:[AI:network] stm32ai: error: argument --mode: invalid choice: 'stm32_io_only' (...

Flare by Associate II
  • 1012 Views
  • 0 replies
  • 0 kudos

Peripherals not working in STM32 BL475E

When I use my STM32 BL475E IoT Node for operations not involving peripherals like blinking the onboard LED,serial printing to monitor,Running an AI model they are working properly.But when I tried to blink an external LED it is not working.same appli...

Priyaa by Associate II
  • 719 Views
  • 0 replies
  • 0 kudos

identifier "AI_AI_DATA_ACTIVATION_1_SIZE" is undefined

..\..\AI\X-CUBE-AI\App\app_x-cube-ai.c(93):error: #20: identifier "AI_AI_DATA_ACTIVATION_1_SIZE" is undefinedstatic uint8_t poo10[AI_AI_DATA_ACTIVATION_1_SIZE];...\...\AI\X-CUBE-AI\App\app_x-cube-ai.c(95): error: #28: expression must have a constant ...

Sunjing by Associate II
  • 3119 Views
  • 9 replies
  • 1 kudos