Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Challenge: share your ISPU neural network implementation!

Dear community members,Here’s your chance to win some prizes from ST until November 29, 2024! You can join the challenge by sharing your ISPU neural network implementation. We’ll provide instructions and hints during the ISPU webinar held on October ...

Sensortile.box Machine learing with Unico GUI

Hello everyone,I'm trying to use the sensortile box pro for an ML alghoritm.My idea is to have a machine learning algorithm that can identify two types of vibrations: correct and fault.Using the firmware loaded on the Sensortilebox Pro Datalog 2.1.1,...

Frabbit_2-1716820083837.png Frabbit_0-1716819924874.png Frabbit_3-1716820168003.png Frabbit_4-1716820228315.png
Frabbit by Associate III
  • 2701 Views
  • 7 replies
  • 0 kudos

Resolved! [IMU] Talking to sensors on sensor hub

So i have a LSM6DSOX and connected to its sensor hub LIS3MDL. Currently I'm trying to log data to feed into the NanoEdge studio.  So i need to grab data from the actual LIS3MDL. On the sensor hub you can read and write registers through the sensor hu...

BA_ by Associate II
  • 782 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeIDE does not emit the X-CUBE-AI middleware

I am using STM32CubeIDE v1.12.1 on macOS. I have noticed that, when I import a project generated with STM32Cube.AI Developer Cloud, whenever I open the IOC and make a change to the device configuration that requires to regenerate the code, the projec...

PB1 by Associate III
  • 4437 Views
  • 16 replies
  • 2 kudos

Want to deploy TFLM library on STM32L562E

Hi,Currently, I want to use TFLM library to do the inference rather than Cube.AI. For me, what I am doing is:1. download the latest tflm library2. build it with commands: "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_generic TARG...

[X-CUBE-AI] Unsupported wrapped layer type: Conv1D

Hello,I am trying to apply a CNN+GRU network based pre-trained model (Keras, .h5) onto the board (STM32G4474RETx) by using X-CUBE-AI and encountered this error: "Unsupported wrapped layer type: Conv1D" when I tried to analyze it.Based on the error me...