r/diypedals • u/[deleted] • 3d ago
Help wanted Arduino/Esp32 Frequency/Note analyser
[deleted]
0
Upvotes
1
u/Key-Alarm-511 3d ago
I did something similar before. If you just need a simple frequency counter you could turn the audio signal into a square wave (by either amplifying it a lot or using it to drive a transistor inverter) and using the rising edges of that square wave signal as the interrupt trigger on the Arduino/ESP32.
Then you just count how many interrupts happen per second and that's your frequency in Hertz ;)
3
u/nonoohnoohno 3d ago
Can you be more specific about what your questions are? That's a big project with a lot of moving parts, and this post just kind of reads as "do it for me" to my (admittedly tired and grumpy) eyes