pxt-ev3/docs/tutorials.md

3.2 KiB

Tutorials

Step by step guides to coding your @boardname@.

Brick

[{
  "name": "Wake Up!",
  "description": "Show different moods on the screen. Is it tired, sleepy, or awake?",
  "cardType": "tutorial",
  "url":"/tutorials/wake-up",
  "imageUrl":"/static/tutorials/wake-up.png"
}, {
  "name": "Make an Animation",
  "description": "Create a custom animation on your EV3 Brick Display.",
  "cardType": "tutorial",
  "url":"/tutorials/make-an-animation",
  "imageUrl":"/static/tutorials/make-an-animation.png"
}, {
  "name": "What Animal Am I?",
  "description": "Create different animal effects and have someone guess what the animal is.",
  "cardType": "tutorial",
  "url":"/tutorials/what-animal-am-i",
  "imageUrl":"/static/tutorials/what-animal-am-i.png"
}, {
  "name": "Music Brick",
  "description": "Transform the brick into a musical instrument!",
  "cardType": "tutorial",
  "url":"/tutorials/music-brick",
  "imageUrl":"/static/tutorials/music-brick.png"
}]

Motors

[{
  "name": "Run Motors",
  "description": "Use the EV3 Brick buttons to start and stop the Large Motor and Medium Motor.",
  "cardType": "tutorial",
  "url":"/tutorials/run-motors",
  "imageUrl":"/static/tutorials/run-motors.png"
}]

Touch Sensor

[{
  "name": "Touch to Run",
  "description": "Press the Touch Sensor and run a motor.",
  "cardType": "tutorial",
  "url":"/tutorials/touch-to-run",
  "imageUrl":"/static/tutorials/touch-to-run.png"
}, {
  "name": "Touch Sensor Values",
  "description": "Check the value of a Touch Sensor and stop a motor if pressed.",
  "cardType": "tutorial",
  "url":"/tutorials/touch-sensor-values",
  "imageUrl":"/static/tutorials/touch-sensor-values.png"
}]

Color Sensor

[{
  "name": "What Color?",
  "description": "Use the Color Sensor to detect different colors.",
  "cardType": "tutorial",
  "url":"/tutorials/what-color",
  "imageUrl":"/static/tutorials/what-color.png"
}, {
  "name": "Line Following",
  "description": "Use the Color Sensor to make a robot follow a line.",
  "cardType": "tutorial",
  "url":"/tutorials/line-following",
  "imageUrl":"/static/tutorials/line-following.png"
}, {
  "name": "Red Light, Green Light",
  "description": "Play Red Light, Green Light using the Color Sensor and the robot.",
  "cardType": "tutorial",
  "url":"/tutorials/redlight-greenlight",
  "imageUrl":"/static/tutorials/redlight-greenlight.png"
}]

Infrared Sensor

[{
  "name": "Security Alert",
  "description": "Build an security alert using the Infrared Sensor.",
  "cardType": "tutorial",
  "url":"/tutorials/security-alert",
  "imageUrl":"/static/tutorials/security-alert.png"
}]

See Also

Wake Up!, Make An Animation, What Animal Am I?, Music Brick, Run Motors, Touch to Run, Touch Sensor Values, What Color?, Line Following, Red Light, Green Light, Object Near?, Security Alert