Resolved! LIS2DH, bad pin configuration?
Dear ST member,I attached a piece of my schematics design. Can LIS2DH works with pins 3 (SA0) and 4 (CS) not connected?Regards
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.
Dear ST member,I attached a piece of my schematics design. Can LIS2DH works with pins 3 (SA0) and 4 (CS) not connected?Regards
Hey, I'm trying to get some temperature readings from LM35 sensor and I'm using "blue pill" for this little project and of course ADC. The problem is that I am getting wrong readings, approximately half of the real value. I know that the sensor is go...
Can i use 2 VL53l5 sensors on single I2C bus ? Is it have support for configurable I2C address ?
I am looking to use a VL53LiX ToF sensor in a project that will be written in C# to run on Windows 10 (UWP application). I am struggling to find reference material. Are there any example projects that could point me in the right direction?Thanks in...
Hi,I am wondering if someone can help me. I am working with the X-Nucleo-53L1A1 board and I am using the STSW-IMG010 people counting example. In this example the 2 8*16 zones get defined using a center value of 167 and 231 repectively (using the SetR...
lsm6dso sensor generates significant motion interrupt when a change in user location is detected. It generates an interrupt when the difference between the number of steps counted from its initialization/reset is higher than 10 steps. So it uses step...
I'm using the H3LIS331DL high-g accelerometer. Below is my setup code including register configuration: void init(void) { // Write to CTRL_REG3: interrupt active high, push-pull, no latching, data ready signal on INT1 write_data = 0x02; ...
I'm trying to get the st-ble-sensor app and microphone bluetooth communication code from the example software of blueNRG tile and put it in st-ble-mesh, and I wonder if this is the right idea. Or any other advice, please