https://github.com/flaaj/watch-tuna-react
An app written with React to help with tuning mechanical watches. It uses a sound wave from a balance wheel to determine if and how much the watch is running too fast, too slow or correct.
https://github.com/flaaj/watch-tuna-react
Last synced: 10 months ago
JSON representation
An app written with React to help with tuning mechanical watches. It uses a sound wave from a balance wheel to determine if and how much the watch is running too fast, too slow or correct.
- Host: GitHub
- URL: https://github.com/flaaj/watch-tuna-react
- Owner: Flaaj
- Created: 2020-12-07T13:32:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T12:45:51.000Z (over 5 years ago)
- Last Synced: 2025-09-11T22:47:47.830Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is Watch Tuna, a web app that helps watch owners with no professional tools to tune their watches or at least determine how much their watches miss the actual time.
It uses microphone to record the soundwave of balance wheel, then seeks for peaks in the soundwave, calculates frequency of ticking as accurately as possible, then compares it to actual required frequency of a watch and calculates how many seconds per day will the watch lose or gain.
Additionally, I'm going to implement a possibility of creating an account and storing the info about your watches and accessing it from anywhere.