adding guitar to project list
This commit is contained in:
parent
2ae78fe6b8
commit
a34f765681
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
Here are some cool projects that you can build with your micro:bit!
|
Here are some cool projects that you can build with your micro:bit!
|
||||||
|
|
||||||
|
## Games
|
||||||
|
|
||||||
|
Fun games to build with your micro:bit.
|
||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
[{
|
[{
|
||||||
@ -20,11 +23,13 @@ Here are some cool projects that you can build with your micro:bit!
|
|||||||
"name": "Rock Paper Scissors",
|
"name": "Rock Paper Scissors",
|
||||||
"url":"/projects/rock-paper-scissors",
|
"url":"/projects/rock-paper-scissors",
|
||||||
"imageUrl":"/static/mb/projects/a4-motion.png"
|
"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",
|
"name": "Hack your headphones",
|
||||||
"url":"/projects/hack-your-headphones",
|
"url":"/projects/hack-your-headphones",
|
||||||
"imageUrl":"/static/mb/projects/a6-music.png"
|
"imageUrl":"/static/mb/projects/a6-music.png"
|
||||||
@ -32,6 +37,28 @@ Here are some cool projects that you can build with your micro:bit!
|
|||||||
"name": "Banana keyboard",
|
"name": "Banana keyboard",
|
||||||
"url":"/projects/banana-keyboard",
|
"url":"/projects/banana-keyboard",
|
||||||
"imageUrl":"/static/mb/projects/a7-conductive.png"
|
"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",
|
"name": "Telegraph",
|
||||||
"url":"/projects/telegraph",
|
"url":"/projects/telegraph",
|
||||||
@ -40,13 +67,9 @@ Here are some cool projects that you can build with your micro:bit!
|
|||||||
"name": "Radio",
|
"name": "Radio",
|
||||||
"url":"/projects/radio",
|
"url":"/projects/radio",
|
||||||
"imageUrl":"/static/mb/projects/a9-radio.png"
|
"imageUrl":"/static/mb/projects/a9-radio.png"
|
||||||
},{
|
|
||||||
"name": "Watch",
|
|
||||||
"url":"/projects/the-watch",
|
|
||||||
"imageUrl":"/static/mb/projects/a10-watch.png"
|
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
### See Also
|
### 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)
|
[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)
|
@ -1,15 +1,12 @@
|
|||||||
# Timing gates
|
# Timing gates
|
||||||
|
|
||||||
In ths project, we will build a timing gate, a system that can measure the speed of a car.
|
### ~avatar
|
||||||
|
|
||||||
### ~hint
|
This project explains the principles of timing gates using household materials.
|
||||||
|
|
||||||
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).
|
|
||||||
|
|
||||||
### ~
|
### ~
|
||||||
|
|
||||||
## How does it work?
|
## Timing gates
|
||||||
|
|
||||||
The two gates are connected to the micro:bit and can detect a car passing through.
|
The two gates are connected to the micro:bit and can detect a car passing through.
|
||||||
|
|
||||||
|
BIN
docs/static/mb/projects/timing-gates.jpg
vendored
Normal file
BIN
docs/static/mb/projects/timing-gates.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in New Issue
Block a user