TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Racketmeter – Measure Badminton String Tension Using Sound Frequency

44 点作者 zhacker20 天前
Racketmeter lets badminton players measure string tension using the sound frequency produced when tapping the racket strings. It&#x27;s 100% free, works in your browser on mobile and desktop, and requires no sign-up or installation.<p>I built it to solve a personal problem. I started playing badminton regularly in 2016 and quickly learned that players often ask stringers to string rackets at specific tensions (like 22 or 26 lbs). But after a few stringing jobs, I began to feel like the tension was inconsistent. Other players told me they just tap the strings and go by ear where &quot;sharper sound meant higher tension.&quot;<p>One day while tuning my guitar, I could see exact sound frequencies on my tuner app. That’s when it clicked. It should be possible to build a tuner for badminton strings as well!<p>I searched online and found some tension-frequency data shared by professional stringers, but it wasn’t clean or comprehensive. So I visited 5 or 6 local stringers, gave them a frequency measuring app, and asked them to record racket head size, string thickness, tension, and sound frequency for each job. Some asked for a small payment, but most helped for free. Within a week, I had over 200 solid data points.<p>I trained a simple regression model using that data and validated it with newly strung rackets. It turned out to be surprisingly accurate. I shared it with friends and fellow players, and it started to spread in badminton forums.<p>There was another app that launched a few months later with big celebrity endorsements, but it was less accurate, harder to use, and required in-app purchases. Mine wasn&#x27;t built to compete, but it ended up being more useful.<p>I originally released it as a mobile app, but constant changes in Google Play policies kept taking it down. So I rebuilt it as a simple browser-based tool.<p>Would love feedback, suggestions for improvements, or ideas on how to sustain it without cluttering it with ads or paywalls.<p>Let me know what you think.

7 条评论

bloak20 天前
It sounds like you&#x27;ve done plenty of experiments and don&#x27;t need any theory to make this work, but have you looked at the physics&#x2F;mathematics of the vibrations? Does the frequency you detect correspond to <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vibration_of_a_circular_membrane" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vibration_of_a_circular_membra...</a>, for example? I&#x27;m guessing that the interlocking strings are best modelled as a membrane rather than individual strings (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;String_vibration" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;String_vibration</a>) but the racquet head isn&#x27;t circular, so it&#x27;s a bit beyond my level of maths to do that properly.<p>I suppose that to do the maths we&#x27;d need to know the spacing of the strings and the mass per unit length of the strings. (And the dimensions of the racquet head, of course, but that must be easy to look up.)<p>Also, would this work just as well for tennis and squash racquets?<p>EDIT: Perhaps <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dimensional_analysis" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dimensional_analysis</a> would give you the formula, and the constant you could get by experiment, and then the same formula might be applicable to any similarly shaped racquet.
评论 #44023969 未加载
nwatson20 天前
The Gates company make the Gates Carbon Belt to replace bike chains with a carbon fiber belt (encased in some polymer). My Priority Bicycle 600x has this belt drive, along with matching sprockets and a Pinion C1.12 &quot;transmission&quot;, where all gearing&#x2F;shifting takes place.<p>To check proper tension, Gates supplies an app [0] that also has you pluck the belt to measure the frequency. For my bike the appropriate tension is at 60Hz. Tension is adjusted by moving the rear axle backward or forward.<p>[0] <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.gates.carbondrivecalculator">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.gates.carb...</a><p>EDIT: the advantages are ... no fragile derailleur; no chain lube; long belt lifespan; low maintenance
HyprMusic20 天前
Very useful. I just tried it with my spare racquet, and it seems about right. I have always wondered if my main racquet has lost tension, so it&#x27;ll be really useful for that.<p>For making money, I&#x27;d suggest reaching out to professional re-stringers and asking if they want to advertise (once you have some nice analytics to brag about). Maybe even localise them based on geolocation data so you can have more re-stringers without cluttering it up. It&#x27;s a value-add to your users so everyone should be happy.<p>You could probably even reach out to some YouTubers (I personally like BadmintonInsight). Since it&#x27;s free, I would imagine some of them would do a video on it just to help their viewers.
评论 #44024534 未加载
nextweek217 天前
Great work, I love this.<p>I tested it with my recently restrung BG80 at 27lb and it came out with 26.69lb!<p>One improvement I&#x27;d ask for, is in the string thickness selection. I had to go look up the thickness of BG80. It would be cool if you could preload some of the popular strings in there.<p>Also, the string tension number is good, but I&#x27;ll get it to a peak and then I&#x27;ll stop to press the stop recording button and it&#x27;s dropped back down. It would be nice to have a &quot;Peak tension&quot; or a graph of the tension.<p>Thanks
fock20 天前
While I don&#x27;t play Badminton (and so can&#x27;t test with a racket on hand) this seems very cool! I also thought about something similar for judging bikewheel spoke tension - I guess I have to research this a bit more now.<p>As for monetization: I personally don&#x27;t have problems with static ads served from your domain. Find some celebrity or brand and ask them if they want to have you serve their banner.
评论 #44023360 未加载
BarryGuff20 天前
Proves that there&#x27;s literally an app to do anything. I&#x27;m amazed. Good job!
评论 #44024537 未加载
cr125rider20 天前
Great solution to a real problem. Very “hacker” of you - nice job!
评论 #44024522 未加载