2018-04-04 00:45:11 +02:00
|
|
|
# Tutorials
|
|
|
|
|
2018-04-05 00:12:55 +02:00
|
|
|
Step by step guides to coding your @boardname@.
|
2018-04-04 00:45:11 +02:00
|
|
|
|
2018-04-06 22:09:27 +02:00
|
|
|
## Brick
|
2018-04-04 02:55:15 +02:00
|
|
|
|
2018-04-04 00:45:11 +02:00
|
|
|
```codecard
|
|
|
|
[{
|
2018-04-05 00:12:55 +02:00
|
|
|
"name": "Wake Up!",
|
2018-04-11 16:45:44 +02:00
|
|
|
"description": "Show different moods on the screen. Is it tired, sleepy, or awake?",
|
2018-04-04 00:45:11 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/wake-up",
|
|
|
|
"imageUrl":"/static/tutorials/wake-up.png"
|
2018-04-04 01:37:07 +02:00
|
|
|
}, {
|
2018-06-12 15:46:44 +02:00
|
|
|
"name": "Make an Animation",
|
|
|
|
"description": "Create a custom animation on your EV3 Brick Display.",
|
2018-04-04 01:37:07 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/make-an-animation",
|
|
|
|
"imageUrl":"/static/tutorials/make-an-animation.png"
|
2018-04-04 02:55:15 +02:00
|
|
|
}, {
|
|
|
|
"name": "What Animal Am I?",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Create different animal effects and have someone guess what the animal is.",
|
2018-04-04 02:55:15 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/what-animal-am-i",
|
|
|
|
"imageUrl":"/static/tutorials/what-animal-am-i.png"
|
2018-04-04 04:31:35 +02:00
|
|
|
}, {
|
2018-04-05 00:12:55 +02:00
|
|
|
"name": "Music Brick",
|
2018-04-11 16:45:44 +02:00
|
|
|
"description": "Transform the brick into a musical instrument!",
|
2018-04-04 04:31:35 +02:00
|
|
|
"cardType": "tutorial",
|
2018-04-12 23:41:22 +02:00
|
|
|
"url":"/tutorials/music-brick",
|
|
|
|
"imageUrl":"/static/tutorials/music-brick.png"
|
2018-04-06 22:09:27 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Motors
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-04-04 05:53:35 +02:00
|
|
|
"name": "Run Motors",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Use the EV3 Brick buttons to start and stop the Large Motor and Medium Motor.",
|
2018-04-04 05:53:35 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/run-motors",
|
|
|
|
"imageUrl":"/static/tutorials/run-motors.png"
|
2018-04-06 22:09:27 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Touch Sensor
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-04-04 06:33:53 +02:00
|
|
|
"name": "Touch to Run",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Press the Touch Sensor and run a motor.",
|
2018-04-04 06:33:53 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/touch-to-run",
|
|
|
|
"imageUrl":"/static/tutorials/touch-to-run.png"
|
2018-04-04 22:57:40 +02:00
|
|
|
}, {
|
2018-04-06 02:32:32 +02:00
|
|
|
"name": "Touch Sensor Values",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Check the value of a Touch Sensor and stop a motor if pressed.",
|
2018-04-04 22:57:40 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/touch-sensor-values",
|
|
|
|
"imageUrl":"/static/tutorials/touch-sensor-values.png"
|
2018-04-06 22:09:27 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Color Sensor
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-04-05 07:15:09 +02:00
|
|
|
"name": "What Color?",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Use the Color Sensor to detect different colors.",
|
2018-04-05 07:15:09 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/what-color",
|
|
|
|
"imageUrl":"/static/tutorials/what-color.png"
|
2018-04-05 22:37:24 +02:00
|
|
|
}, {
|
|
|
|
"name": "Line Following",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Use the Color Sensor to make a robot follow a line.",
|
2018-04-05 22:37:24 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/line-following",
|
|
|
|
"imageUrl":"/static/tutorials/line-following.png"
|
2018-04-06 01:02:46 +02:00
|
|
|
}, {
|
|
|
|
"name": "Red Light, Green Light",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Play Red Light, Green Light using the Color Sensor and the robot.",
|
2018-04-06 01:02:46 +02:00
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/redlight-greenlight",
|
|
|
|
"imageUrl":"/static/tutorials/redlight-greenlight.png"
|
2018-04-04 00:45:11 +02:00
|
|
|
}]
|
2018-04-06 22:09:27 +02:00
|
|
|
```
|
|
|
|
|
2018-04-11 07:43:28 +02:00
|
|
|
## Infrared Sensor
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
2018-04-11 18:31:53 +02:00
|
|
|
"name": "Security Alert",
|
2018-06-12 15:46:44 +02:00
|
|
|
"description": "Build an security alert using the Infrared Sensor.",
|
2018-04-11 07:43:28 +02:00
|
|
|
"cardType": "tutorial",
|
2018-04-11 18:31:53 +02:00
|
|
|
"url":"/tutorials/security-alert",
|
|
|
|
"imageUrl":"/static/tutorials/security-alert.png"
|
2018-04-11 07:43:28 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
2018-04-12 23:41:22 +02:00
|
|
|
## See Also
|
|
|
|
|
|
|
|
[Wake Up!](/tutorials/wake-up),
|
|
|
|
[Make An Animation](/tutorials/make-an-animation),
|
|
|
|
[What Animal Am I?](/tutorials/what-animal-am-i),
|
|
|
|
[Music Brick](/tutorials/music-brick),
|
|
|
|
[Run Motors](/tutorials/run-motors),
|
|
|
|
[Touch to Run](/tutorials/touch-to-run),
|
|
|
|
[Touch Sensor Values](/tutorials/touch-sensor-values),
|
|
|
|
[What Color?](/tutorials/what-color),
|
|
|
|
[Line Following](/tutorials/line-following),
|
|
|
|
[Red Light, Green Light](/tutorials/redlight-greenlight),
|
|
|
|
[Object Near?](/tutorials/object-near),
|
|
|
|
[Security Alert](/tutorials/security-alert)
|