User Activity

Hello everyone,I’m currently developing a device that collects surface electromyography (EMG) signals in the abdominal region. The device works as follows:Uses the AD8232 IC to collect the EMG data.Connects the output EMG signal to our MCU's internal...
Hi,I'm using an ST's digital MEMS microphone in my application. It is connected to an STM32L452 by SPI and the acquired data is stored in an SDCard.My sampling frequency is 32 KHz which means the microphone produces a considerable amount of data. So...
Hi,I'm htinking about using STNS01 as my linear charger. However I need to know how can I turn off the BATMS since it will consume a lot of battery during. Furthermore, my battery does not have any NTC, so I don't need this pin. Can I left it unconne...
I'm currently facing a big problem. I've an MCU (STM32L4) connected to an SD card (SDIO) which stores tons of data (5Gb) from a microphone (ST MEMS). I need to send this data as fast as possible from SD card to my PC. With a serial port this is to sl...
Hi,I started working with LIS2DW12 trying to acquire simple data in pooling mode. I've done this wihtout any troubles using STM's mems drivers.Now, I'm trying to take this to a next level and I'm trying to work with LISDW12 FIFO's in interrupting mod...