User Activity

Hi everyone,I'm currently working on a project that involves implementing Edge AI using the X-CUBE-AI software package within STM32CubeIDE. After adding the AI model, which requires 44 bytes of RAM and generating the necessary code, We encountered a ...
Hi,We are currently working on a custom board with the SPBTLE-RF0 used for BLE communication and a uC from the L4 family (STM32L4A6VGT6P). We used the SensorDemoBLE example as a starting point and programmed it to the board through SWD. From adding b...
Hi,I am currently working on an IoT project which requires the use of a BLE module for streaming data. Due to the current shortage of electronic supplies, the previous BLE module we were using previously is now unavailable so we do not have the optio...
I have a model with 14 float inputs in a single array and 3 array output each with a size of 4 float numbers. However the AI_input_size is ((1*1*14)*4) when I need it to be ((1*1*14)*1) and the AI_output_size is ((1*1*3)*4)#define AI_NN1_IN_NUM ...
Hi,I would like to ask whether it is possible to put multiple models into an MCU using x-cube ai. The first model would generate one output which will be one of the inputs for another model with 13 inputs and 3 outputs.If you could provide steps as t...
Kudos from