add wip clock repair page

This commit is contained in:
Crispy 2024-07-06 00:49:07 +02:00
parent e4dab703d7
commit c8bcff0eba
11 changed files with 125 additions and 1 deletions

BIN
site/clock/opened_unmodified.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 MiB

BIN
site/clock/stupid_drill.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
site/clock/wire_glued.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

BIN
site/clock/wire_inserted.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

View file

@ -0,0 +1,75 @@
<!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">
<link rel="icon" type="image/x-icon" href="/cretin.png">
</head>
<body>
<main>
<h1 id="horological-crimes">Horological crimes</h1>
<p>
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>
TODO image of interior<br>
</p>
<p>
<img src="clock/opened_unmodified.jpg" alt="open pocket watch with many intricate gears visible"><br>
</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>
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>
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>
And to hold the wire in place, I used duct tape because I don't <del>respect the Art of Watchmaking</del> have anything better.<br>
</p>
<p>
TODO image of bearing repair<br>
</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>
TODO images of plastic parts and drill<br>
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>

View file

@ -39,6 +39,8 @@ cool pages by other people<br>
- <a href="https://www.sci-hub.st/">research papers</a><br>
- <a href="http://libgen.rs/">free books</a><br>
</p>
<p>
no wait <a href="/">go back</a><br>
</main>
</body>

View file

@ -19,6 +19,6 @@ code {
color: #f90;
}
video {
video, img {
max-width: 100%;
}

View file

@ -0,0 +1,44 @@
# Horological crimes
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.
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.
It would be nice to know when it was made.
TODO front image
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?
<img src="clock/opened_unmodified.jpg" alt="open pocket watch with many intricate gears visible">
## I am a professional
Only after halfway disassembling the clock did I decide to learn how these things are meant to work.
So I watched [one video](https://www.youtube.com/watch?v=d_pV8TGKfMc)
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.
I can fix this.
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.
And to hold the wire in place, I used duct tape because I don't <del>respect the Art of Watchmaking</del> have anything better.
<img src="clock/wire_inserted.jpg" alt="a small wire is inserted into the broken gearing">
<img src="clock/wire_glued.jpg" alt="the wire is now covered in hot glue">
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.
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.
The escapement gear is *also* slipping, and it looks like the top end of the shaft is just *missing*. It's supposed to have a short 0.3mm diameter extrusion that goes into the bearing above.
TODO image of escapement gear
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)
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.
<img src="clock/stupid_drill.jpg" alt="a small wire in a drill">
<img src="clock/plastic_doohickey_closeup.jpg" alt="a small wire in a drill">
maybe one day i will ocme back to this project and fix it, maybe not. It was fun anyway
[home](/)

View file

@ -12,6 +12,7 @@ this means it is
[✅] silly
## "content"
- [horological crimes](/horological-crimes)
- [photo archive](/photos)
- [snad (cell thing)](/cellthing)
- [internets](/internets)

View file

@ -22,3 +22,5 @@ cool pages by other people
- [research papers](https://www.sci-hub.st/)
- [free books](http://libgen.rs/)
no wait [go back](/)