2018-12-02 16:58:43 +01:00
|
|
|
# Behind the MakeCode Hardware
|
|
|
|
|
|
|
|
* [Watch Playlist on Youtube](https://www.youtube.com/watch?v=qqBmvHD5bCw&list=PLMMBk9hE-SeqDYtw9pGNPsQ10V_EGMyGe)
|
|
|
|
|
|
|
|
## Videos
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "LEDs",
|
2018-12-02 23:07:05 +01:00
|
|
|
"description": "See how these amazing little devices create light in this fun and illuminating video.",
|
2018-12-02 16:58:43 +01:00
|
|
|
"youTubeId": "qqBmvHD5bCw",
|
|
|
|
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Buttons",
|
2018-12-02 23:07:05 +01:00
|
|
|
"description": "Buttons let your fingers talk to the hardware, see how they work in this video.",
|
2018-12-02 16:58:43 +01:00
|
|
|
"youTubeId": "t_Qujjd_38o",
|
|
|
|
"imageUrl": "/static/mb/behindhardware/buttons.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Accelerometer",
|
2018-12-02 23:07:05 +01:00
|
|
|
"description": "Find out how the accelerometer detects motion in this fun video.",
|
2018-12-02 16:58:43 +01:00
|
|
|
"youTubeId": "byngcwjO51U",
|
|
|
|
"imageUrl": "/static/mb/behindhardware/accelerometer.jpg"
|
2019-02-01 23:45:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Light Sensor",
|
|
|
|
"description": "Your micro:bit can see the light, how does it do that?",
|
2019-02-01 23:47:14 +01:00
|
|
|
"youTubeId": "TKhCr-dQMBY",
|
2019-02-01 23:45:23 +01:00
|
|
|
"imageUrl": "/static/mb/behindhardware/light-sensor.jpg"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Temperature Sensor",
|
|
|
|
"description": "One of the cool features on your board is the temperature sensor, how does it feel the heat?",
|
|
|
|
"youTubeId": "_T4N8O9xsMA",
|
|
|
|
"imageUrl": "/static/mb/behindhardware/temperature-sensor.jpg"
|
2018-12-02 16:58:43 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|