Arduino UNO R4: FFT using CMSIS DSP
In my Arduino Audio Tools library I am providing a common API to do FFT against different implementations. I was already testing some of the implementations. On ARM microcontrollers we can use the CMSIS DSP library which usually comes automatically with the Arduino Core. This is not the case for the Arduino UNO R4, but we can install the Arduino CMSIS DSP library with the Arduino library manager. Here is the adapted test sketch that Read more





