Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.77 KB

README.md

File metadata and controls

87 lines (55 loc) · 2.77 KB

Turntable-Tools

The goal of this project is to make an device that measure RPM, Wow, Flutter, Rumble and help Level a turntable.

Right now I am using a AdaFruit Feather board's build in adc and a mems device.

Hardware:

Wiring

Most of the wiring is done with STEMMA QT except for the power switch.

Button Controls:

Main Menu:

  • A: Move selection up
  • B: Select
  • C: Move selection down

RPM Mode:

This mode will show a real time rpm value. If you start the measurement it will find the avg, min, max rpms, and wow and flutter.

  • A: Back to main menu
  • B: Start measuring RPM data

Leveling Mode:

This mode helps you level your turntable.

  • A: Back to main menu

Rumble Mode:

This mode will let you measure the rumble of your turntable in dB.

  • A: Back to main menu
  • B: Start measuring rumble data

Calibration MEMs Mode:

This mode will try and reduce noise from the sensor.

  • A: Back to main menu
  • B: Starts calibration

Azimuth Mode:

This works by getting the output from a test record from your turntable pre-amp and running through the RP2040's ADC. The signal will need a DC offset for the ADC to work correctly, so I made this simple circuit below.

This will give the input signal VCC/2 offset, this is done with the resistors in a voltage divider configuration. The capacitor is for DC decoupling the input, and the diode is used to clamp the signal above 0V.

  • A: Back to main menu
  • B: Freeze the measurements
  • C: Clears the crosstalk moving avg.

About Page:

  • A: Back to main menu

More to come soon.