Check app note AN5763 paragraph 5.6 for activity/inactivity embedded logic and how to configure it and route the corresponding interrupts to the dedicated pins.Here is some high-level note:wake-up logic generates the interrupt when motion is detected...
Always look at the datasheet.In your case: paragraph 2.3 table 5 clearly states +/-15deg offset. Which means you need to do 1-point calibration to get the correct absolute value: offset to be subtracted = temperature from the sensor - actual temperat...
You have reached the limit of the no-code ecosystem.Time to move to the low-code ecosystem: download MEMS Studio and look into AlgoBuilder. You can select the target platform (Sensortile.Box PRO) and how it is connected (BLE or USB). Then drag-and-dr...
Use the max abs value observed in the waveform or the RMS of the waveform for which you want to compute dBFS.AOP in dB corresponds to 0dBFSTherefore a rough estimate of dBSPL can be AOP + dBFSdBFS will be always negative and dBSPL will be always less...
Correct, MotionFX can only run on STM32.MotionFX is computationally expensive and one must check that the clock rate of the micro is high enough to process all samples coming from the sensor. This usually means 100-400Hz max speed depending on the ST...