2018-09-07 21:58:40 +02:00
|
|
|
# Toys
|
|
|
|
|
|
|
|
## Cardboard
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Inchworm",
|
|
|
|
"url":"/projects/inchworm",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Create an inchworm robot that creeps along",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/inchworm.jpg"
|
|
|
|
}, {
|
|
|
|
"name": "Milk Carton Robot",
|
|
|
|
"url":"/projects/milk-carton-robot",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Make a robot from a milk carton",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
|
|
|
|
}, {
|
|
|
|
"name": "Milky Monster",
|
|
|
|
"url":"/projects/milky-monster",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Make a funny milky-monster robot!",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/milky-monster.jpg"
|
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Reusing toys
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Railway Crossing",
|
|
|
|
"url":"/projects/railway-crossing",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Use the light sensor to detect if a train is passing by",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/railway-crossing.png"
|
|
|
|
},{
|
|
|
|
"name": "Kitronik RC Car Hack",
|
|
|
|
"url": "/projects/rc-car",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Control an RC car with the micro:bit and Kitronic parts",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/rc-car.jpg"
|
|
|
|
}]
|
|
|
|
```
|