MKBOX PRO - hsdatalog_GUI.py PYthonSDK
I am trying to do USB sensor data streaming Real Time Plot by conecting my steval mkboxpro with hsdatalog_GUI.py but it keeps saying "Device Template Model Loading". Anyone can help?Thanks
I am trying to do USB sensor data streaming Real Time Plot by conecting my steval mkboxpro with hsdatalog_GUI.py but it keeps saying "Device Template Model Loading". Anyone can help?Thanks
Hello,I am using MotionFX on STM32BlueCoin device. I tested values of linear_acceleration and gravity from MotionFX library, and I have very strange bias on produced values, although I try to feed perfect hardcoded data to the library.For example I a...
Hello,I am programming my ISPU code that work on interrupts INT1 and INT2 in STM32CubeIDE and testing it in STEVAL-MIK109V3 with adapter board MKI229A (LSM6DSO16IS) and showing my output value in MEMS Studio.I configured the conf.txt linking the inte...
We have a STEVAL-MKI224V1 kit, which should be equipped with a LPS22DF. I have tried to use the static (I2C) address of the sensor, and after much time, I discovered it is (depending on the state of SDO) 0x5C/0x5D, and not 0x6B/0x6A, as stated in the...
Hi,I am developing a product that can be installed in either a horizontal or vertical orientation and uses the LIS3MDL as the source for a compass..The PCB is common so the LIS3MDL will be in one of 2 orientations.In a horizontal position everything ...
Hello,We have implemented the LIS3DH with a nRF52832 in I2C mode on our board, and are using the accelerometer to detect motion and vibration events. The LIS3DH internal high-pass filter and threshold detection are used to generate the INT1 interrupt...
Hello! First I would like to state my issue: 1. My software cannot connect to the LSM6DSO IMU sensor. A little background on my project is that I am trying to use the IMU sensor to provide accelerometer readings in x, y, and z directions. I purch...
Hi,We've been working on a project using v1.3.1 of MEMS Studio, but I've had to use a new laptop and it doesn't have this installed. Unfortunately, when I go to the downloads page I can only see v1.4.1 of MEMS Studio and it's forcing me to upgrade th...
Hi, I want to detect a shock with the H3LIS331DL and its interrupt on threshold level. I used it in normal mode and an ODR of 1000Hz. The shock in my testbanch is : I want to know what is the minimum of time when the duration is setup to 0 with my ...
Hi there!I'm having issues with my LSM6DS3TR device FIFO. I am trying to read and process all values stored in the FIFO by the accelerometer every interval using I2C. I am doing this by:1) Retrieving number of unread messages in FIFO at addresses 3Ah...