Hi, I am trying to read the frequencies of guitar strings.
To do so I have an Arduino uno board and MAX4466 adafruit micorphone. I cant figure out the arduino code in order to read and display the frequency values.
I would appreciate some help! Thank you!
Hi!
I was searching a bit since its an interesting topic.
Here you might find what you need:
Thank you for replying! I ve tried that page but the library its just available for arduino ZERO and I have an arduino UNO board
rmvansomeren:
Hi!I was searching a bit since its an interesting topic.
Here you might find what you need:https://www.arduino.cc/en/Tutorial/SimpleAudioFrequencyMeter
I see. I have tried to look up the library. But its not easy. It involves signal processing with the ADC as far as I understand.