Toys

Cardboard

[{
  "name": "Inchworm",
  "url":"/projects/inchworm",
  "description": "Create an inchworm robot that creeps along",
  "imageUrl":"/static/mb/projects/inchworm.jpg"
}, {
  "name": "Milk Carton Robot",
  "url":"/projects/milk-carton-robot",
  "description": "Make a robot from a milk carton",
  "imageUrl":"/static/mb/projects/milk-carton-robot.jpg"
}, {
  "name": "Robot Unicorn",
  "url":"/projects/robot-unicorn",
  "description": "Make a gesture controlled robot unicorn",
  "imageUrl":"/static/mb/projects/robot-unicorn/robotunicorn.jpg"
}, {
  "name": "Milky Monster",
  "url":"/projects/milky-monster",
  "description": "Make a funny milky-monster robot!",
  "imageUrl":"/static/mb/projects/milky-monster.jpg"
}]

Reusing toys

[{
  "name": "Railway Crossing",
  "url":"/projects/railway-crossing",
  "description": "Use the light sensor to detect if a train is passing by",
  "imageUrl":"/static/mb/projects/railway-crossing.png"
},{
  "name": "Kitronik RC Car Hack",
  "url": "/projects/rc-car",
  "description": "Control an RC car with the micro:bit and Kitronic parts",
  "imageUrl":"/static/mb/projects/rc-car.jpg"
}]

Vintage

[{
  "name": "Rotary Dial Radio",
  "url":"/projects/rotary-dial-radio",
  "description": "Turn an antique rotary dial phone into a radio transmitter",
  "imageUrl":"/static/mb/projects/rotary-dial-radio.png"
}]