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

STM32F serial deep/machine learning development board

I am looking for a development board that can run a deep learning model with a CSI interfaced CMOS camera.I think if chips can support DCMI(digital camera interface), it means it is available for CSI interfaced CMOS cameras. I hope my idea is right. ...

FWu.3 by Associate III
  • 466 Views
  • 0 replies
  • 0 kudos

no source available for "ai_platform_inputs_get()" X-cube.AI version 7.1.0 I attach a basic code snippet which might be helpful in recreating the problem

/* USER CODE BEGIN PV */ static ai_buffer *ai_input; static ai_buffer *ai_output; /* USER CODE END PV */   int main(void){ ... // Chunk of memory used to hold the intermediate values for neural network AI_ALIGNED(32) ai_u32 activations[AI_NETWORK_D...

Resolved! Explanation of FFT display in NanoEdge AI Studio

I am using your NanoEdge AI Studio Software for classification and I am looking at the FFTs displayed in the signals segment after collecting data.How, specifically are these FFTs generated from the raw data ? Also, what the units on the axis are as ...

Need a simple startup code for STWINKITB from to test with Nano Edge AI

I am trying out a code example from Nano Edge AI studio and want to download and run that on the STWINKIT1B. I figured one way would be to use the HSDatalog example and add a serial port to it on the STM32CubeIDE but something simpler would be fine ...

CNand.1 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos

Resolved! X-CUBE-AI 7.1.0 Generated Code Initialisation and use

Hello, everyone. I had a problem with version 7.1.0 of X-CUBE-AI. When I load the TFlite model of the neural network and generate the code I have problems initializing the input and output buffers. In particular I have a problem with this assignment:...

Raggio by Associate III
  • 1979 Views
  • 2 replies
  • 1 kudos

Hi everyone, I am trying to reproduce this project: https://www.digikey.pl/en/maker/projects/tinyml-getting-started-with-stm32-x-cube-ai/f94e1c8bfc1e4b6291d0f672d78 There is an error during building process.

I want to try and get more information about x-cube-ai. I have prepared the neural network and I want to run it on STM Nucleo board (nucleo L476RG) but unfortunately I have an error during building the project in STMCubeIDE.I got this error:Could som...

0693W00000KbsAxQAJ.png
PDan.1 by Associate
  • 463 Views
  • 0 replies
  • 0 kudos