benjamin_hh
New member
I have built a strobe tuner based on Teensy 3.6, two shift registers and 16 LEDs. It simulates the rotating disc of a strobe tuner with the shift registers used as a circular buffer. The signal from the electric guitar is preamplified with the board seen on the right. The signal then goes into the analog input of the Teensy. The string of the guitar is detected using the YIN algorithm implemented in the Teensy Audio Library. According to the string the reference frequency is created by Teensy and it is used to shift a single one through the circular buffer. The processed guitar signal is used for the "output enable" pin of the shift registers. If the two signals (reference and guitar) have the same frequency the illuminated LEDs seem to stand still. If the guitar is out of tune, the LED pattern seems to go left or right, depending on the frequency difference.
You can find the project on github:
https://github.com/benjaminbecker/StrobeTuner
Regards,
Benjamin
You can find the project on github:
https://github.com/benjaminbecker/StrobeTuner
Regards,
Benjamin