Hello everybody,I wanted to simulate the Sent_Protocol with a STM32 µC or simulate it as if I had a sensor. and present this with oscilloscope. Now the signal should be like a normal PWM Signal look like. I really do not know how to generate this par...
What is the package marking of LIS2DE12TR? Are there multiple versions of package markings? If so, provide a link to the document that contains package markings and what they mean.
Hi everyone,I am using a L3GD20H gyro on a custom board. I am successfully talking to it and have been able to set the following registers to values:CTRL1_reg: 0x0F (power enabled, all axes enabled)CTRL3_reg: 0x08 (INT2 set for data ready signal)CTRL...
Hello!Have bought the STEVAL-MKI183VI for the LIS2HH12 device.The device are enabled for all direction by wrinting the following to the ctrl1 register regData.ZEN = 1; regData.XEN = 1; regData.YEN = 1; regData.ODR = ODR_100_HZ; regData.BDU = 1;...
I am using the STM32F407 discovery board and Wolfson pi audio interface. I have a problem in analysing sample values received from MEMS microphone.I wanted to plot the data sensed by the MEMS microphone, which is just sensing the surrounding environm...
I have been asked to embed an accelerometer into the engine control module. It would normally be used when the engine is not running to determine static angle with respect to gravity; low G, angle sensor. However, once the engine starts running there...
Hi, I'm using LIS2DS12 and I was wondering if it was possible to use it as a pedometer? How do you suggest to set the thresholds?Thanks
Hi I am currently working on LSM6DSO.I am configuring it for wake up motion and Free fall interrupt generation in INT1 and INT2 pins.I am configuring it with below configuration.dataToWrite = 0x60; DemoApp_I2cWrite(CTRL1_XL, dataToWrite); dataT...