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 extend FP-SNS-DATALOG1 with other sensors

Hi,I want to set up data logging from some of the sensors (accelerometer and ultrasonic microphone) of the STEVAL-STWINKT1B to the SD card using the FP-SNS-DATALOG1.However, I also want to add more externally connected sensors to the STM32 via SPI (i...

nickagian by Associate II
  • 2645 Views
  • 2 replies
  • 0 kudos

Resolved! Project for Nucleo Board with X-NUCLEO-IKA01A1

Hello,In the annex video it is mentioned that the project archive is available for the Nucleo board project with X-NUCLEO-IKA01A1, however when I download the materials archive it appears to be missing.Could you confirm this is the case, if so would ...

AMars.4 by Associate III
  • 3440 Views
  • 4 replies
  • 0 kudos

Resolved! STM32Cube-AI: Which input format for an inferenz?

Hi Guys,first time poster here and kinda a noob in deployment of Models, so sorry if i forget to mention something.My Projekt:Currently i developed a ML model in python, which is working and takes as Input float numbers. Now i wanted to deploy it on ...

0693W00000QMbjuQAD.png 0693W00000QMbknQAD.png
LWilk.2 by Associate
  • 3099 Views
  • 2 replies
  • 0 kudos

Resolved! NanoEdge AI Studio Roadmap

Hello,Are there plans to fully support the STEVAL-PROTEUS1 board in NanoEdge AI Studio? Currently only the STEVAL-STWINKT1B has full support (with datalogging).Many thanks,Anthony

AMars.4 by Associate III
  • 1365 Views
  • 1 replies
  • 0 kudos

Problem when verifying ONNX model with STM32Cube.AI 7.2.0 (Not IMPLEMENTED: Squeeze: Selected axis has shape entry not equal to 1)

Dear support-team:I've created a model which consists of only a LSTM layer and a linear layer with Pytorch, and convert it into ONNX model. But when I tried to verify it with STM32Cube.AI, it just print "Not IMPLEMENTED: Squeeze: Selected axis has sh...

0693W00000QOIcjQAH.png
HZhao.3 by Associate
  • 1410 Views
  • 1 replies
  • 0 kudos

What are the reasons of Memory Managent Exception?

I am implementing a program that retrieves sound from MEMS microphone and process it with XCUBE-AI. The sound is retrieved with DMA, and the related data is written inside RAM. When I use this data, the program goes into Memory Management handler. Ho...

Resolved! Options for getting started with ML &AI on STM32?

Hi,I'm interested in working with ML and AI on STM32, after spending some time looking through ST documentation I think using NanoEdge AI Studio + ST board is the quickest way to help me understand things.From what I can see, the latest available fun...

AMars.4 by Associate III
  • 2111 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeAI-Keras Sequential model with multiple inputs gives INTERNAL ERROR: unpack_from requires a buffer of at least 4 bytes

I've followed this tinyML for stm32 from Digikey "TinyML: Getting Started with STM32 X-CUBE-AI | Digi-Key Electronics" reference,and got no Errors in STM32CubeMX when I clicked "Analyze" button after I've uploaded the tfLitemodel.Later I've tried thi...