Skip to main content
Visitor II
October 10, 2019
Question

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.

  • October 10, 2019
  • 1 reply
  • 698 views

 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.

    This topic has been closed for replies.

    1 reply

    ST Employee
    October 11, 2019

    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