In using the Arduino FFT library for our ESP32 based project, we select the following sampling information:
SAMPLE_RATE = 10240
SAMPLES = 512
The reason we don’t go higher is that we just don’t need to. Mathematics says that this gives us frequency analysis up to 5120 Khz, and that’s a very high frequency to listen to.
Continue Reading →