Hello everybody
I'm giorgi Jambazishvili developing a spectrum analyzer using arduino. This isn't to hard tic but it depends on frequencies I want to analyze. For audio frequencies I used FFT library of open music labs and sender buffer to serial program written by me using C#.
Then for now I want to analyze frequency spectrum and max frequency I want to be 50 kHz. I modified ADCSRA register and decreased prescaler and thought that everything would work but its maximum frequency is the same- about 20khZ.
My main question is how I can increase frequency range and convert it to spectrum to send to my program via serial.