2024-10-30 07:12 PM
Greetings
I am reaching out to inquire about the direct programming of the LSM6DSOX chip. I recently acquired the STEVAL-MKI197V1 adapter board, which I have connected to my PC via the STEVAL-MKI109V3 board. I am interested in calculating features on the chip and then sending them to my PC via USB. I want to directly programming the chip to enable this capability.
Additionally, I am interested in the possibility of reprogramming the MLC chip to run a small neural network. My intention is to utilize this neural network for feature extraction, while classification will be handled externally. The neural network would therefore be relatively simple.
Thank you for your answers.
2024-10-31 06:53 AM
Hi @MartinR ,
You can use MEMS Studio Software.
Here you find the user manual to get started :)
2024-11-01 02:23 AM
Thank you for your answer, but from the MEMS Studio user manual it seems like this is a no-code programming tool. I'd be more interested in using something like STM32CubeIDE but for the LSM6DSOX chip.
Simply put i want to program my own C code and put it onto the LSM6DSOX chip.