Browse Source

added opensmartwatch blog post

Thomas Buck 3 years ago
parent
commit
7fe47c8e00

+ 57
- 0
input/blog/2021/2021_05_05_opensmartwatch.md View File

@@ -0,0 +1,57 @@
1
+title: Blog
2
+post: Open-Smartwatch
3
+date: 2021-05-05
4
+---
5
+
6
+Because of [a recent article on Hackaday](https://hackaday.com/2021/04/08/an-open-source-smart-watch-youd-actually-wear/) I was made aware of [the Open-Smartwatch project](https://open-smartwatch.github.io/) from [Paul's 3D Things](https://p3dt.net/).
7
+
8
+I have ordered two [watches from AliExpress](https://de.aliexpress.com/item/1005002341342799.html), one for me and one for my SO, as well as some [matching batteries](https://de.aliexpress.com/item/4000121983257.html).
9
+
10
+They arrived but unfortunately mine has some problems.
11
+One of the buttons is broken.
12
+It can not be pressed and is permanently stuck.
13
+Possibly because of that (I thought) I have also not been able to get it to work again after I uploaded a self-compiled stock firmware.
14
+It worked once after taking it out of the package, and also once after flashing.
15
+But after that it didn't show anything (the LCD backlight turns on and off as expected, but the screen stays black).
16
+
17
+Turns out, the display also had some problems.
18
+It only worked when the flex cable was pressed in a very specific spot, relatively hard.
19
+Unfortunately, while playing around with that, I now also broke the display glass itself.
20
+
21
+I'm now waiting for a replacement...
22
+
23
+I printed the files from "case-light-round-1.6mm-pcb-printed-straps" in the [3d-files repository](https://github.com/Open-Smartwatch/3d-files/) of Open-Smartwatch.
24
+Because I like it colorful, I decided to print the parts in Orange, Blue and Green PETG filament.
25
+
26
+I had some problems getting in the 10mm screws that hold the body together.
27
+The hole in the bottom part was too large, and with not enough depth the screws did not grip properly.
28
+As a work-around, it is possible to use 12mm M2 screws with a washer, but it does not look as nice.
29
+
30
+It took quite some filing work to get the buttons to fit and move smoothly, as well as for the wrist strap to feel nice.
31
+But the strap is now surprisingly comfortable.
32
+I also like the look of the screws in the strap!
33
+The latching mechanism is also a bit tricky and took a bit of post-print work to get it to close properly.
34
+But as a first step it seems to work ok.
35
+
36
+Just for fun, and because for me it was the easier solution, I re-created the complete case and strap in OpenSCAD.
37
+The hole sizes can now be specified easily, and I tweaked some other small things.
38
+I added button labels to the top piece, added rounded edges to the strap parts and modified the strap mounting piece on the bottom part so all strap pieces are the same and you don't need two special ones.
39
+
40
+My design can be found in [the 'openscad' branch of my 3d-files fork](https://github.com/xythobuz/3d-files/tree/openscad).
41
+
42
+<!--%
43
+lightgallery([
44
+    [ "img/osw_prints.jpg", "All my prints for the development of my re-design" ],
45
+    [ "img/opensmartwatch_1.jpg", "Original 3D printed case and wrist strap" ],
46
+    [ "img/osw_design_1.png", "Work in progress of my re-design" ],
47
+    [ "img/osw_design_2.png", "Work in progress of my re-design, with colors" ]
48
+])
49
+%-->
50
+
51
+I'm looking forward to playing around more with it. The source code can be found in the [open-smartwatch-os repository](https://github.com/Open-Smartwatch/open-smartwatch-os) on GitHub.
52
+I did take a look and it still seems to be relatively small and understandable.
53
+
54
+I hope it will actually be possible to show notifications from Android (I'm still using an iPhone currently, but I want to [switch](https://www.indiegogo.com/projects/astro-slide-5g-transformer) soon).
55
+
56
+I also plan to create my own watch face, which should not be too much work with the way the OS is currently working.
57
+I'm also looking forward to see how the project will progress and what changes the community will bring to the firmware.

BIN
static/img/opensmartwatch_1.jpg View File


BIN
static/img/opensmartwatch_1_small.jpg View File


BIN
static/img/osw_design_1.png View File


BIN
static/img/osw_design_1_small.png View File


BIN
static/img/osw_design_2.png View File


BIN
static/img/osw_design_2_small.png View File


BIN
static/img/osw_prints.jpg View File


BIN
static/img/osw_prints_small.jpg View File


Loading…
Cancel
Save