LIS2DUX12-I2C operation
LIS2DUX12-I2C operation-for step counter-how it works
LIS2DUX12-I2C operation-for step counter-how it works
lis2dux12 -mlc implementation .cpp code
How to configure and use machine learning core to develop customized active recognition such as sitting and lying-ardunino ide
I have obtained a model by using Google Colab and translate it through TF Lite. I could apply validate on target and validate on desktop process and I did not get any error. However, once CubeAI generated related .h files and I used them, I got two e...
I need to tune PID coefficients for a set of motor controllers. I’d like to use NanoEdge AI studio, but I’m not sure it supports what I need. The input to the model is to be a set of four error values and the output is a set of coefficients. NanoEdg...
hello,Now I'm trying to implement ML library created by NanoEdgeAI Studio to our STM32C0 target board.My anomaly detection ML looks work fine at this time, but I wonder that every time after boot the system I have to learn normal case.For our applica...
Hi guys I have a couple of questions. I've been using the microphones on STWINKT1B to record some events for about a month now. I've utilized both the FP-SNS-DATALOG1 and FP-SNS-DATALOG2 firmware for data logging. While the digital mic (imp34dt05) de...
Hello All, I'm currently working with the STM32 H747-DISCO board, but I'm encountering some difficulties in interfacing both the B-CAMS-OMV Camera Module and the LCD. After flashing the camera module, it successfully captures images, and I've also fl...
Can NanoEdge AI only generate.a static library? If so, how do I use it in keil? This is because keil does not use GCC but ARMCC.
I encountered an error exporting the onnx model using FastestDet's model and importing it into CubeAI. I have seen others with a similar error to mine before, but I did not find a solution. What changes do I need to make to deploy this network on my ...