Skip to content

Commit 308c72c

Browse files
committed
Update 2018-02-17-Lego-Clock.md
1 parent e905383 commit 308c72c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/_posts/2018-02-17-Lego-Clock.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ programming_language: "Shell script" # The programming language used in this pro
1111
youtube_video_id: ShmbfrEXyME # The video ID of the YouTube video to be displayed with this post
1212
# thumbnail_override: "/images/projects/my-project/my-image.png" # If you don't have a YouTube video (or the video thumbnail isn't good) you can uncomment this line to set your own image for the project.
1313

14-
project_homepage_url: "http://example.com/my-super-cool-project" # Homepage for this project
14+
#project_homepage_url: "http://example.com/my-super-cool-project" # Homepage for this project
1515
source_code_url: "https://github.com/riddy8051/riddy8051.github.io/blob/master/ev3dev_clock" # Provide a link to your code
1616
building_instructions_url: "https://github.com/riddy8051/riddy8051.github.io/blob/master/Lego_EV3_Clock.pdf" # how to build the model out of LEGO (*not* how to build the source code)
1717

18-
excerpt: "This project is written in shell script on a lego EV3 brick running Debian EV3dev Linux. On boot the EV3 brick gets the current time from the internet via WiFi. When the clock script is started the Ev3 brick finds the hands of the clock with a colour sensor and sets the clock hands to the current time. It keeps reading the current time and moves the clock hands accordingly. A medium motor is geared down 3:1 to drive the minute hand then a further 12:1 (36:1 total) to drive the hour hand. Enjoy! " # A short summary of your project. This can be a sentence or a paragraph, but it's recommended to keep it under 3 sentences.
18+
excerpt: "An Internet-enabled analog clock." # A short summary of your project. This can be a sentence or a paragraph, but it's recommended to keep it under 3 sentences.
1919
---
20+
This project is written in shell script on a lego EV3 brick running Debian EV3dev Linux. On boot the EV3 brick gets the current time from the internet via WiFi. When the clock script is started the EV3 brick finds the hands of the clock with a colour sensor and sets the clock hands to the current time. It keeps reading the current time and moves the clock hands accordingly. A medium motor is geared down 3:1 to drive the minute hand then a further 12:1 (36:1 total) to drive the hour hand. Enjoy!

0 commit comments

Comments
 (0)