blug/site/horological-crimes.html

78 lines
3.5 KiB
HTML
Raw Normal View History

2024-07-06 00:49:07 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - horological-crimes</title>
<link rel="stylesheet" href="/style.css">
2024-07-06 15:41:31 +02:00
<link rel="icon" type="image/x-icon" href="/creacher.png">
2024-07-06 00:49:07 +02:00
</head>
<body>
<main>
<h1 id="horological-crimes">Horological crimes</h1>
<p>
<code>2024-07-05</code><br>
2024-07-06 00:49:07 +02:00
I have this old pocket watch that doesn't run any more. I recieved it as a gift a number of years back, and I have no idea how long it has been broken.<br>
</p>
<p>
The brand is Halda (a swedish watch company that has existed since the 1880s), and it's marked with the number 17882, if that means anything.<br>
It would be nice to know when it was made.<br>
</p>
<p>
TODO front image<br>
</p>
<p>
On a whim I decided to see if I could figure out what was wrong and attempt to fix it. How hard could that possibly be?<br>
</p>
<p>
2024-08-27 23:19:33 +02:00
<img src="/media/clock/opened_unmodified.jpg" alt="open pocket watch with many intricate gears visible">
2024-07-06 00:49:07 +02:00
</p>
<h2 id="i-am-a-professional">I am a professional</h2>
<p>
Only after halfway disassembling the clock did I decide to learn how these things are meant to work.<br>
So I watched <a href="https://www.youtube.com/watch?v=d_pV8TGKfMc">one video</a><br>
</p>
<p>
2024-07-06 02:10:21 +02:00
Turns out that the second gear (directly engaged with the escapement gear) is slipping, because the "top" (back relative to the clock face) bearing has been destroyed.<br>
2024-07-06 00:49:07 +02:00
I can fix this.<br>
I stripped a short length of cable-tie into a 0.5mm diameter wire, bent it into a hook, and filled the side of the bearing thats broken.<br>
2024-07-06 02:10:21 +02:00
And to hold the wire in place, I used hot glue because I don't <del>respect the Art of Watchmaking</del> have anything better.<br>
2024-07-06 00:49:07 +02:00
</p>
<p>
2024-08-27 23:19:33 +02:00
<img src="/media/clock/wire_inserted.jpg" alt="a small wire is inserted into the broken gearing">
<img src="/media/clock/wire_glued.jpg" alt="the wire is now covered in hot glue">
2024-07-06 00:49:07 +02:00
</p>
<p>
This seems to have worked pretty well as far as i can tell from winding up the clock and poking around. That gear is not moving sideways anymore and can rotate easily.<br>
</p>
<p>
The clock still won't work though. When i wind it up, it just does nothing, if i try to get the oscillator going or poke at the escapement gear/mechanism, the most i get is a really fast release of all the stored energy, enough to make the second hand fall off. Suboptimal.<br>
</p>
<p>
The escapement gear is <em>also</em> slipping, and it looks like the top end of the shaft is just <em>missing</em>. It's supposed to have a short 0.3mm diameter extrusion that goes into the bearing above.<br>
</p>
<p>
TODO image of escapement gear<br>
</p>
<p>
This is where I'm currently stuck, and most likely I'll abandon it forever. I don't have the means to make a new gear or the desire to buy one (not that I know where I could)<br>
</p>
<p>
I tried to create a part that would hold the thicker(0.5mm) part of the gear, just below the bearing, but it's too tight against the rest of the parts. I'm sure that's possible with better tools but i'm out here using a cable tie wire as a drill and a plastic scrap instead of brass. It was fun but ultimately too difficult with no good tools.<br>
</p>
<p>
2024-08-27 23:19:33 +02:00
<img src="/media/clock/stupid_drill.jpg" alt="a small wire in a drill">
<img src="/media/clock/plastic_doohickey_closeup.jpg" alt="a small wire in a drill">
2024-07-06 00:50:55 +02:00
</p>
<p>
2024-07-06 17:59:59 +02:00
maybe one day i will come back to this project and fix it, maybe not. It was fun anyway<br>
2024-07-06 00:49:07 +02:00
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>