Hi,we are trying to read FIFO buffer data but we are facing some issues in output data from FIFO can anyone help me regarding the FIFO register setting what is the value to be configured in the FIFO register?
Hi,I am student and we are using this Mikroe WiFi8 Click Board for one of our faculty projects. We are using STM32 Cube IDE, and we are using Clicker 2 for STM32 Development Board. I am trying to find suitable driver for this board. I only found Mikr...
I am struggeling to make the INT1 to activate due to a FIFO watermark event.I have a simple driver so far to ease the design verification testing of our card, and I am just trying to make sure that the INT1 line can be driven active by the LIS3DH.To ...
Hi Community,We have the IIS3DWBTR, we made a configuration like the following:spi_buffer[1] = 0x06; //power down mode + LPF2 Enable +- 16g spi_write(CTRL1_XL, 1); spi_buffer[1] = 0x44; // bdu: 1, if_inc: 1 spi_write(CTRL3...
I am using lis3mdl and try to use libiio in my programm.In my programm I enabling chanels and try to create buffer with iio_device_create_buffer function. It fails with error "Operation not permitted".Also "WARNING: High-speed mode not enabled" messa...
In my movement I am not going over the threshold for orientation change (we put it at 50%)m, so this is really not cleare why.Thank you for your helpMaya
I'm working on a Sensortile.box for the first time. I'd like to create an app that records steps, activity type, and axis information for three days straight. Would appreciate any insight for a newbie here. Questions below:How would you program an ap...