PIC18F 16-bit FFT Real-Time Audio Spectrum Analyser
Loading...
25,684
Loading...
Uploader Comments (simoninns)
see all
All Comments (20)
-
Yay FantomenK!
-
Just built a couple of these, fantastic project!! Thanks for taking the time to document it and making it so easy to follow.
-
Nice work! thanks!
-
@simoninns Using a hardware interface and developing on PC is a good idea. I do this, too, but usually I write a hardware layer and simulate all the hardware on PC, too, so I don't need any hardware. Then just implementing the hardware layer for the target microcontroller and usually it works :-)
BTW: see my latest video for a nice and easy to use OLED.
Loading...
Hey,
looks nice do you use a kind of an AGC circuit or anything like that, to be "independent" from the inputsignal value???
greetings
lolerus 11 months ago
@lolerus - There is no AGC, the circuit is designed to work from a standard 1-1V Peak-to-peak signal such as a standard line-out or mp3 player headphone output.
simoninns 11 months ago
Wooww
Nice job simoninns!
I saw you website 1 month ago and find a project I liked. It is the RGB VU. I download the source and I am studing it to try to made a version of the TLC5940 library in PCW CCS, because I do not know very much about C18. Maybe I can do this....
About this video, hum...
I can not beleave that a simple PIC can do a FFT with quality like this one.
You coment early that the original ideia was do the FFT in C#. Do you have any materials that can help us in this way?
Bye
zinkws 1 year ago
@zinkws - The C code for this project should be very portable and easy to move to a compiler other than Hitech picc 18. The code was originally developed in C# to make it easy to debug. You simply use the maths library to create a sine wave which can be fed to the FFT routine to test the output. Once it's working you can then move the FFT routine to any compiler you like; although you should be able to port directly between the two PIC compilers without too much trouble.
simoninns 1 year ago
You did awesome job Simon thanks
can i ask about the name of MP3 music that you used in your demonstration?
abidibrahim 1 year ago
@abidibrahim - It's by FantomenK, you can find the link at the end of the video.
simoninns 1 year ago