cancel
Showing results for 
Search instead for 
Did you mean: 

I have STMicroelectronics based MEMS IMU sensor, LSM9DS1. I am interfacing this MEMS sensor with the STM32F411RE development board. Right now, I am printing the three-axis gyroscope and accelerometer data on the serial terminal.

Vivek Karna
Associate II

 I was hoping that if there is some open-source software or STMicroelectronics based software in which I can send the serial data and that software could show the data in any graph format. Like, I need 4 windows on a single window, one for accelerometer, gyroscope, magnetometer, and for roll angle. There is software available by STM called X-NUCLEO but these are for only STM based MEMS sensor board. If you have any idea about this, please suggest.

Thank you.

1 REPLY 1
Eleon BORLINI
ST Employee

Hi @Vivek Karna​ , do you simply need to plot graphically the LSM9DS1 data acquired with the STM32F411RE development board? If so, you could program a simple python or octave code and plot the graph on related GUI. If you can use the X-Nucleo based expansion board you can plot data with Unicleo-GUI tool. Regards