Skip to content

Commit f5cc2af

Browse files
committed
add robot tutorials
1 parent 9a622b0 commit f5cc2af

File tree

3 files changed

+122
-1
lines changed

3 files changed

+122
-1
lines changed

docs/arcadeshield.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Jacdac
2+
3+
Connect and Code. Instantly.
4+
5+
## Getting started
6+
7+
[Jacdac](https://aka.ms/jacdac) is a plug-and-play hardware accessory system that provides simulation and physical device twin in MakeCode.
8+
9+
```codecard
10+
[{
11+
"name": "Getting started",
12+
"description": "Connect and Code. Instantly in MakeCode.",
13+
"url":"https://microsoft.github.io/jacdac-docs/clients/makecode/",
14+
"imageUrl": "/static/jacdac/getting-started.jpg"
15+
}]
16+
```
17+
18+
## Projects
19+
20+
```codecard
21+
[
22+
{
23+
"name": "Button smasher",
24+
"description": "How many times can you smash the button in 10 seconds?",
25+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
26+
"imageUrl": "/static/jacdac/button-smasher.jpg",
27+
"youTubeId": "rlK_8oqMAmo"
28+
},
29+
{
30+
"name": "Slider Sound Bender",
31+
"description": "Create twisted sounds using a slider module.",
32+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
33+
"imageUrl": "/static/jacdac/slider-sound-bender.jpg"
34+
},
35+
{
36+
"name": "Light Sound Bender",
37+
"description": "Create twisted sounds using light levels",
38+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
39+
"imageUrl": "/static/jacdac/light-sound-bender.jpg"
40+
},
41+
{
42+
"name": "Rotary Sound Bender",
43+
"description": "Create twisted sounds using a rotary encoder module.",
44+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
45+
"imageUrl": "/static/jacdac/rotary-sound-bender.jpg"
46+
},
47+
{
48+
"name": "Sound LED",
49+
"description": "Show the sound level on a LED ring",
50+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
51+
"imageUrl": "/static/jacdac/sound-led.jpg"
52+
},
53+
{
54+
"name": "Magnetic Sound Bender",
55+
"description": "Create twisted sounds using a magnet",
56+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
57+
"imageUrl": "/static/jacdac/magnetic-sound-bender.jpg"
58+
}
59+
]
60+
```

docs/microbit-robot.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Jacdac
2+
3+
Connect and Code. Instantly.
4+
5+
## Getting started
6+
7+
[Jacdac](https://aka.ms/jacdac) is a plug-and-play hardware accessory system that provides simulation and physical device twin in MakeCode.
8+
9+
```codecard
10+
[{
11+
"name": "Getting started",
12+
"description": "Connect and Code. Instantly in MakeCode.",
13+
"url":"https://microsoft.github.io/jacdac-docs/clients/makecode/",
14+
"imageUrl": "/static/jacdac/getting-started.jpg"
15+
}]
16+
```
17+
18+
## Projects
19+
20+
```codecard
21+
[
22+
{
23+
"name": "Button smasher",
24+
"description": "How many times can you smash the button in 10 seconds?",
25+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
26+
"imageUrl": "/static/jacdac/button-smasher.jpg",
27+
"youTubeId": "rlK_8oqMAmo"
28+
},
29+
{
30+
"name": "Slider Sound Bender",
31+
"description": "Create twisted sounds using a slider module.",
32+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
33+
"imageUrl": "/static/jacdac/slider-sound-bender.jpg"
34+
},
35+
{
36+
"name": "Light Sound Bender",
37+
"description": "Create twisted sounds using light levels",
38+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
39+
"imageUrl": "/static/jacdac/light-sound-bender.jpg"
40+
},
41+
{
42+
"name": "Rotary Sound Bender",
43+
"description": "Create twisted sounds using a rotary encoder module.",
44+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
45+
"imageUrl": "/static/jacdac/rotary-sound-bender.jpg"
46+
},
47+
{
48+
"name": "Sound LED",
49+
"description": "Show the sound level on a LED ring",
50+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
51+
"imageUrl": "/static/jacdac/sound-led.jpg"
52+
},
53+
{
54+
"name": "Magnetic Sound Bender",
55+
"description": "Create twisted sounds using a magnet",
56+
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
57+
"imageUrl": "/static/jacdac/magnetic-sound-bender.jpg"
58+
}
59+
]
60+
```

docs/projects/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@
147147
* [micro:bit of Things](https://sites.google.com/view/microbitofthings)
148148
* [ARM University - micro:course](https://github.com/arm-university/micro-course)
149149
* [A-Z Robotics](https://tinkerspark.teachable.com/)
150-
* [Robot Simulator](/microbit=robot)
150+
* [Micro:bit Robots Simulator](/microbit=robot)
151151
* [Getting Started](https://github.com/microsoft/microbit-robot/blob/main/tutorials/getting-started.md)
152152
* [Lights and Sounds](https://github.com/microsoft/microbit-robot/blob/main/tutorials/light-and-sound.md)
153153
* [Line Follower](https://github.com/microsoft/microbit-robot/blob/main/tutorials/line-follower.md)
154+
* [MakeCode Arcade Shield](/arcadeshield)
154155
* [Jacdac](/jacdac)
155156
* [Getting started](https://microsoft.github.io/jacdac-docs/clients/makecode/)
156157
* [Button smasher](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/)

0 commit comments

Comments
 (0)