Resolved! BMA400 SPI library already ported to STM32CubeIDE
Further to this earlier post, any chance now is a BMA400 SPI library already ported to STM32CubeIDE?Many thanks
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.
Further to this earlier post, any chance now is a BMA400 SPI library already ported to STM32CubeIDE?Many thanks
I am using the STM driver to control the LIS2DH12TR accelerometer.The freeRTOS sensor task is as following (checks on return values and variables definitions are removed to simplify the code comprehension): void MEMS_task(void) { lis2dh12_self_te...
I have a project where I'm using the BLE whitelist.In order to do that I'm using the aci_gap_set_undirected_connectable API.However, the BLE beacon does not seems to advertised, only the scan response seems to be shown by my phone.When I tried to use...
Hi! I've got a product that we've just made a load of and while building out the firmware I realised that the INT pin on the LIS3MDLTR doesn't (at least according to the datasheet) appear to be able to be configured to show when new data is ready. Th...
Guys, I ran into a strange problem while debugging LIS2DH12, someone help me. I configured the high-precision mode, using 12 bits, with a range of +-4g, that is, when I placed the table (the chip with the sign facing up, the positive direction descri...
Hello,I was having fun with the Sensortile.box Pro I bought a month ago. When I reset the device to its factory settings (SensorTile.boxPRO.bin in file en.stsw-mkboxpro-fs.zip) using the STM32CubeProgramming tool, the device blinks the red LED once a...
I use accelerometer LIS2DH12 to wake up the device by motion detection. It's working correctly for long time but currently I found a trouble with interrupt. It's rarely happen and hard to reproduce.Here is my initialization: INT1_CFG = 0010 1010INT1_...
Hi, I am trying to configure interrupt on LSM6DSLTR module but I am not able to get any interrupt on the pin INT1.I am using nrf52 dk for setting interrupt on pin. err_code = nrf_drv_mpu_write_single_register(LSM6DSL_ACC_GYRO_INT1_CTRL, 0x03);if(err_...
I have a question about the FIFO_Pattern.If I have only configured the accelerometer and set the watermark to 1536 samples, meaning 1536/3, which is equivalent to 512 samples (16 bits each sample) for each x, y, and z. And one sample is reading from ...
HiI saw that the CS and I2C enable are on the same pin and also the SPI and I2C CLK and data.Does it means that this component can not be with other SPI IC on the same line? (because when the CS is 1 while talking to other ICs it will be in I2C mode ...