Skip to content
Snippets Groups Projects
Commit 1edd1e63 authored by Christoph Nieß's avatar Christoph Nieß
Browse files

Added a better video showing the clock running

parent 06e4e209
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -40,12 +40,9 @@ ...@@ -40,12 +40,9 @@
<a href="./project_media/minutewheel_init.mp4">Video Download</a> <a href="./project_media/minutewheel_init.mp4">Video Download</a>
</video> </video>
<p>After getting <em>calibration values</em> for all digit wheels, <em>programming</em> all boards (and weeding out the odd <em>bug</em> or two), the whole clock can now move on its own.</p> <p>After getting <em>calibration values</em> for all digit wheels, <em>programming</em> all boards (and weeding out the odd <em>bug</em> or two), the whole clock can now move on its own.</p>
<!--<video src="./project_media/clock_init.mp4" controls width="900">
<a href="./project_media/clock_init.mp4">Video Download</a>
</video>-->
<p>It is also now possible to <em>set</em> the clock - The process is actually quite complicated internally, as the switches are connected to the individual motorboards, who then send out that one was pressed, which in turn makes the module that keeps time change its internal time, and send out new wheel positions to the other boards... With the normal clock function running in parallel, of course:</p> <p>It is also now possible to <em>set</em> the clock - The process is actually quite complicated internally, as the switches are connected to the individual motorboards, who then send out that one was pressed, which in turn makes the module that keeps time change its internal time, and send out new wheel positions to the other boards... With the normal clock function running in parallel, of course:</p>
<video src="./project_media/setting_the_clock.mp4" controls width="900"> <video src="./project_media/fabclock_running.mp4" controls width="900">
<a href="./project_media/setting_the_clock.mp4">Video Download</a> <a href="./project_media/fabclock_running.mp4">Video Download</a>
</video> </video>
<h2>Project Files</h2> <h2>Project Files</h2>
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment