Developing with Sensors Made Simple MOOC - Lab 3. After running past the first breakpoint, program stops with hard fault on line 84! void HardFault_Handler(void)
Tried redoing the project several times - other labs seem to work
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.
Tried redoing the project several times - other labs seem to work
I'm using the lsm9ds1 as part of a bought module - the arduino nano 33 ble - which can achieve very low power (micro amps) in a power down mode.However, If I initialize and read accel and gyro data from the IMU, afterwards I can't find a way to get b...
Hello everybody. I just joined and would like advice on my problem. i have an IKS01A1 Multisensor board. i would like to connect it to a rasberry pi 3+ machine. I just can't find instructions anywhere. That is, how to make GPIO connections and where ...
While measuring the distance of an obstacle using VL53L1X ( https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html ) the result is fluctuating. This was tested with the breakout board ( https://www.st.com/en/evaluation-tools/vl53l1x-satel...
Hi,I modified the example program "Data Log Fusion" to calculate the position by integrating twice the linear acceleration. However, there is an error on linear acceleration that is very consistent both when the board is moving and the board is stati...
We use two types of sensors for our dev: lsm6dso and lsm6dsox. It is necessary to detect the type of sensor SW (without opening the device). And it's difficult, because adress (we use i2c) is the same, Device Identification (Who am I) is the same for...
Free massive open online course (MOOC) with hands-on exercisesLearn to design with ST's newest and most advanced motion and environmental sensors with an easy-to-use STM32Cube development ecosystem.This free, self-paced video course features hands-on...
When I received the Sensortile chip, it had the mobile app code flashed on it.I was working on developing on the Sensortile chip, so I flashed my own .bin file onto the chip using ST-LINK Utility.Now I want to revert back to the mobile application co...
We are able to retrieve microphone sensor data and view on Unicleo-GUI using serial port on STM32F446RE.While trying to port the microphone sensor data to USB virtual COM port the Unicleo-GUI is not responding.It is observed the data is not received...