Suggested replacement for LSM303CTR?
The LSM303CTR is being discontinued. Is there a suggested replacement/substitute?
The LSM303CTR is being discontinued. Is there a suggested replacement/substitute?
For my SensorTile, when I open the ST BLE Sensor app then create/use an app in Create Apps and tap Play, I get a "Board scanning has timed out" error message. Everything under "Connect to a device" interacts happily with the SensorTile. What's the pr...
Hi,we are developing wrist based health monitoring device to measure following parameters.1) Heart rate,Spo2,Blood pressure.2) Gps Tracking.3) Accelerometer.Please suggest the sensor modules for measuring above parameters.or suggest us if u have any ...
I am using STEVAL-MKSBOX1V1 and I want to do some changes in the firmware. What in-circuit debugger/programmer should I use? Should I use ST-LINK/V2 or STLINK-V3SET or STLINK-V3MINI?Please help me. Thank you
Hello, I have bought VL53L1X to use it on a physics project. My project is about measuring the speed of light in air and some other fluids. As far as I understand, this sensor does not measure distance directly, but measures the time delay between th...
Dear,From the SensorTile Sample Code (STSW-STLKT01). The USB CDC device class is set up with some function of Timer3. I do not understand why Timer3 is used and how useful to do so. Will someone please help me to understand this?Please refer to the c...
I am using STM32F429 Discovery board and trying to communicate to on-board MEMS L3GD20 Angular sensor using SPI protocol. Problem is not receiving correct data as per Angular sensor. I am receiving value decimal 255. Where I am making mistake? Please...
If i use 2 task, and in first task put the VL53L0X_PROXIMITY_GetDistance() with osDelay, second task never start. I tried to replace osDelay() with other function for context switch but i have same problem.