mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
- EV3 brick - MicroPython - microSD card - EV3 MicroPython microSD card image
60 lines
1.4 KiB
ReStructuredText
60 lines
1.4 KiB
ReStructuredText
Using MicroPython with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3
|
|
==============================================================
|
|
|
|
This guide shows you how to get started writing MicroPython programs for your
|
|
LEGO® MINDSTORMS® EV3 robots. You'll learn to do so in two steps:
|
|
|
|
- :doc:`Installation <startinstall>`: First you'll prepare your computer and
|
|
your EV3 brick by collecting and installing the required tools. You'll also learn
|
|
how to turn the EV3 brick on and off and to navigate the menu on the screen.
|
|
|
|
- :doc:`Creating and running programs <startrun>`: Next, you'll learn how to
|
|
create a program and download it to the EV3 brick. You'll also learn how to
|
|
start that program from your computer or from the EV3 brick.
|
|
|
|
After you've run the first demo program, you'll be ready to try out the example
|
|
programs and start inventing your own programs.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Table of Contents
|
|
:hidden:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting Started
|
|
:hidden:
|
|
|
|
startinstall
|
|
startrun
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Pybricks Modules
|
|
:hidden:
|
|
|
|
ev3brick
|
|
ev3devices
|
|
parameters
|
|
tools
|
|
robotics
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Engineering Essentials
|
|
:hidden:
|
|
|
|
signaltypes
|
|
|
|
.. motorcontrol
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Demo Programs
|
|
:hidden:
|
|
|
|
examples/robot_educator
|
|
examples/color_sorter
|
|
examples/robot_arm_h25
|