Skip to content

Commit

Permalink
add robot tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Jan 6, 2025
1 parent 9a622b0 commit f5cc2af
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 1 deletion.
60 changes: 60 additions & 0 deletions docs/arcadeshield.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Jacdac

Connect and Code. Instantly.

## Getting started

[Jacdac](https://aka.ms/jacdac) is a plug-and-play hardware accessory system that provides simulation and physical device twin in MakeCode.

```codecard
[{
"name": "Getting started",
"description": "Connect and Code. Instantly in MakeCode.",
"url":"https://microsoft.github.io/jacdac-docs/clients/makecode/",
"imageUrl": "/static/jacdac/getting-started.jpg"
}]
```

## Projects

```codecard
[
{
"name": "Button smasher",
"description": "How many times can you smash the button in 10 seconds?",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
"imageUrl": "/static/jacdac/button-smasher.jpg",
"youTubeId": "rlK_8oqMAmo"
},
{
"name": "Slider Sound Bender",
"description": "Create twisted sounds using a slider module.",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
"imageUrl": "/static/jacdac/slider-sound-bender.jpg"
},
{
"name": "Light Sound Bender",
"description": "Create twisted sounds using light levels",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
"imageUrl": "/static/jacdac/light-sound-bender.jpg"
},
{
"name": "Rotary Sound Bender",
"description": "Create twisted sounds using a rotary encoder module.",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
"imageUrl": "/static/jacdac/rotary-sound-bender.jpg"
},
{
"name": "Sound LED",
"description": "Show the sound level on a LED ring",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
"imageUrl": "/static/jacdac/sound-led.jpg"
},
{
"name": "Magnetic Sound Bender",
"description": "Create twisted sounds using a magnet",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
"imageUrl": "/static/jacdac/magnetic-sound-bender.jpg"
}
]
```
60 changes: 60 additions & 0 deletions docs/microbit-robot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Jacdac

Connect and Code. Instantly.

## Getting started

[Jacdac](https://aka.ms/jacdac) is a plug-and-play hardware accessory system that provides simulation and physical device twin in MakeCode.

```codecard
[{
"name": "Getting started",
"description": "Connect and Code. Instantly in MakeCode.",
"url":"https://microsoft.github.io/jacdac-docs/clients/makecode/",
"imageUrl": "/static/jacdac/getting-started.jpg"
}]
```

## Projects

```codecard
[
{
"name": "Button smasher",
"description": "How many times can you smash the button in 10 seconds?",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/",
"imageUrl": "/static/jacdac/button-smasher.jpg",
"youTubeId": "rlK_8oqMAmo"
},
{
"name": "Slider Sound Bender",
"description": "Create twisted sounds using a slider module.",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/slider-sound-bender/",
"imageUrl": "/static/jacdac/slider-sound-bender.jpg"
},
{
"name": "Light Sound Bender",
"description": "Create twisted sounds using light levels",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/light-sound-bender/",
"imageUrl": "/static/jacdac/light-sound-bender.jpg"
},
{
"name": "Rotary Sound Bender",
"description": "Create twisted sounds using a rotary encoder module.",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/rotary-sound-bender/",
"imageUrl": "/static/jacdac/rotary-sound-bender.jpg"
},
{
"name": "Sound LED",
"description": "Show the sound level on a LED ring",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/sound-led/",
"imageUrl": "/static/jacdac/sound-led.jpg"
},
{
"name": "Magnetic Sound Bender",
"description": "Create twisted sounds using a magnet",
"url": "https://microsoft.github.io/jacdac-docs/clients/makecode/projects/magnetic-sound-bender/",
"imageUrl": "/static/jacdac/magnetic-sound-bender.jpg"
}
]
```
3 changes: 2 additions & 1 deletion docs/projects/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@
* [micro:bit of Things](https://sites.google.com/view/microbitofthings)
* [ARM University - micro:course](https://github.com/arm-university/micro-course)
* [A-Z Robotics](https://tinkerspark.teachable.com/)
* [Robot Simulator](/microbit=robot)
* [Micro:bit Robots Simulator](/microbit=robot)
* [Getting Started](https://github.com/microsoft/microbit-robot/blob/main/tutorials/getting-started.md)
* [Lights and Sounds](https://github.com/microsoft/microbit-robot/blob/main/tutorials/light-and-sound.md)
* [Line Follower](https://github.com/microsoft/microbit-robot/blob/main/tutorials/line-follower.md)
* [MakeCode Arcade Shield](/arcadeshield)
* [Jacdac](/jacdac)
* [Getting started](https://microsoft.github.io/jacdac-docs/clients/makecode/)
* [Button smasher](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/)
Expand Down

0 comments on commit f5cc2af

Please sign in to comment.