pxt-ev3/docs/tutorials.md

1.5 KiB

Tutorials

Step by step guides to coding your @boardname@.

Tutorials

[{
  "name": "Brick",
  "description": "Learn how to use the screen and the buttons",
  "url":"/tutorials/brick",
  "imageUrl":"/static/tutorials/wake-up.png"
}, {
  "name": "Motors",
  "description": "User motors to move the brick.",
  "url":"/tutorials/motors",
  "imageUrl":"/static/tutorials/run-motors.png"
}, {
  "name": "Touch Sensor",
  "description": "Use touch sensors in your robot.",
  "url":"/tutorials/touch-sensor",
  "imageUrl":"/static/tutorials/touch-to-run.png"
}, {
  "name": "Color Sensor",
  "description": "Use the color sensor to follow line or detect colors",
  "url":"/tutorials/color-sensor",
  "imageUrl":"/static/tutorials/what-color.png"
}, {
  "name": "Gyro",
  "description": "Drive straight or turn more precisely with the gyro",
  "url":"/tutorials/gyro",
  "imageUrl":"/static/tutorials/calibrate-gyro.png"
}, {
  "name": "Ultrasonic Sensor",
  "description": "Use the ultrasonic sensor to detect obstacles",
  "url":"/tutorials/ultrasonic-sensor",
  "imageUrl":"/static/tutorials/object-near.png"
}, {
  "name": "Infrared Sensor",
  "description": "Use the infrared sensor to detect objects",
  "url":"/tutorials/infrared-sensor",
  "imageUrl":"/static/tutorials/security-alert.png"
}]

See Also

Brick tutorials, Motors tutorials, Touch sensor tutorials, Color sensor tutorials, Infrared sensor tutorials