2018-09-12 22:26:39 +02:00
|
|
|
# Tools
|
|
|
|
|
2018-10-15 05:47:57 +02:00
|
|
|
## Sensors
|
2018-09-12 22:26:39 +02:00
|
|
|
|
|
|
|
```codecard
|
2018-10-15 05:47:57 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Plot Acceleration",
|
|
|
|
"description": "Use the screen to how the accelerometer works",
|
|
|
|
"url": "/projects/plot-acceleration",
|
|
|
|
"imageUrl": "/static/mb/projects/plot-acceleration.png",
|
|
|
|
"cardType": "side"
|
|
|
|
} ,{
|
2018-09-13 06:12:19 +02:00
|
|
|
"name": "Light Level Meter",
|
|
|
|
"description": "Measure light input",
|
|
|
|
"url": "/projects/light-level-meter",
|
|
|
|
"imageUrl": "/static/mb/projects/light-level-meter.png",
|
2018-09-12 22:26:39 +02:00
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
2018-09-13 06:12:19 +02:00
|
|
|
"name": "Analog Pin Tester",
|
|
|
|
"description": "Test analog input",
|
|
|
|
"url": "/projects/analog-pin-tester",
|
|
|
|
"imageUrl": "/static/mb/projects/analog-pin-tester.png",
|
2018-09-12 22:26:39 +02:00
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
|
|
|
"name": "Servo Calibrator",
|
|
|
|
"description": "Calibrate a servo",
|
|
|
|
"url": "/projects/servo-calibrator",
|
|
|
|
"imageUrl": "/static/mb/projects/servo-calibrator.png",
|
|
|
|
"cardType": "side"
|
|
|
|
}]
|
|
|
|
```
|
2018-09-13 06:44:19 +02:00
|
|
|
|
|
|
|
## Streaming
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Radio Bridge",
|
|
|
|
"description": "Send radio messages to editor",
|
|
|
|
"url": "/projects/radio-bridge",
|
|
|
|
"imageUrl": "/static/mb/projects/radio-bridge.png",
|
|
|
|
"cardType": "example"
|
|
|
|
}]
|
|
|
|
```
|