Get data from NUCLEO-F767ZI with Unicleo-GUI.
I have NUCLEO-F767ZI with plugged X-NUCLEO-IKS01A2 and some DIL24 evaluation sensors. Where can I get example firmware for NUCLEO-F767ZI to get data from DIL24 sensors with Unicleo-GUI?Thank you!
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
I have NUCLEO-F767ZI with plugged X-NUCLEO-IKS01A2 and some DIL24 evaluation sensors. Where can I get example firmware for NUCLEO-F767ZI to get data from DIL24 sensors with Unicleo-GUI?Thank you!
During I use unico to run LSM6DSO, they seems no method to calibrate the error at software. So if there exist some error, how can I remove them ? For example, I placed it at horizontal plane, but the accelerate at roll (x) should be 0, but it still ...
I'm using LSM6DSO as an IMU model at STEVAL-MKI109V3 board. But I need to run another barometer to calculate the height of my unit. I have another apaptor board MET001 can work as a barometer. Can I make them two work at the same time at STEVAL-MKI...
I am using Blue Coin for developing a motion sensor for physiotherapy application.I am not able to figure out how to use the sensor (accelerometer, gyroscope) data (logged in csv files) to develop an animation to show the performed exercise, based on...
--- More details on MotionMC library ---As described in the previous post, the MotionMC library acquires data from the magnetometer and features the hard iron compensation, theoretically unlimited (within sensor range) and a wide scale factor compen...
I am using the MEMSMIC1 Microphones_Streaming example (https://www.st.com/en/embedded-software/x-cube-memsmic1.html) with the STM32WBxx chip. I am trying to change the clocking pin from PB13 to PB8 to use the example with custom hardware.I am trying ...
I've attempted to get values at x, y, and z axes at once, but it doesn't work well.What I want to do is to check if a device where the LIS2DH12 is populated stays still or moves. So I need to get x, y, and z values.So far, I read each value by each ...
Hi guys,I'm using for first time LSm303agr sensor and I have a question about low-consumption of the sensor.Reading the Electrical characteristic I see that the sensor can achieve a low consumption of 2uA but I don't know what registers can do it.I u...
We’ve just announced the launch of a new sensor unit called SensorTile.box. It is a flexible IoT Plug and Play module to jumpstart sensor-to-cloud IoT applications.Find out what you can do with the SensorTile.box by reading our blogpost at https://b...
I have a problem interfacing with L3G4200 using I2C on STM32F469 Discovery. Here is my code to config the I2Cvoid I2CConfig(void){ I2CHandle1.Instance = I2Cx; I2CHandle1.Init.AddressingMode = I2C_ADDRESSINGMODE_7BIT; I2CHandle1.Init.ClockSpeed = ...