Hi,Thanks for your help in advance.I have a custom Linux board with a lsm6dsl module on the platform. The driver has been ported and I can read the Accelerometer and Gyro raw data from the Linux usersapce sysfs file entries. an interrupt line from th...
Hi all,I Have a custom board that runs Linux. The board has a LSM6DSL module on it as well. the IMU driver has been ported into the Linux Kernel and I have access to the Accelerometer output registers from the Linux sysfs entries under /sys/bus/iio...
Hi Everyone, Below Linux driver for LSM6DSL device has no method to read the temperature sensor. https://elixir.bootlin.com/linux/latest/source/drivers/iio/imu/st_lsm6dsxIs there a complete Linux driver which reads the temperature as well?thanks,
Hi, I am experimenting with STEVAL-ID008V2 evaluation board and the DTM project from the SDK. It seems the DTM firmware using the external 32KHz clock for as the Low frequency clock source. Where about the source code of the DTM project I could set t...
I need a DTM firmware for BlueNRG2 which works wirelessly with the equipment shown in the image. I wonder if ST provides their customers with such a firmware? thanks,
Hi @niccolò thanks for your reply.OUT_TEMP_L 0x20OUT_TEMP_H 0x21st_lsm6dsx_read_oneshot(sensor, OUT_TEMP_L , &temp), does it read both low and high registers in one call? or I need to call it for high register as well?thanks,
Hi,Many thanks for your help regarding the Low power mode. it has been really helpful.I have another query regarding the RF test using the BlueNRG GUI tool. I have been running some RF packet error rate between my custom board and STEVAL-1DB008V2 boa...
Hi,By saying "it is not needed", I assume in those particular examples Either the device is not going into to the sleep mode at all orIt periodically sleeps and wakes up on a timerhence, selecting a wakeup source is not needed. I am asking on this ...