diff --git a/docs/projects.md b/docs/projects.md index ce69cb9e..675717aa 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -2,6 +2,9 @@ Here are some cool projects that you can build with your micro:bit! +## Games + +Fun games to build with your micro:bit. ```codecard [{ @@ -20,18 +23,42 @@ Here are some cool projects that you can build with your micro:bit! "name": "Rock Paper Scissors", "url":"/projects/rock-paper-scissors", "imageUrl":"/static/mb/projects/a4-motion.png" -},{ - "name": "Compass", - "url":"/projects/compass", - "imageUrl":"/static/mb/projects/a5-compass.png" -},{ +}] +``` + +## Maker, Arts, Fashion + +```codecard +[{ "name": "Hack your headphones", "url":"/projects/hack-your-headphones", "imageUrl":"/static/mb/projects/a6-music.png" -},{ +}, { "name": "Banana keyboard", "url":"/projects/banana-keyboard", "imageUrl":"/static/mb/projects/a7-conductive.png" +}, { + "name": "Guitar", + "url":"/projects/guitar", + "imageUrl":"/static/mb/projects/guitar.png" +}, { + "name": "Watch", + "url":"/projects/the-watch", + "imageUrl":"/static/mb/projects/a10-watch.png" +}, { + "name": "Timing gates", + "url":"/projects/timing-gates", + "imageUrl":"/static/mb/projects/timing-gates.jpg" +}] +``` + +## More + +```codecard +[{ + "name": "Compass", + "url":"/projects/compass", + "imageUrl":"/static/mb/projects/a5-compass.png" },{ "name": "Telegraph", "url":"/projects/telegraph", @@ -40,13 +67,9 @@ Here are some cool projects that you can build with your micro:bit! "name": "Radio", "url":"/projects/radio", "imageUrl":"/static/mb/projects/a9-radio.png" -},{ - "name": "Watch", - "url":"/projects/the-watch", - "imageUrl":"/static/mb/projects/a10-watch.png" }] ``` ### See Also -[Flashing Heart](/projects/flashing-heart), [Smiley Buttons](/projects/smiley-buttons), [Love Meter](/projects/love-meter), [Rock Paper Scissors](/projects/rock-paper-scissors), [Compass](/projects/compass), [Hack your headphones](/projects/hack-your-headphones), [Banana keyboard](/projects/banana-keyboard), [Telegraph](/projects/telegraph), [Radio](/projects/radio), [Watch](/projects/the-watch) \ No newline at end of file +[Flashing Heart](/projects/flashing-heart), [Smiley Buttons](/projects/smiley-buttons), [Love Meter](/projects/love-meter), [Rock Paper Scissors](/projects/rock-paper-scissors), [Compass](/projects/compass), [Hack your headphones](/projects/hack-your-headphones), [Banana keyboard](/projects/banana-keyboard), [Telegraph](/projects/telegraph), [Radio](/projects/radio), [Guitar](/projects/guitar), [Watch](/projects/the-watch) \ No newline at end of file diff --git a/docs/projects/timing-gates.md b/docs/projects/timing-gates.md index 63a88f33..ddfbf997 100644 --- a/docs/projects/timing-gates.md +++ b/docs/projects/timing-gates.md @@ -1,15 +1,12 @@ # Timing gates -In ths project, we will build a timing gate, a system that can measure the speed of a car. +### ~avatar -### ~hint - -This lesson explains the principles of timing gates using household materials. To build high performance gates, -you will need better sensors such as [Hall Effect sensors](https://en.wikipedia.org/wiki/Hall_effect_sensor). +This project explains the principles of timing gates using household materials. ### ~ -## How does it work? +## Timing gates The two gates are connected to the micro:bit and can detect a car passing through. diff --git a/docs/static/mb/projects/timing-gates.jpg b/docs/static/mb/projects/timing-gates.jpg new file mode 100644 index 00000000..a299040b Binary files /dev/null and b/docs/static/mb/projects/timing-gates.jpg differ