aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-06-26-simple-world-clock.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-06-26-simple-world-clock.md')
-rw-r--r--content/posts/2021-06-26-simple-world-clock.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/2021-06-26-simple-world-clock.md b/content/posts/2021-06-26-simple-world-clock.md
index 0c17f09..6f6e137 100644
--- a/content/posts/2021-06-26-simple-world-clock.md
+++ b/content/posts/2021-06-26-simple-world-clock.md
@@ -23,7 +23,7 @@ have a bunch of [Raspberry Pi's
23Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that 23Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that
24I really need to use. 24I really need to use.
25 25
26![Inky pHAT, Raspberry Pi Zero](/assets/world-clock/hardware.jpg) 26![Inky pHAT, Raspberry Pi Zero](/posts/world-clock/hardware.jpg)
27 27
28Since the Inky [Inky 28Since the Inky [Inky
29pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is 29pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is
@@ -94,7 +94,7 @@ Then we add a cronjob with `crontab -e`.
94 94
95So, we end up with a result like this. 95So, we end up with a result like this.
96 96
97![World Clock](/assets/world-clock/world-clock.jpg) 97![World Clock](/posts/world-clock/world-clock.jpg)
98 98
99And for the enclosure that can be 3D printed, but I haven't yet something like 99And for the enclosure that can be 3D printed, but I haven't yet something like
100this can be used. 100this can be used.
@@ -102,7 +102,7 @@ this can be used.
102<iframe id="vs_iframe" src="https://www.viewstl.com/?embedded&url=https%3A%2F%2Fmitjafelicijan.com%2Fassets%2Fworld-clock%2Fenclosure.stl&color=gray&bgcolor=white&edges=no&orientation=front&noborder=no" style="border:0;margin:0;width:100%;height:400px;"></iframe> 102<iframe id="vs_iframe" src="https://www.viewstl.com/?embedded&url=https%3A%2F%2Fmitjafelicijan.com%2Fassets%2Fworld-clock%2Fenclosure.stl&color=gray&bgcolor=white&edges=no&orientation=front&noborder=no" style="border:0;margin:0;width:100%;height:400px;"></iframe>
103 103
104You can download my [STL file for the enclosure 104You can download my [STL file for the enclosure
105here](/assets/world-clock/enclosure.stl), but make sure that dimensions make 105here](/posts/world-clock/enclosure.stl), but make sure that dimensions make
106sense and also opening for USB port should be added or just use a drill and some 106sense and also opening for USB port should be added or just use a drill and some
107hot glue to make it stick in the enclosure. 107hot glue to make it stick in the enclosure.
108 108