Hello, I posted this in another area but it may be better placed here. I have a PDM MEMS microphone that I am reading in I2S master receive mode. What I would really like to do is store the PCM data into a ping pong buffer and then transmit the fir...
As the datasheet wrote, the full scale of angular rate measurement range is 2000 dps, and the output value is a 16-bit word in two’s complement, so when we set the angular rate measurement range to 2000 dps, the sensitivity (unit mdps/LSB)could be ca...
Hello,I read the application note related to the LIS2DW12 (AN5038) and the point 6.5 confused me : On the table is recommended to set FTH_THS at 8 if the ODR is 200 Hz and I2C is running at 100KHz.A sample of 3 acceleration (6 bytes) is read in 830 ...
Hi,I'm having an problem whereby I believe the temperature readings from an HTS221 device are incorrect. They seems to be around 5degC too high compared to reference temp. I'm using a Nest thermostat as the reference, and while this may not be calibr...
/* Start Machine Learning Core configuration */ for (uint32_t i = 0; i sizeof(ucf_line_t)); i++) { lsm6dsox_write_reg(p_lsm6dsox, lsm6dsox_MLC[i].address, (uint8_t *)&lsm6ds...
In the sensor_service.c source file, I add the char_prop_read flag in the below, but now the SensorTile does not even start BLE properly. Any help is appreciated.starting at line 1074, COPY_ACC_GYRO_MAG_W2ST_CHAR_UUID(uuid); ret = aci_gatt_add_char(...