Forum Posts
What is the purpose of GPIO in VL53L1x Time of flight sensor.
Could anybody explain me about the purpose of GPIO that present in the sensor. How can we use that for an application, then there is a constant output voltage at range of 3v3 (when we give input voltage as 3v3 to sensor to work) is this voltage can b...
Resolved! LSM9DS1, FIFO, Duplicated data
Hi,I'm acquiring gyros and accelerometers data through i2C bus, pulling the data from the FIFO asynchronously from the component acquisition frequency, but at a frequency close by (to avoid overfilling the FIFO).Without metrological tools, I can sti...
Raw Data & Characteristics not displayed on the nRF Connect Application
When the sample source code taken from STSTSW-STLKT01, the codes for the accelerometer is run and processed smoothly. However, the raw data and characteristics are not displayed in the nRF Connect app. No changes were made to the codes for the accele...
Min (always zero) value from LSM9DS1 magnetometer looks suspicious.
I have 2 LSM9DS1 9 axis chips and after waving them around I have the following min / max magnetometer values:chip1:X max/min: 657/-396Y max/min: 598/-417Z max/min: 377/-654chip2:X max/min: 533 -515Y max/min: 788/-284Z max/min: 0/-1213...that last Z...
Can i use LSM6DSO MEMS with 6KHz odr with i2c bus?
I see that i2c operate up to 400Hz
LIS3DH consuming too much current
Any ideas why LIS3DH is not consuming current as per data sheet which is 6uA whereas I am getting about 200uA.I have kept CTRL_REG0 at default.Would could be the problem?
Anyone able to use the AISDW12 Eval Board (STEVAL-MKI206V1A with the STEVAL-MKI109V3 Demo Board with the Unico GUI?
I get an error when connecting to the board that the WHO_AM_I register value does not match the device selected. The correct device does appear in the Unico GUI menu (STEVAL-MKI206V1 (AIS2dw12). I also have updated my firmware today, the demo board f...
why my lis3dh current consume is bigger than spec?
1 :i only use the Lis3dh ,and remove all other elements 2: i use the power 3.0V, i use multimeter test the current consume between VCC and GNDget the test result current is 16 μA,(the spec says ,the device automatically enters power-down mode, a...
Resolved! How do i get L3GD20 Gyro sensor to work on STM32L0?
Hello, I am simply tring to communicate with the L3GD20 Gyrosensor using the WhoAmI command. I am sending 0x0F and i'm expecting 0xD7 back (11010111) but I only received 0xFF which means i'm doing something wrongI am using STM32CubeMX to generate the...