Utilities
[
{
"name": "Stopwatch",
"description": "How time passes, keep track of how much",
"url": "/projects/stopwatch",
"imageUrl":"/static/mb/projects/stopwatch.png",
"cardType": "tutorial",
"otherActions": [{
"url": "/projects/spy/stopwatch",
"editor": "py",
"cardType": "tutorial"
}, {
"url": "/projects/spy/stopwatch",
"editor": "js",
"cardType": "tutorial"
}]},
{
"name": "Level",
"description": "Is the table flat?",
"url": "/projects/level",
"imageUrl":"/static/mb/projects/level.png",
"cardType": "tutorial",
"otherActions": [{
"url": "/projects/spy/level",
"editor": "py",
"cardType": "tutorial"
}, {
"url": "/projects/spy/level",
"editor": "js",
"cardType": "tutorial"
}]
},
{
"name": "Compass",
"description": "Where is North?",
"url": "/projects/compass",
"imageUrl":"/static/mb/projects/a5-compass.png",
"cardType": "tutorial",
"otherActions": [{
"url": "/projects/spy/compass",
"editor": "py",
"cardType": "tutorial"
}, {
"url": "/projects/spy/compass",
"editor": "js",
"cardType": "tutorial"
}]
}
]
Sensors
[
{
"name": "Plot Acceleration",
"description": "Use the screen to how the accelerometer works",
"url": "/projects/plot-acceleration",
"imageUrl": "/static/mb/projects/plot-acceleration.png",
"cardType": "tutorial"
} ,{
"name": "Light Level Meter",
"description": "Measure light input",
"url": "/projects/light-level-meter",
"imageUrl": "/static/mb/projects/light-level-meter.png",
"cardType": "tutorial"
}, {
"name": "Analog Pin Tester",
"description": "Test analog input",
"url": "/projects/analog-pin-tester",
"imageUrl": "/static/mb/projects/analog-pin-tester.png",
"cardType": "side"
}, {
"name": "Servo Calibrator",
"description": "Calibrate a servo",
"url": "/projects/servo-calibrator",
"imageUrl": "/static/mb/projects/servo-calibrator.png",
"cardType": "side"
}]
Streaming
[{
"name": "Radio Bridge",
"description": "Send radio messages to editor",
"url": "/projects/radio-bridge",
"imageUrl": "/static/mb/projects/radio-bridge.png",
"cardType": "example"
}]