|
2 | 2 |
|
3 | 3 | * [Watch Playlist on Youtube](https://www.youtube.com/watch?v=qqBmvHD5bCw&list=PLMMBk9hE-SeqDYtw9pGNPsQ10V_EGMyGe)
|
4 | 4 |
|
5 |
| - |
6 | 5 | ## Videos
|
7 | 6 |
|
8 |
| -### ~ codecard |
9 |
| -* name: LEDs |
10 |
| -* description: See how these amazing little devices create light in this fun and illuminating video. |
11 |
| -* youTubeId: qqBmvHD5bCw |
12 |
| -* imageUrl: /static/mb/behindhardware/leds.jpg |
13 |
| ---- |
14 |
| -* name: Buttons |
15 |
| -* description: Buttons let your fingers talk to the hardware, see how they work in this video. |
16 |
| -* youTubeId: t_Qujjd_38o |
17 |
| -* imageUrl: /static/mb/behindhardware/buttons.jpg |
18 |
| ---- |
19 |
| -* name: Accelerometer |
20 |
| -* description: Find out how the accelerometer detects motion in this fun video. |
21 |
| -* youTubeId: byngcwjO51U |
22 |
| -* imageUrl: /static/mb/behindhardware/accelerometer.jpg |
23 |
| ---- |
24 |
| -* name: Light Sensor |
25 |
| -* description: Your micro:bit can see the light, how does it do that? |
26 |
| -* youTubeId: TKhCr-dQMBY |
27 |
| -* imageUrl: /static/mb/behindhardware/light-sensor.jpg |
28 |
| ---- |
29 |
| -* name: Temperature Sensor |
30 |
| -* description: One of the cool features on your board is the temperature sensor, how does it feel the heat? |
31 |
| -* youTubeId: _T4N8O9xsMA |
32 |
| -* imageUrl: /static/mb/behindhardware/temperature-sensor.jpg |
33 |
| ---- |
34 |
| -* name: Pin Pressed |
35 |
| -* description: Touching the pins works like a button, is that magic or what? |
36 |
| -* youTubeId: GEpZrvbsO7o |
37 |
| -* imageUrl: /static/mb/behindhardware/pin-pressed.jpg |
38 |
| ---- |
39 |
| -* name: Radio |
40 |
| -* description: Your board can communticate by radio, how does it do that? |
41 |
| -* youTubeId: Re3H2ISfQE8 |
42 |
| -* imageUrl: /static/mb/behindhardware/radio.jpg |
43 |
| ---- |
44 |
| -* name: Servo Motor |
45 |
| -* description: See how motors work and how you can use the @boardname@ to run servos. |
46 |
| -* youTubeId: okxooamdAP4 |
47 |
| -* imageUrl: /static/mb/behindhardware/servo.jpg |
48 |
| ---- |
49 |
| -* name: Speakers |
50 |
| -* description: Find out how speakers make sound and how you can connect them to your board. |
51 |
| -* youTubeId: cxfPNc4Wefo |
52 |
| -* imageUrl: /static/mb/behindhardware/speakers.jpg |
53 |
| ---- |
54 |
| -### ~ |
| 7 | +```codecard |
| 8 | +[ |
| 9 | + { |
| 10 | + "name": "LEDs", |
| 11 | + "description": "See how these amazing little devices create light in this fun and illuminating video.", |
| 12 | + "youTubeId": "qqBmvHD5bCw", |
| 13 | + "imageUrl": "/static/mb/behindhardware/leds.jpg" |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Buttons", |
| 17 | + "description": "Buttons let your fingers talk to the hardware, see how they work in this video.", |
| 18 | + "youTubeId": "t_Qujjd_38o", |
| 19 | + "imageUrl": "/static/mb/behindhardware/buttons.jpg" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "Accelerometer", |
| 23 | + "description": "Find out how the accelerometer detects motion in this fun video.", |
| 24 | + "youTubeId": "byngcwjO51U", |
| 25 | + "imageUrl": "/static/mb/behindhardware/accelerometer.jpg" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "Light Sensor", |
| 29 | + "description": "Your micro:bit can see the light, how does it do that?", |
| 30 | + "youTubeId": "TKhCr-dQMBY", |
| 31 | + "imageUrl": "/static/mb/behindhardware/light-sensor.jpg" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "Temperature Sensor", |
| 35 | + "description": "One of the cool features on your board is the temperature sensor, how does it feel the heat?", |
| 36 | + "youTubeId": "_T4N8O9xsMA", |
| 37 | + "imageUrl": "/static/mb/behindhardware/temperature-sensor.jpg" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "Pin Pressed", |
| 41 | + "description": "Touching the pins works like a button, is that magic or what?", |
| 42 | + "youTubeId": "GEpZrvbsO7o", |
| 43 | + "imageUrl": "/static/mb/behindhardware/pin-pressed.jpg" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "Radio", |
| 47 | + "description": "Your board can communticate by radio, how does it do that?", |
| 48 | + "youTubeId": "Re3H2ISfQE8", |
| 49 | + "imageUrl": "/static/mb/behindhardware/radio.jpg" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "Servo Motor", |
| 53 | + "description": "See how motors work and how you can use the @boardname@ to run servos.", |
| 54 | + "youTubeId": "okxooamdAP4", |
| 55 | + "imageUrl": "/static/mb/behindhardware/servo.jpg" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "Speakers", |
| 59 | + "description": "Find out how speakers make sound and how you can connect them to your board.", |
| 60 | + "youTubeId": "cxfPNc4Wefo", |
| 61 | + "imageUrl": "/static/mb/behindhardware/speakers.jpg" |
| 62 | + } |
| 63 | +] |
| 64 | +``` |
0 commit comments