I initialize the sensor like this:uint8_t rst; dev_ctx.write_reg = platform_write; dev_ctx.read_reg = platform_read; dev_ctx.handle = &SENSOR_BUS; static uint8_t whoamI; /* Wait sensor boot time */ platform_delay(1000); /* Check device ID */ lsm6dsr_...
Hello, would anybody know, how much time it takes from start of an acceleration til the value is sent on the CAN interface?
What is the tolerance/accuracy on the sample rate for the LPS28DFW. I do not see this information in the datasheet.
I tried to integrate an example of fft on my existing code and I have a problem "undefined reference to `arm_cfft_radix4_f32'" knowing that I just put the file arm_math.h and after I also tried to put the library DSP and lib arm_cortexM4lf_math.lib a...
Hello,In our application we've found quite big differences in ODR between different samples of the ISM330DHCX and also for different modes:For example if setting the ODR to 416 Hz we measure > 440 Hz. Furthermore when only ACC is active the ODR is 44...
Interrupt 1 threshold. Default value: 000 00001 LSb = 16 mg @ FS = ±2 g1 LSb = 32 mg @ FS = ±4 g1 LSb = 62 mg @ FS = ±8 g1 LSb = 186 mg @ FS = ±16 g what is this ????? Please Help........
I have a SensorTile.box eval board connected to a ST-Link/V2-lsol using the 20->14 pin adapter. The ST-Link/V2 is connected to my linux workstation via USB and the ST-Link is seen by the STM32CubeProgrammer application. The SensorTile.box is also c...
I am working with the IIS2DH sensor. I can read all 3 axis data, but when I try to read the temperature I only got zeros. I read the similar forum threads, and I did not find a solution for my problem. I set the TEMP_CFG_REG(1F) to 0xC0, also set CT...