2018-09-12 13:26:39 -07:00
|
|
|
# Tools
|
|
|
|
|
2018-10-14 20:47:57 -07:00
|
|
|
## Sensors
|
2018-09-12 13:26:39 -07:00
|
|
|
|
|
|
|
```codecard
|
2018-10-14 20:47:57 -07: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-12 21:12:19 -07: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 13:26:39 -07:00
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
2018-09-12 21:12:19 -07: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 13:26:39 -07: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-12 21:44:19 -07: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"
|
|
|
|
}]
|
|
|
|
```
|