arduino-libraries / AudioFrequencyMeter

Allows the Arduino Zero and MKR1000 to sample a generic input audio signal and get the fundamental pitch
46 stars 22 forks source link

Arduino Uno Compatibility #7

Closed jennab16 closed 7 years ago

jennab16 commented 7 years ago

Is there any way to make this compatible for the Arduino Uno? I'm pretty new to Arduino programming so maybe this is a dumb question, but if you could enlighten me anyway that would be great! Thank you

dmarkey commented 7 years ago

Me too!

agdl commented 7 years ago

This library works on SAMD21 based boards ONLY like MKR1000, MKRZero and Zero

To have something similar on the UNO try this http://www.instructables.com/id/Arduino-Frequency-Detection/

lokeshVK commented 7 years ago

Okay cool thanks buddy.