Hi all,
is there some sample code for the Arduino Nano 33 BLE Sense's BMI270 accelerometer, using its fastest data rate, and processing data using a FFT, to detect vibration frequencies?
EDIT:
let me add a few more lines so people don't waste their time telling me to do my own work etc... there is still not much info for this board and its sensors, there is an example with PDM / microphone / FFT for sound frequency, but nothing for accelerometer using interrupts for max sample rate, witch is basically what I need, the FFT will be easy once I have data in an array.