I Needed a Washer Belt Tension Gauge… So I Built One With My iPhone and ChatGPT 5.5
Replacing the motor and belt on a washer sounds simple until one tiny question turns into a physics experiment: how tight is the belt supposed to be?
Try the calculator: I published the belt tension frequency calculator on GitHub Pages here:
Open the washer belt tension calculator
The calculator is preset for my test: 54 lbf target tension, 13.5 in free span, 2.47 oz belt weight, and 56.5 in belt loop length.
Q: I need a tension gauge. How could I test the tension without the gauge?
A belt tension gauge measures how tight a belt is, but I did not have one sitting around. The old-school method is to push on the belt and measure deflection, but that only tells part of the story. A belt can deflect the “right” amount and still be too loose or too tight depending on how much force it takes to move it.
Then I learned that many digital belt tension gauges use sound.
You pluck the belt, the gauge listens to the vibration frequency, and then it calculates tension. A tight belt vibrates at a higher frequency. A loose belt vibrates at a lower frequency.
Then came the second problem: a dedicated sonic tension gauge is not exactly an impulse-buy tool for a washer repair. The ones I found were often hundreds of dollars — well over $200 in many cases — which felt hard to justify for one belt on one machine. If the same basic idea is “pluck, listen, calculate,” then an iPhone microphone plus a small calculator seemed worth trying before buying a specialty gauge.
That led to the obvious question: Could my iPhone microphone hear the belt frequency?
Turns out, yes — at least well enough for a DIY sanity check.
Q: How does a digital belt tension gauge actually work?
A belt span acts a little like a guitar string. When you pluck it, it vibrates at a natural frequency.
The basic formula is:
Where:
- T = belt tension
- m = belt mass per unit length
- L = free span length
- f = vibration frequency
In pounds-force, using belt weight per foot, the formula becomes:
Where:
- Tlbf = belt tension in pounds-force
- W = belt weight per length in lb/ft
- L = free belt span in feet
- f = frequency in Hz
- 32.174 = gravity constant in ft/s²
So the tension gauge is basically doing three things: listening to the belt, finding the frequency, and plugging the frequency into the formula. The magic is not really magic. It is physics plus signal processing.
Q: What parts did I need to measure?
For my washer belt, I needed four numbers:
- Target belt tension
- Free span length
- Whole belt weight
- Whole belt loop length
The belt was a Speed Queen / Alliance washer belt, part number 804985. The belt length I used was 56.5 inches.
Then I weighed the belt: 2.47 oz.
The target tension I was working from was 54 lbf.
At first, I measured from the center of the main pulley to the center of the motor pulley and got about 15 inches. But that is not quite the right measurement.
The correct measurement is the free span: the straight section of belt from where it leaves one pulley to where it starts touching the other pulley.
After measuring that section more carefully, I got 13.5 inches.
| Measurement | Value |
|---|---|
| Target tension | 54 lbf |
| Belt weight | 2.47 oz |
| Belt loop length | 56.5 in |
| Free span length | 13.5 in |
Q: How did I calculate the belt weight per foot?
The belt weight per foot is:
My belt was 2.47 oz, so first convert ounces to pounds:
The belt loop length was 56.5 inches, so convert that to feet:
Then:
That number became one of the key inputs for the website.
Q: What frequency should the belt vibrate at?
To find the target frequency, I rearranged the tension formula:
Using my numbers:
- T = 54
- W = 0.03279
- L = 13.5 / 12 = 1.125 ft
The target came out to about:
So in theory, if the belt is tensioned to around 54 lbf, plucking the 13.5-inch belt span should produce a frequency near 102 Hz.
Q: Could I just use a phone app?
Maybe, but I wanted something customized to my specific belt and washer.
So I co-created a small website with ChatGPT 5.5 that runs in the browser. It uses the iPhone microphone, listens for the plucked belt frequency, and calculates tension using the same formula.
The page lets me enter target tension, free span length, belt weight, belt loop length, and measured frequency. Then it calculates belt weight per foot, target frequency, and estimated belt tension from the measured frequency.
Open the GitHub Pages calculator
Q: How did the first test go?
At first, not great.
I tried strumming the belt with a knife and got a low reading around 23 Hz. The website calculated a ridiculously low tension, around 2.8 lbf.
That was a good reminder: the math can be right while the measurement is wrong.
A knife is not ideal because it can make a metallic click, scrape the belt, or excite weird vibration modes. A finger, fingernail, plastic handle, pen cap, or wooden dowel is better.
After plucking louder and adjusting the technique, I got a reading around 57 Hz. The website calculated about 15.7 lbf. That was more plausible, but still far below the 102 Hz target.
Q: Did I keep tightening until I hit exactly 102 Hz?
No, and that was probably the right call.
The frequency method is useful, but my setup was still DIY. There are plenty of ways the reading could be off:
- The iPhone microphone might pick up noise.
- The website might lock onto a lower harmonic or thump.
- The belt might be damped and not ring cleanly.
- The free span measurement might be slightly off.
- The target tension spec might not apply perfectly to this exact installation.
- The belt might behave differently than an ideal vibrating string.
Also, over-tightening a washer belt can be worse than leaving it a little under target. Too much tension can stress the motor shaft, bearings, pulleys, and belt.
So instead of blindly chasing the number, I used the website as a sanity check and combined it with practical repair judgment.
Q: What were the practical checks?
After replacing the motor and belt, I cared about whether the washer behaved correctly:
- Does the belt track properly?
- Does the pulley rotate smoothly by hand?
- Does the belt slip under load?
- Is there squealing?
- Is there a burning rubber smell?
- Does the belt get unusually hot?
- Does the washer agitate and spin normally?
The belt rotated fine and did not seem obviously loose. So I decided not to stress over hitting a perfect frequency number.
That was the real lesson: the homemade tension gauge was a tool, not the final authority.
Q: What did I learn?
I started with a simple washer repair and ended up learning how belt tension gauges work.
The most useful takeaways were:
- A digital belt tension gauge is basically a frequency reader plus math.
- The key formula is Tlbf = 4WL²f² / 32.174.
- The free span is not center-to-center pulley distance.
- The belt’s actual weight matters.
- An iPhone microphone can be useful, but it is not automatically reliable.
- DIY measurements should be combined with common sense.
- Building a quick website with ChatGPT 5.5 made the whole process easier and more fun.
In the end, the washer repair became more than just swapping a motor and belt. It became a mini physics experiment, a web app project, and a reminder that sometimes fixing an appliance is also a great excuse to learn something new.