Motors

Tutorials

[{
  "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":"https://pxt.azureedge.net/blob/972979e40d4571e41ed2745fa4cdfa8c76b85a67/static/tutorials/run-motors.png"
}, {
  "name": "Spin Turn",
  "description": "Turn the driving base around its center.",
  "cardType": "example",
  "url":"/tutorials/spin-turn",
  "imageUrl":"https://pxt.azureedge.net/blob/c181388055a2d9b8cd9c6b69e2da0bf39d09a154/static/tutorials/spin-turn.png"
}, {
  "name": "Pivot Turn",
  "description": "Turn the driving base around a wheel.",
  "cardType": "example",
  "url":"/tutorials/pivot-turn",
  "imageUrl":"https://pxt.azureedge.net/blob/242c6e1445a82b541db42deaf964c01f82caa2db/static/tutorials/pivot-turn.png"
}, {
  "name": "Smooth Turn",
  "description": "Turn the driving base in a smooth, steering motion.",
  "cardType": "example",
  "url":"/tutorials/smooth-turn",
  "imageUrl":"https://pxt.azureedge.net/blob/996ee43c24e2aa23a55306bce8bf79f50d02fd35/static/tutorials/smooth-turn.png"
}, {
  "name": "Tank ZigZag",
  "description": "Use the tank block to keep motors in sync.",
  "cardType": "example",
  "url":"/tutorials/tank-zigzag",
  "imageUrl":"https://pxt.azureedge.net/blob/d6d7a5f28e7049d29a273001b166567bfa9fe29a/static/tutorials/tank-zigzag.png"
}, {
  "name": "Coast Or Brake",
  "description": "Tell motors to coast or brake once the run command is done.",
  "cardType": "example",
  "url":"/tutorials/coast-or-brake",
  "imageUrl":"https://pxt.azureedge.net/blob/9a21fe9ce913f6a44b6210e1edd1e8e54c947bcf/static/tutorials/coast-or-brake.png"
}, {
  "name": "Turtle",
  "description": "Encode moves and run them on a driving base",
  "cardType": "example",
  "url":"/tutorials/turtle",
  "imageUrl":"https://pxt.azureedge.net/blob/e37a92e5b6de6081c49805198f23e250ca83b761/static/tutorials/turtle.png"
}]

See Also

Run Motors, Spin Turn, Pivot Turn, Smooth Turn, Tank ZigZag, Coast Or Brake, Turtle