2018-04-03 15:45:11 -07:00
|
|
|
# Tutorials
|
|
|
|
|
2018-04-04 15:12:55 -07:00
|
|
|
Step by step guides to coding your @boardname@.
|
2018-04-03 15:45:11 -07:00
|
|
|
|
2019-08-30 11:54:30 -07:00
|
|
|
## Tutorials
|
2018-04-03 17:55:15 -07:00
|
|
|
|
2018-04-03 15:45:11 -07:00
|
|
|
```codecard
|
|
|
|
[{
|
2019-08-30 11:54:30 -07:00
|
|
|
"name": "Brick",
|
|
|
|
"description": "Learn how to use the screen and the buttons",
|
|
|
|
"url":"/tutorials/brick",
|
2018-04-03 15:45:11 -07:00
|
|
|
"imageUrl":"/static/tutorials/wake-up.png"
|
2018-04-03 16:37:07 -07:00
|
|
|
}, {
|
2019-08-30 11:54:30 -07:00
|
|
|
"name": "Motors",
|
|
|
|
"description": "User motors to move the brick.",
|
|
|
|
"url":"/tutorials/motors",
|
2018-04-03 20:53:35 -07:00
|
|
|
"imageUrl":"/static/tutorials/run-motors.png"
|
2019-08-30 11:54:30 -07:00
|
|
|
}, {
|
|
|
|
"name": "Touch Sensor",
|
|
|
|
"description": "Use touch sensors in your robot.",
|
|
|
|
"url":"/tutorials/touch-sensor",
|
2018-04-03 21:33:53 -07:00
|
|
|
"imageUrl":"/static/tutorials/touch-to-run.png"
|
2018-04-04 13:57:40 -07:00
|
|
|
}, {
|
2019-08-30 11:54:30 -07:00
|
|
|
"name": "Color Sensor",
|
|
|
|
"description": "Use the color sensor to follow line or detect colors",
|
|
|
|
"url":"/tutorials/color-sensor",
|
2018-04-04 22:15:09 -07:00
|
|
|
"imageUrl":"/static/tutorials/what-color.png"
|
2019-09-04 21:42:08 -07:00
|
|
|
}, {
|
|
|
|
"name": "Ultrasonic Sensor",
|
|
|
|
"description": "Use the ultrasonic sensor to detect obstacles",
|
|
|
|
"url":"/tutorials/ultrasonic-sensor",
|
|
|
|
"imageUrl":"/static/tutorials/object-near.png"
|
2018-04-05 13:37:24 -07:00
|
|
|
}, {
|
2019-08-30 11:54:30 -07:00
|
|
|
"name": "Infrared Sensor",
|
|
|
|
"description": "Use the infrared sensor to detect objects",
|
|
|
|
"url":"/tutorials/infrared-sensor",
|
2018-04-11 10:31:53 -06:00
|
|
|
"imageUrl":"/static/tutorials/security-alert.png"
|
2018-04-10 22:43:28 -07:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
2018-04-12 14:41:22 -07:00
|
|
|
## See Also
|
|
|
|
|
2019-08-30 11:54:30 -07:00
|
|
|
[Brick tutorials](/tutorials/brick),
|
|
|
|
[Motors tutorials](/tutorials/motors),
|
|
|
|
[Touch sensor tutorials](/tutorials/touch-sensor),
|
|
|
|
[Color sensor tutorials](/tutorials/color-sensor),
|
|
|
|
[Infrared sensor tutorials](/tutorials/infrared-sensor)
|