pxt-ev3/docs/tutorials.md
Galen Nickel c90f00f6d0
Object near tutorial (#445)
* Add 'Object Near?' tutorial

* Add to SUMMARY

* Fix screen line index

* Redo tutorial

* Paste fail typo
2018-04-06 13:09:27 -07:00

2.7 KiB

Tutorials

Step by step guides to coding your @boardname@.

Brick

[{
  "name": "Wake Up!",
  "description": "Show different moods on your @boardname@. 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 for your @boardname@.",
  "cardType": "tutorial",
  "url":"/tutorials/make-an-animation",
  "imageUrl":"/static/tutorials/make-an-animation.png"
}, {
  "name": "What Animal Am I?",
  "description": "Create different animal sounds and have someone guess the 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 your @boardname@ into a musical instrument!",
  "cardType": "tutorial",
  "url":"/tutorials/mindstorms-music",
  "imageUrl":"/static/tutorials/mindstorms-music.png"
}]

Motors

[{
  "name": "Run Motors",
  "description": "Use the buttons to start and stop the large and medium motors.",
  "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"
}]

Ultrasonic Sensor

[{
  "name": "Object Near?",
  "description": "Build a program that will detect when an object is nearby.",
  "cardType": "tutorial",
  "url":"/tutorials/object-near",
  "imageUrl":"/static/tutorials/object-near.png"
}]